Commit c8097a85 by zhangzhen

细节优化

parent 8605c9fe
...@@ -865,8 +865,9 @@ ...@@ -865,8 +865,9 @@
height: 33%; height: 33%;
text { text {
margin-top: 8upx;
font-weight: normal; font-weight: normal;
font-size: 32upx; font-size: 28upx;
color: #000000; color: #000000;
background: linear-gradient(-90deg, #FF7800 0%, #FF0000 100%); background: linear-gradient(-90deg, #FF7800 0%, #FF0000 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
...@@ -914,13 +915,13 @@ ...@@ -914,13 +915,13 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 50upx; height: 64upx;
background: linear-gradient(-90deg, #FCD25B, #FA541D); background: linear-gradient(-90deg, #FCD25B, #FA541D);
border-radius: 0 0 23upx 23upx; border-radius: 0 0 23upx 23upx;
z-index: 2; z-index: 2;
text { text {
font-size: 19upx; font-size: 26upx;
color: #ffffff; color: #ffffff;
} }
} }
...@@ -936,6 +937,7 @@ ...@@ -936,6 +937,7 @@
.preferential { .preferential {
text { text {
margin-top: 8upx;
color: #ffffff; color: #ffffff;
background: #ffffff; background: #ffffff;
-webkit-background-clip: text; -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