订单修改
This commit is contained in:
parent
2cc11e0328
commit
293ba1aa32
|
@ -853,7 +853,7 @@
|
||||||
.gengduoBtn{
|
.gengduoBtn{
|
||||||
height:70rpx;
|
height:70rpx;
|
||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
border-bottom: 1px solid #f7f7f7;
|
border-bottom: 1px solid #f2f2f2;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -988,17 +988,19 @@
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
// border: 1px solid #d7d7d7 !important;
|
// border: 1px solid #d7d7d7 !important;
|
||||||
color: #d7d7d7 !important;
|
color: #d7d7d7 !important;
|
||||||
width: 145rpx !important;
|
width: 164rpx !important;
|
||||||
height: 47rpx !important;
|
height: 47rpx !important;
|
||||||
line-height: 47px !important;
|
line-height: 47px !important;
|
||||||
border-radius: 23rpx !important;
|
border-radius: 23rpx !important;
|
||||||
|
font-size: 30rpx!important;
|
||||||
}
|
}
|
||||||
/deep/.btns{
|
/deep/.btns{
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
// border: 1px solid #019C88 !important;
|
// border: 1px solid #019C88 !important;
|
||||||
color: #019C88 !important;
|
color: #019c88 !important;
|
||||||
width: 164rpx !important;
|
width: 164rpx !important;
|
||||||
border-radius: 23rpx !important;
|
border-radius: 23rpx !important;
|
||||||
|
font-size: 30rpx!important;
|
||||||
}
|
}
|
||||||
.text-green span:nth-child(1){
|
.text-green span:nth-child(1){
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -1026,7 +1028,9 @@
|
||||||
top: var(--window-top);
|
top: var(--window-top);
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
background-color: #fff;
|
background:url('../../static/background-img4.png') bottom;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
.sticky-tabs-list image{
|
.sticky-tabs-list image{
|
||||||
width: 52.08rpx;
|
width: 52.08rpx;
|
||||||
|
@ -1087,8 +1091,9 @@
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.margin-left-xs{
|
.margin-left-xs{
|
||||||
font-size: 31rpx;
|
font-size: 32rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: #111111;
|
||||||
}
|
}
|
||||||
.status-button{
|
.status-button{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 398 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue