mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(SubmitBar): SubmitBar组件样式调整 (#2261)
This commit is contained in:
parent
f77ebec870
commit
44148c81ed
@ -8,6 +8,7 @@
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
.theme(z-index, '@submit-bar-z-index');
|
||||
.theme(background-color, '@submit-bar-background-color');
|
||||
|
||||
&__tip {
|
||||
.theme(padding, '@submit-bar-tip-padding');
|
||||
@ -26,6 +27,8 @@
|
||||
height: 12px;
|
||||
margin-right: 4px;
|
||||
vertical-align: middle;
|
||||
.theme(font-size, '@submit-bar-tip-icon-size');
|
||||
.theme(min-width, 'calc(@submit-bar-tip-icon-size * 1.5)');
|
||||
}
|
||||
|
||||
&__tip-text {
|
||||
@ -49,10 +52,10 @@
|
||||
|
||||
&__text {
|
||||
flex: 1;
|
||||
padding-right: 12px;
|
||||
font-weight: 500;
|
||||
text-align: right;
|
||||
.theme(color, '@submit-bar-text-color');
|
||||
.theme(padding-right, '@padding-sm');
|
||||
.theme(font-weight, '@font-weight-bold');
|
||||
}
|
||||
|
||||
&__price {
|
||||
|
Loading…
x
Reference in New Issue
Block a user