lbj 1 year ago
parent
commit
cc3c14cdd4
2 changed files with 24 additions and 9 deletions
  1. 1 1
      pages/my-Integral/my-Integral.wxml
  2. 23 8
      pages/my-Integral/my-Integral.wxss

+ 1 - 1
pages/my-Integral/my-Integral.wxml

@@ -24,7 +24,7 @@
     <!-- 入账种 和明细 -->
   </view>
   <view class="bottom">
-    <view class="">
+    <view>
       <van-tabs sticky class="order-tabs">
         <van-tab title="入账中">
           <van-divider />

+ 23 - 8
pages/my-Integral/my-Integral.wxss

@@ -70,31 +70,46 @@ page {
 
 .order-tabs .van-tab--active .van-ellipsis {
   color: #ff8700;
+  /* font-size: 40rpx; */
+}
+
+.van-ellipsis {
+  font-size: 32rpx;
+  margin: 0 auto;
+  line-height: 110rpx;
 }
 
 .van-tabs__line {
   display: none;
 }
-.box{
+
+.box {
   box-sizing: border-box;
   display: flex;
   justify-content: space-between;
-  padding: 0%  13% 0%;
+  padding: 0% 13% 0%;
 }
-.complete{
 
-font-weight: 800;
+.complete {
+  font-size: 33rpx;
+  font-family: Fantasy;
 }
-.box-calendar{
+
+.box-calendar {
   display: flex;
   color: #b4b4b4;
   font-size: 28rpx;
 }
-.date{
+
+.date {
   margin-right: 10rpx;
 }
-.right-jiafen{
+
+.right-jiafen {
+  font-size: 33rpx;
+  font-family: sans-serif;
   color: #ff8b09;
-  font-weight: 800;
+font-weight: 800;
+  /* font-weight: 800; */
   margin-right: 20rpx;
 }