Commit c8097a85 by zhangzhen

细节优化

parent 8605c9fe
......@@ -203,7 +203,7 @@
storeCleanDuration: getSysConfigValue('StoreCleanDuration')? Number(getSysConfigValue('StoreCleanDuration')):30
};
},
onLoad(option) {
onLoad(option) {
this.userInfo = uni.getStorageSync('userInfo')
this.orderNo = option.orderNo;
......
......@@ -865,8 +865,9 @@
height: 33%;
text {
margin-top: 8upx;
font-weight: normal;
font-size: 32upx;
font-size: 28upx;
color: #000000;
background: linear-gradient(-90deg, #FF7800 0%, #FF0000 100%);
-webkit-background-clip: text;
......@@ -914,13 +915,13 @@
justify-content: center;
align-items: center;
width: 100%;
height: 50upx;
height: 64upx;
background: linear-gradient(-90deg, #FCD25B, #FA541D);
border-radius: 0 0 23upx 23upx;
z-index: 2;
text {
font-size: 19upx;
font-size: 26upx;
color: #ffffff;
}
}
......@@ -936,6 +937,7 @@
.preferential {
text {
margin-top: 8upx;
color: #ffffff;
background: #ffffff;
-webkit-background-clip: text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment