ソースを参照

积分页面头部修改

junyuanz 5 年 前
コミット
b3e47c2ffa
共有2 個のファイルを変更した25 個の追加22 個の削除を含む
  1. 1 1
      packageUser/pages/user/integral/integral.wxml
  2. 24 21
      packageUser/pages/user/integral/integral.wxss

+ 1 - 1
packageUser/pages/user/integral/integral.wxml

@@ -10,7 +10,7 @@
     </navigator>
   </view>
   <view class="radish-main">
-    <view class="radish-main__title">交易记录</view>
+    <view class="radish-main__title">积分记录</view>
     <view class="radish-main__line" wx:key="{{index}}" bindtap="getDetail" data-val="{{item.id}}" wx:for="{{list}}">
       <view class="radish-main__left">
         <view class="radish-main__text ellipsis">{{item.source_name}} - {{item.remark}}</view>

+ 24 - 21
packageUser/pages/user/integral/integral.wxss

@@ -7,19 +7,21 @@
 .radish-top {
   width: 100%;
   height: 360rpx;
-  background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/pointbg.jpg');
+  background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/checkin.jpg');
   background-size: 100%;
 }
 .radish-top__title {
-  padding: 46rpx 0 20rpx;
-  font-size: 28rpx;
-  color: #FFF;
-  text-align: center;
+    padding: 95rpx 0 10rpx;
+    font-size: 34rpx;
+    color: #FFF;
+    text-align: center;
+    text-shadow: 1px 1px 1px #bb954d;
 }
 .radish-top__count {
-  font-size: 60rpx;
-  color: #fff;
-  text-align: center;
+    font-size: 70rpx;
+    color: #fff;
+    text-align: center;
+    text-shadow: 1px 1px 1px #e6231d;
 }
 .radish-top__btn {
   position: absolute;
@@ -36,19 +38,20 @@
   color: #fff;
 }
 .radish-top__btn1 {
-  position: absolute;
-  top: 190rpx;
-  //right: 150rpx;
-  width: 196rpx;
-  height: 60rpx;
-  border: 2rpx solid #fff;
-  margin: 48rpx auto 0;
-  text-align: center;
-  line-height: 60rpx;
-  border-radius: 8rpx;
-  font-size: 28rpx;
-  color: #fff;
-  right:calc(50% - 98rpx)
+    position: absolute;
+    top: 210rpx;
+    right: calc(50% - 98rpx);
+    width: 196rpx;
+    height: 60rpx;
+    border: 2rpx solid #eb4d20;
+    margin: 48rpx auto 0;
+    text-align: center;
+    line-height: 60rpx;
+    border-radius: 45px;
+    font-size: 32rpx;
+    color: #fff;
+    right: calc(50% - 98rpx);
+    background: linear-gradient(to right,#eb712c,#e71f1c);
 }
 .radish-main {
   background-color: #fff;