Ver código fonte

修改细节样式

sophieChenyx 6 anos atrás
pai
commit
c31031ef79

+ 1 - 1
compontents/lesson_list/lessonList.wxss

@@ -56,7 +56,7 @@
     justify-content: space-between;
     margin-left: 53rpx;
     font-size: 28rpx;
-    color: #444;
+    color: #303030;
 }
 
 .art-con-color {

+ 1 - 1
compontents/preview/preview.wxss

@@ -51,7 +51,7 @@
     justify-content: space-between;
     margin-left: 53rpx;
     font-size: 28rpx;
-    color: #444;
+    color: #303030;
     margin-top: 30rpx;
 }
 

+ 3 - 3
compontents/ranking/ranking.wxss

@@ -104,7 +104,7 @@
 
 .name {
     width: 100%;
-    font-size: 24rpx;
+    font-size: 28rpx;
     word-break:keep-all;/* 不换行 */   
     white-space:nowrap;/* 不换行 */  
     overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
@@ -112,8 +112,8 @@
 }
 
 .medal-num {
-    font-size: 24rpx;
-    color: #aaa;
+    font-size: 28rpx;
+    color: #878787;
 }
 
 /* 勋章列表*/

+ 6 - 5
compontents/target/target.wxss

@@ -18,20 +18,21 @@
     height: 120rpx;
     display: -webkit-box;
     font-size: 28rpx;
-    margin-top: 28rpx;
-    line-height: 40rpx;
+    margin-top: 15rpx;
+    line-height: 48rpx;
     word-break: break-all;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 4;
     overflow: hidden;
     text-overflow:ellipsis;
+    color: #303030;
 }
 
 .target-txt-show {
     height: 200rpx;
     font-size: 28rpx;
-    margin-top: 28rpx;
-    line-height: 40rpx;
+    margin-top: 15rpx;
+    line-height: 48rpx;
     word-break: break-all;
 }
 
@@ -46,7 +47,7 @@
     font-size: 28rpx;
     line-height: 28rpx;
     height: 28rpx;
-    color: #93AAFA;
+    color: #5984f7;
 }
 .dirImg{
   width: 16rpx;

+ 2 - 2
pages/index/index.wxss

@@ -121,7 +121,7 @@
   position: absolute;
   right: 30rpx;
   bottom: 30rpx;
-  color: #5E86F8;
+  color: #5984F7;
   font-size: 28rpx;
 }
 
@@ -166,7 +166,7 @@
 }
 
 .img text {
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #878787;
   margin-top: 10rpx;
 }

+ 2 - 1
pages/recommend/recommend.wxss

@@ -83,8 +83,9 @@ swiper {
 
 .get-gem text, .get-medal text {
     display: block;
-    margin-top: 18rpx;
+    margin-top: 15rpx;
     font-size: 28rpx;
+    line-height: 48rpx;
 }
 
 .recommend-strategy {