yanjie 4 年 前
コミット
b7311453cc

+ 2 - 2
components/page-component/goods/bd-comments.vue

xqd
@@ -119,8 +119,8 @@ export default {
     }
     .bd-name {
         /* font-size: 28upx; */
-		font-size: 34rpx;
-		font-weight: bold;
+		font-size: 33rpx;
+		/* font-weight: bold; */
         color: #333;
     }
     .bd-more {

+ 5 - 4
components/page-component/u-announcement/u-announcement.vue

xqd xqd xqd
@@ -24,8 +24,9 @@
             </view>
         </view>
         <u-popup :length="600" mode="center" v-model="visibleSync" :zoom="false">
-            <view class="app-top-image" :style="{backgroundImage: `url(${headerUrl})`}" v-if="headerUrl"></view>
-            <view class="app-top-image icon" v-else></view>
+            <!-- <view class="app-top-image" :style="{backgroundImage: `url(${headerUrl})`}" v-if="headerUrl"></view> -->
+			 <view class="app-top-image" style="background-image: url(https://qiantengteng.9026.com/web/statics/img/mall/notice.jpg);"></view>
+            <!-- <view class="app-top-image icon" v-else></view> -->
             <view class="u-bottom-content">
                 <scroll-view scroll-y class="u-content">
                     {{content}}
@@ -86,7 +87,7 @@ export default {
         },
         btnColor: {
             type: String,
-            default: '#ff4544'
+            default: '#F84469'
         },
         btnRadius: {
             type: String,
@@ -132,7 +133,7 @@ export default {
     },
     computed: {
         btnStyle: function() {
-            return `width: ${this.btnWidth}rpx;color:${this.btnTextColor};background-color:${this.btnColor};border-radius: ${this.btnRadius};`
+            return `width: ${this.btnWidth}rpx;color:${this.btnTextColor};background-color:#F84469;border-radius: ${this.btnRadius};`
         }
     },
     mounted() {