瀏覽代碼

[首页样式修改]

tags/湖南版5.1.4
luqc 6 年之前
父節點
當前提交
def4810ca7
共有 2 個檔案被更改,包括 7 行新增5 行删除
  1. +6
    -4
      components/coupons/index.wxss
  2. +1
    -1
      pages/main/coupons/index.wxss

+ 6
- 4
components/coupons/index.wxss 查看文件

@@ -3,7 +3,7 @@
width: 40%; width: 40%;
height: 492rpx; height: 492rpx;
display: inline-block; display: inline-block;
padding: 30rpx;
padding: 10rpx 30rpx;
position: relative; position: relative;
} }
@@ -35,7 +35,7 @@
width: 335rpx; width: 335rpx;
height: 157rpx; height: 157rpx;
position: absolute; position: absolute;
bottom: 30rpx;
bottom: 10rpx;
background: #fff; background: #fff;
border-radius:0rpx 0rpx 10rpx 10rpx; border-radius:0rpx 0rpx 10rpx 10rpx;
} }
@@ -61,6 +61,8 @@
display: block; display: block;
font-size: 50rpx; font-size: 50rpx;
color: #FF4949; color: #FF4949;
position: absolute;
bottom: 10rpx;
} }
.price{ .price{
/* width:48rpx; /* width:48rpx;
@@ -112,13 +114,13 @@ margin-left: 16rpx;


.coupons-btn { .coupons-btn {
position: absolute; position: absolute;
bottom: 30rpx;
bottom: 10rpx;
right: 0; right: 0;
} }


.coupons-btn-gm { .coupons-btn-gm {
background: #AF6E34 !important; background: #AF6E34 !important;
border-radius: 10px 0px 10px 0px !important;
border-radius: 10px 0px 5px 0px !important;
margin: 0 !important; margin: 0 !important;
padding: 0 !important; padding: 0 !important;
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;


+ 1
- 1
pages/main/coupons/index.wxss 查看文件

@@ -1,5 +1,5 @@
.index-coupons { .index-coupons {
height: 820rpx;
/* height: 820rpx; */
margin-top: 30rpx; margin-top: 30rpx;
background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%);
} }


Loading…
取消
儲存