Kaynağa Gözat

修改样式

306132416@qq.com 4 yıl önce
ebeveyn
işleme
14a7cc3a5a
2 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 4 3
      pages/appeal/appealCard.vue
  2. 1 0
      pages/appeal/index.vue

+ 4 - 3
pages/appeal/appealCard.vue

@@ -46,7 +46,8 @@ export default {
   height: 200rpx;
   .title {
     margin-bottom: 5%;
-    font-size: 28rpx;
+    font-size: 30rpx;
+	font-weight: 600;
   }
   .state {
     position: absolute;
@@ -59,11 +60,11 @@ export default {
   .details {
     position: relative;
     .name {
-      font-size: 25rpx;
+      font-size: 26rpx;
       color: red;
     }
     .msg {
-      font-size: 25rpx;
+      font-size: 26rpx;
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;

+ 1 - 0
pages/appeal/index.vue

@@ -26,6 +26,7 @@
         v-for="(otherAppeal, index) in otherAppealList"
         :key="index"
         @tap="toDetail(otherAppeal.id)"
+		style="border-bottom: 1rpx solid #e6e6e6;"
       >
         <appealCard :otherAppeal="otherAppeal" :isOther='true'></appealCard>
       </div>