订单按钮修改

This commit is contained in:
kbing1981 2024-07-23 17:50:28 +08:00
parent f3cad73516
commit 1e515b41f9
4 changed files with 19 additions and 21 deletions

View File

@ -2355,9 +2355,12 @@ export default {
/deep/.u-size-default{
width: 85px !important;
height:34rpx;
line-height: 34rpx;
font-size: 28rpx;
}
/deep/.btns{
color: #019C88 !important;
margin-left: 10rpx !important;
height:70rpx;
font-size: 30rpx;
}
/deep/.padding-bottom{
padding-bottom: 20rpx;
@ -2531,12 +2534,7 @@ export default {
display: flex;
flex-direction: column;
}
/deep/.btns{
color: #019C88 !important;
margin-left: 10rpx !important;
height:70rpx;
font-size: 30rpx;
}
.eject-btns{
height:60rpx;
line-height: 60rpx;

View File

@ -1591,11 +1591,11 @@
/deep/.btns{
color: #019C88 !important;
margin-left: 10rpx !important;
height:64rpx;
height:70rpx;
font-size: 30rpx;
}
/deep/.u-size-default{
margin: 5px 0px 0px 0px;
width: 85px !important;
}
.showBtn-mian{
width: 100%;

View File

@ -945,7 +945,7 @@
font-size: 28rpx;
}
.my-head-mian-top-view-chong{
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
background: linear-gradient(90deg, #1bc8ac, #1bc8ac, #1bc8ac);
color: #fff;
}
.my-head-mian-top-view-ming{
@ -954,12 +954,12 @@
}
.my-head-mian-top-view-qian{
width: 100%;
color: #019c88;
background: linear-gradient(90deg, #e8f7f3, #e5f7f3);
color: #2f9e8d;
background: linear-gradient(90deg, #edfbfb, #effafc);
margin: 0 auto;
border-radius:20rpx 20rpx 0 0;
height: 64rpx;
line-height: 66rpx;
height: 76rpx;
line-height: 74rpx;
display: flex;
flex-direction: row;
justify-content: space-between;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB