Explorar el Código

调整页面样式

yanjie hace 4 años
padre
commit
0b61abde75

+ 1 - 1
components/page-component/app-goods-recommend/app-goods-recommend.vue

xqd
@@ -61,7 +61,7 @@
             color: $uni-general-color-two;
             .text {
                 color: #333;
-                font-size: #{36rpx};
+                font-size: #{30rpx};
             }
             .border {
                 border-top: 2px solid #E56283;

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

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

+ 2 - 1
components/page-component/goods/bd-info.vue

xqd
@@ -278,9 +278,10 @@
         margin-left: 12upx;
     }
     .bd-price {
-        font-size: 44upx;
+        font-size: 50upx;
         line-height: 1;
         font-family: DIN;
+		color: #F84469;
     }
     .bd-sales {
         color: #999999;

+ 2 - 1
components/page-component/goods/u-attr.vue

xqd
@@ -535,12 +535,13 @@
     }
     .u-price {
         margin-right: 12upx;
+		font-size: 36rpx;
     }
     .u-input {
         width: 88upx;
         height: 60upx;
         background-color: #f7f7f7;
-        font-size: 20upx;
+        font-size: 30upx;
         color: #353535;
         text-align: center;
     }

+ 1 - 1
pages/address/address.vue

xqd
@@ -42,7 +42,7 @@
                     <icon class="app-icon app-manual-icon"></icon>
                     <text class="app-text">手动添加</text>
                 </app-button>
-                <app-button background="#08c303" arrangement="row" @click="getauto" type="important" round width="346">
+                <app-button background="#9999ff" arrangement="row" @click="getauto" type="important" round width="346">
                     <icon class="app-icon app-auth-icon"></icon>
                     <text class="app-text">自动获取</text>
                 </app-button>

+ 3 - 3
pages/share/add/add.vue

xqd xqd
@@ -21,14 +21,14 @@
                             <text style="color: #ff4544">*</text>姓名
                         </view>
                         <view class="add-input">
-                            <input v-model="name" placeholder="请填写真实姓名" placeholder-style="font-size: 20rpx;color: #cdcdcd" />
+                            <input v-model="name" placeholder="请填写真实姓名" placeholder-style="font-size: 28rpx;color: #cdcdcd" />
                         </view>
                     </view>
                     <view class="add-info">
                         <view class="add-label">
                             <text style="color: #ff4544">*</text>手机号码</view>
                         <view class="add-input">
-                            <input v-model="phone" type="number" placeholder="请填写手机号码" placeholder-style ="font-size: 20rpx;color: #cdcdcd" />
+                            <input v-model="phone" type="number" placeholder="请填写手机号码" placeholder-style ="font-size: 28rpx;color: #cdcdcd" />
                         </view>
                     </view>
                     <view class="add-info">
@@ -36,7 +36,7 @@
                             <text style="color: #ff4544">*</text>微信号
                         </view>
                         <view class="add-input">
-                            <input v-model="wechat_num" placeholder="微信号" placeholder-style="font-size: 20rpx;color: #cdcdcd" />
+                            <input v-model="wechat_num" placeholder="微信号" placeholder-style="font-size: 28rpx;color: #cdcdcd" />
                         </view>
                     </view>
                     <view class="add-info">

+ 2 - 2
siteinfo.js

xqd
@@ -1,6 +1,6 @@
 const ENV = process.env.NODE_ENV === 'development';
-const ROOT = ENV?'http://www.mall.com':'https://t6.9026.com';
-// const ROOT = 'https://qiantengteng.9026.com';
+// const ROOT = ENV?'http://www.mall.com':'https://t6.9026.com';
+const ROOT = 'https://qiantengteng.9026.com';
 var siteinfo = {
     'acid': -1,
     'version': '4.3.57',