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