订单按钮修改
This commit is contained in:
parent
f3cad73516
commit
1e515b41f9
|
@ -2355,9 +2355,12 @@ export default {
|
||||||
|
|
||||||
/deep/.u-size-default{
|
/deep/.u-size-default{
|
||||||
width: 85px !important;
|
width: 85px !important;
|
||||||
height:34rpx;
|
}
|
||||||
line-height: 34rpx;
|
/deep/.btns{
|
||||||
font-size: 28rpx;
|
color: #019C88 !important;
|
||||||
|
margin-left: 10rpx !important;
|
||||||
|
height:70rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
/deep/.padding-bottom{
|
/deep/.padding-bottom{
|
||||||
padding-bottom: 20rpx;
|
padding-bottom: 20rpx;
|
||||||
|
@ -2531,12 +2534,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
/deep/.btns{
|
|
||||||
color: #019C88 !important;
|
|
||||||
margin-left: 10rpx !important;
|
|
||||||
height:70rpx;
|
|
||||||
font-size: 30rpx;
|
|
||||||
}
|
|
||||||
.eject-btns{
|
.eject-btns{
|
||||||
height:60rpx;
|
height:60rpx;
|
||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
|
|
|
@ -1588,14 +1588,14 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
/deep/.btns{
|
/deep/.btns{
|
||||||
color: #019C88 !important;
|
color: #019C88 !important;
|
||||||
margin-left: 10rpx !important;
|
margin-left: 10rpx !important;
|
||||||
height:64rpx;
|
height:70rpx;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
/deep/.u-size-default{
|
/deep/.u-size-default{
|
||||||
margin: 5px 0px 0px 0px;
|
width: 85px !important;
|
||||||
}
|
}
|
||||||
.showBtn-mian{
|
.showBtn-mian{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -945,7 +945,7 @@
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
.my-head-mian-top-view-chong{
|
.my-head-mian-top-view-chong{
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #1bc8ac, #1bc8ac, #1bc8ac);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.my-head-mian-top-view-ming{
|
.my-head-mian-top-view-ming{
|
||||||
|
@ -954,12 +954,12 @@
|
||||||
}
|
}
|
||||||
.my-head-mian-top-view-qian{
|
.my-head-mian-top-view-qian{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #019c88;
|
color: #2f9e8d;
|
||||||
background: linear-gradient(90deg, #e8f7f3, #e5f7f3);
|
background: linear-gradient(90deg, #edfbfb, #effafc);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius:20rpx 20rpx 0 0;
|
border-radius:20rpx 20rpx 0 0;
|
||||||
height: 64rpx;
|
height: 76rpx;
|
||||||
line-height: 66rpx;
|
line-height: 74rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue