Kaynağa Gözat

全局的样式修改

sophieChenyx 6 yıl önce
ebeveyn
işleme
d24106c718

+ 13 - 13
compontents/chat/chat.wxss

@@ -21,7 +21,7 @@
     position:relative;
     width: 100%;
     text-align: center;
-    font-size: 32rpx;
+    font-size: 36rpx;
     font-weight: 600;
     border-bottom: 2rpx #878787 solid;
     padding-bottom: 16rpx;
@@ -38,7 +38,7 @@
     position: absolute;
     right: 0;
     top: 10rpx;
-    font-size: 24rpx;
+    font-size: 28rpx;
     color: #fff;
     background-color: #95D4E6;
     line-height: 40rpx;
@@ -81,14 +81,14 @@
 
 .lesson-name text:nth-child(1) {
     height: 38rpx;
-    font-size: 32rpx;
+    font-size: 36rpx;
     font-weight: 600;
 }
 
 .lesson-name text:nth-child(2) {
     height: 30rpx;
     margin-top: 10rpx;
-    font-size: 24rpx;
+    font-size: 28rpx;
     color: #C3C3C3;
 }
 
@@ -162,7 +162,7 @@
 }
 
 .icon view text {
-    font-size: 24rpx;
+    font-size: 28rpx;
     color: #878787;
     margin-left: 14rpx;
 }
@@ -182,14 +182,14 @@
 
 .state {
     text-align: center;
-    font-size: 24rpx;
-    color: #C0C0C0;
+    font-size: 28rpx;
+    color: #bebebe;
 }
 
 .upload-works {
     position: relative;
-    width: 212rpx;
-    height: 212rpx;
+    width: 240rpx;
+    height: 210rpx;
     margin: 0 auto;
 }
 
@@ -197,8 +197,8 @@
     position: absolute;
     left: 0;
     top: 0;
-    width: 212rpx;
-    height: 212rpx;
+    width: 235rpx;
+    height: 235rpx;
 }
 
 .uploading-works {
@@ -216,8 +216,8 @@
     left: 50%;
     top: 70%;
     z-index: 1;
-    font-size: 24rpx;
-    color: #C0C0C0;
+    font-size: 28rpx;
+    color: #bebebe;
     transform: translate(-50%);
 }
 

+ 3 - 3
compontents/lesson_list/lessonList.wxss

@@ -28,15 +28,15 @@
 
 .lesson-name text:nth-child(1) {
     height: 38rpx;
-    font-size: 32rpx;
+    font-size: 36rpx;
     font-weight: 600;
 }
 
 .lesson-name text:nth-child(2) {
     height: 30rpx;
     margin-top: 10rpx;
-    font-size: 24rpx;
-    color: #C3C3C3;
+    font-size: 28rpx;
+    color: #bebebe;
 }
 
 /* 时间轴 */

+ 3 - 3
compontents/preview/preview.wxss

@@ -28,15 +28,15 @@
 
 .lesson-name text:nth-child(1) {
     height: 38rpx;
-    font-size: 32rpx;
+    font-size: 36rpx;
     font-weight: 600;
 }
 
 .lesson-name text:nth-child(2) {
     height: 30rpx;
     margin-top: 10rpx;
-    font-size: 24rpx;
-    color: #C3C3C3;
+    font-size: 28rpx;
+    color: #bebebe;
 }
 
 /* 预览图片 */

+ 1 - 1
pages/art/art.js

@@ -11,7 +11,7 @@ const login = require('../../utils/loginSchedule.js');
  * num2 科目得值
  * position 定位id值
  * questionsdian 点的显示
- * list 更改后时间的
+ * list 更改后时间的
  * lessonListHeight 定义高度
  * previewHeight 定义高度
  * productionMore和questionsMore展开是否显示

+ 2 - 3
pages/index/index.wxml

@@ -17,14 +17,13 @@
                       {{data.users.wechatName}}
                     </view>
                     <view class="student">
-                      学号:
-                      <text>{{data.users.eid}}</text>
+                      学号:<text>{{data.users.eid}}</text>
                     </view>
                     <view class='LV'>{{grade}}</view>
                   </view>
                 </view>
                 <view class='grade'>
-                  <navigator url="../set_name/set_name" >更改昵称</navigator>
+                  <navigator style='font-size:28rpx;' url="../set_name/set_name" >更改昵称</navigator>
                 </view>
               </view>
               <view class='personal'>

+ 3 - 3
pages/index/index.wxss

@@ -62,13 +62,13 @@
   position: absolute;
   right:40rpx;
   top:110rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 
 .student {
   height:34rpx;
   font-size: 28rpx;
-  color: #8C8C8C;
+  color: #878787;
   margin-top: 10rpx;
 }
 
@@ -173,7 +173,7 @@
 
 .personal .particulars text:nth-child(1) {
   font-size: 24rpx;
-  color: #8D8C91;
+  color: #878787;
 }
 
 .personal .particulars text:nth-child(2) {

+ 4 - 3
pages/input_content/input_content.wxss

@@ -16,7 +16,7 @@
 }
 
 .head text {
-    font-size: 24rpx;
+    font-size: 28rpx;
 }
 
 .head text:nth-child(2) {
@@ -28,8 +28,9 @@
     box-sizing: border-box;
 }
 
-.write input {
-    font-size: 32rpx;
+.write .textarea-placeholder{
+    font-size: 28rpx;
+    color: #bebebe;
 }
 
 .write .add {

+ 3 - 3
pages/particulars/particulars.wxss

@@ -48,14 +48,14 @@
 
 .lesson-name text:nth-child(1) {
     height: 38rpx;
-    font-size: 32rpx;
+    font-size: 36rpx;
     font-weight: 600;
 }
 
 .lesson-name text:nth-child(2) {
     height: 30rpx;
     margin-top: 10rpx;
-    font-size: 24rpx;
+    font-size: 28rpx;
     color: #C3C3C3;
 }
 
@@ -125,7 +125,7 @@
 }
 
 .icon view text {
-    font-size: 24rpx;
+    font-size: 28rpx;
     color: #878787;
     margin-left: 14rpx;
 }

+ 4 - 3
pages/recommend/recommend.wxss

@@ -60,15 +60,16 @@ swiper {
 
 .medal-name text:nth-child(1) {
     height: 38rpx;
-    font-size: 32rpx;
+    font-size: 36rpx;
     font-weight: 600;
 }
 
 .medal-name text:nth-child(2) {
     height: 30rpx;
     margin-top: 10rpx;
-    font-size: 24rpx;
-    color: #C3C3C3;
+    font-size: 28rpx;
+    color: #bebebe;
+    
 }
 
 .get-gem {