浏览代码

样式对着ui修改

刘银川 2 年之前
父节点
当前提交
b843a0548a

+ 4 - 1
compone/count-down/count-down.wxss

@@ -1 +1,4 @@
-/* compone/count-down/count-down.wxss */
+/* compone/count-down/count-down.wxss */
+text{
+  font-size:24rpx;
+}

+ 2 - 1
compone/order-card/order-card.wxss

@@ -64,7 +64,7 @@
 .late-items{
   /* height: 130rpx; */
   width: 100%;
-  margin-top: -20rpx;
+  /* margin-top: -20rpx; */
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -136,6 +136,7 @@
   display: flex;
   flex-direction: row-reverse;
   color: #F35E5E;
+  height: 0;
   font-size: 22rpx;
 }
 .late1-content{

+ 1 - 1
compone/search/search.wxml

@@ -1,5 +1,5 @@
 <!--compone/search/search.wxml-->
 <view class="sousuo" bindtap="navToSearch">
   <van-icon name="search" style="font-size: 40rpx;color: #A4A4A4;margin-left: 30rpx;" />
-  <input disabled class="ssinput" type="text" placeholder="搜索" placeholder-style="color:#989898;"></input>
+  <input disabled class="ssinput" type="text" placeholder="搜索" placeholder-class="placeholder-style" placeholder-style="color:#989898;"></input>
 </view>

+ 4 - 0
compone/search/search.wxss

@@ -12,4 +12,8 @@
 .sousuo .ssinput{
   height: 100%;
   width: 84%;
+  font-size:28rpx;
+}
+.placeholder-style{
+  font-size: 28rpx;
 }

+ 3 - 3
pages/adddeliveryaddress/adddeliveryaddress.wxml

@@ -17,7 +17,7 @@
         <text>姓名</text>
       </view>
       <view class="right">
-        <input type="text" value="{{name}}" bindinput="inputName" placeholder-style="color:#989898;font-size:32rpx;font-weight: 500;" placeholder="请输入姓名" />
+        <input type="text" value="{{name}}" bindinput="inputName" placeholder-style="color:#656565;font-size:32rpx;font-weight: 500;" placeholder="请输入姓名" />
       </view>
     </view>
     <view class="card-row">
@@ -26,7 +26,7 @@
         <text>手机号</text>
       </view>
       <view class="right">
-        <input type="text" value="{{phone}}" bindinput="inputPhone" placeholder-style="color:#989898;font-size:32rpx;font-weight: 500;" placeholder="请输入手机号" />
+        <input type="text" value="{{phone}}" bindinput="inputPhone" placeholder-style="color:#656565;font-size:32rpx;font-weight: 500;" placeholder="请输入手机号" />
       </view>
     </view>
     <view class="card-row">
@@ -35,7 +35,7 @@
         <text>备注</text>
       </view>
       <view class="right">
-        <input type="text" value="{{remarks}}" bindinput="inputRemarks" placeholder-style="color:#989898;font-size:32rpx;font-weight: 500;" placeholder="请输入备注" />
+        <input type="text" value="{{remarks}}" bindinput="inputRemarks" placeholder-style="color:#656565;font-size:32rpx;font-weight: 500;" placeholder="请输入备注" />
       </view>
     </view>
     <!-- 按钮 -->

+ 2 - 2
pages/index/index.wxml

@@ -42,7 +42,7 @@
   <view class="tinfo" wx:if="{{zhong == 1}}">
     <view style="width: 710rpx;height: 82rpx;background-color: white;border-radius: 50rpx;display: flex;align-items: center;justify-content: space-around;margin: 0 auto;">
       <van-icon name="search" style="font-size: 40rpx;color: #A4A4A4;margin-left: 30rpx;" />
-      <input type="text" placeholder="搜索" placeholder-style="color:#989898;" style="height: 100%;width: 84%;" value="{{goodName}}" bindconfirm="inputGoodName" bindinput="inputGoodName"></input>
+      <input type="text" class="tinfoInput" placeholder-class="placeholder-style" placeholder="搜索" placeholder-style="color:#989898;" style="height: 100%;width: 84%;" value="{{goodName}}" bindconfirm="inputGoodName" bindinput="inputGoodName"></input>
     </view>
     <view class="forlate" wx:key="index">
       <order-card wx:for="{{pintuan}}" cardData="{{item}}" data-id="{{item.id}}" bindtap="navToPinTuanDetail"></order-card>
@@ -55,7 +55,7 @@
     <view class="ordertabs">
       <view class="otop">
         <view class="ortab" wx:for="{{ordertabs}}" bindtap="ordertap" wx:key="indexs" data-oid="{{index}}" wx:for-item="items">
-          <view style="color: {{orderindex == index?'#FF874E':'#656565'}};">{{items}}</view>
+          <view style=" font-size: 28rpx;color: {{orderindex == index?'#FF874E':'#656565'}};">{{items}}</view>
           <view class="orderimg">
             <image wx:if="{{orderindex == index}}" src="/images/foot-line.png"></image>
           </view>

+ 5 - 2
pages/index/index.wxss

@@ -123,6 +123,9 @@ page{
   align-items: center;
   justify-content: center;
 }
+.placeholder-style{
+font-size:28rpx;
+}
 .tinfo .gbinfo .gb-body{
   width: 90%;
   height: 100%;
@@ -147,12 +150,12 @@ page{
 }
 .gb-name{
   color: #464646;
-  font-size: 37rpx;
+  font-size: 32rpx;
   font-weight: 600;
 }
 .gb-jianjie{
   color: #656565;
-  font-size: 29rpx;
+  font-size: 28rpx;
 }
 .jiaobiao{
   width: 36rpx;

+ 1 - 0
pages/invitehelpmesell/invitehelpmesell.wxss

@@ -108,6 +108,7 @@ page {
 .body-tab-item {
   width: 172rpx;
   height: 72rpx;
+  padding: 0 10rpx;
   display: flex;
   align-items: center;
   justify-content: center;

+ 5 - 0
pages/mine/mine.wxss

@@ -116,6 +116,9 @@ page{
   display: flex;
   justify-content: space-between;
 }
+.yuan-body p{
+  width: 170rpx;
+}
 .yuan-body .yuan-order{
   width: 340rpx;
   height: 160rpx;
@@ -199,6 +202,8 @@ page{
 }
 .yuan-f-info p {
   width: 500rpx;
+  font-size:32rpx ;
+  color:#656565;
 }
 .foot-go{
   width: 20rpx;

+ 5 - 5
pages/myhomepage/myhomepage.wxml

@@ -22,12 +22,12 @@
 				<view></view>
 				
 				<view class="btn" wx:if="{{enterType === 0 && !isSubscription}}" >
-				<van-switch  active-color="#FF874E" checked="{{ !(enterType === 0 && !isSubscription) }}"  size="20px" bind:change="subscription" />
-					<p style="background-color: #FF874E" >订阅</p>
+				<!-- <van-switch  active-color="#FF874E" checked="{{ !(enterType === 0 && !isSubscription) }}"  size="20px" bind:change="subscription" /> -->
+					<p style="background-color: #FF874E" bindtap="subscription">订阅</p>
 				</view >
 				<view class="btn" wx:if="{{enterType === 0 && isSubscription}}" >
-				<van-switch  active-color="#FF874E" checked="{{ !(enterType === 0 && !isSubscription) }}"  size="20px" bind:change="subscription" />
-					<p style="background-color: #D2D2D2" >已订阅</p>
+				<!-- <van-switch  active-color="#FF874E" checked="{{ !(enterType === 0 && !isSubscription) }}"  size="20px" bind:change="subscription" /> -->
+					<p style="background-color: #D2D2D2" bindtap="subscription">已订阅</p>
 				</view >
 				<!-- 编辑信息 -->
 				<p wx:if="{{enterType === 1}}" style="color:#FF874E;font-size:28rpx;font-weight: 500;" bindtap="gobianji">编辑 ></p>
@@ -104,7 +104,7 @@
 	<view class="list-top">
 		<image src="/images/line.png"></image>
 		<view style="margin-left: 10rpx;">
-			<p style="font-size: 32rpx;color: #656565;">拼团列表</p>
+			<p class="p">拼团列表</p>
 			<p style="color: #656565;font-size: 23rpx;margin-left: 10rpx;">({{info.gang_number_conduct}}/{{info.gang_number_total}})</p>
 		</view>
 	</view>

+ 5 - 0
pages/myhomepage/myhomepage.wxss

@@ -320,6 +320,11 @@ page{
   align-items: center;
   margin-bottom: 40rpx;
 }
+.list-top .p{
+  color: #464646;
+  font-size: 32rpx;
+  font-weight: 600;
+}
 .list-top>image{
   width: 6rpx;
   height: 20rpx;

+ 3 - 0
pages/orderdetail/orderdetail.wxss

@@ -101,6 +101,9 @@ page {
   text-decoration: underline;
   margin-left: 28rpx;
 }
+.order-operate-left .cancelOrder{
+  font-size:28rpx ;
+}
 .order-operate-right {
   display: flex;
 }

+ 1 - 1
pages/ordermanage/ordermanage.wxml

@@ -60,7 +60,7 @@
 <view class="tabls">
   <view class="tabline">
     <view class="ortab" wx:for="{{ordertabs}}" bindtap="ordertap" wx:key="indexs" data-oid="{{index}}" wx:for-item="items">
-      <view style="color: {{orderindex == index?'#FF874E':'#656565'}};">{{items}}</view>
+      <view style="font-size: 28rpx;color: {{orderindex == index?'#FF874E':'#3F3F3F'}};">{{items}}</view>
       <view class="orderimg">
         <image wx:if="{{orderindex == index}}" src="/images/foot-line.png"></image>
       </view>

+ 2 - 2
pages/pintuandetail/pintuandetail.wxml

@@ -20,8 +20,8 @@
     <view class="body-center">
       <view bindtap="gobianji">
         <p>{{user_info.name}}</p>
-          <van-switch wx:if="{{!isSubscription}}" class="buttonClass" active-color="#FF874E" checked="{{ false}}"  size="20px" bind:change="subscription" />
-          <van-switch wx:if="{{isSubscription}}" class="buttonClass" active-color="#FF874E" checked="{{ true }}"  size="20px" bind:change="noSubscription" />
+          <!-- <van-switch wx:if="{{!isSubscription}}" class="buttonClass" active-color="#FF874E" checked="{{ false}}"  size="20px" bind:change="subscription" />
+          <van-switch wx:if="{{isSubscription}}" class="buttonClass" active-color="#FF874E" checked="{{ true }}"  size="20px" bind:change="noSubscription" /> -->
         <button wx:if="{{!isSubscription}}" catchtap="subscription" style="background-color: #FF874E">
           <p>订阅</p>
         </button>

+ 2 - 0
pages/publish/publish.wxss

@@ -60,6 +60,7 @@ page{
   align-items: center;
   justify-content: center;
   font-size: 28rpx;
+  box-shadow: 0 4rpx 18rpx 0 rgba(255,135,78,0.4);
 }
 .pub-but-two{
   background-color: #FFFFFF;
@@ -69,6 +70,7 @@ page{
   align-items: center;
   justify-content: center;
   font-size: 28rpx;
+  box-shadow: 0 4rpx 18rpx 0 rgba(255,135,78,0.4);
 }
 .pub-line{
   width: 100%;