|
@@ -1,6 +1,6 @@
|
|
-page{
|
|
|
|
|
|
+/* page{
|
|
background-color: #F8F8F8;
|
|
background-color: #F8F8F8;
|
|
-}
|
|
|
|
|
|
+} */
|
|
|
|
|
|
.container .logo {
|
|
.container .logo {
|
|
height: 400rpx;
|
|
height: 400rpx;
|
|
@@ -67,10 +67,10 @@ page{
|
|
|
|
|
|
|
|
|
|
.cash{
|
|
.cash{
|
|
- padding: 10px 10px;
|
|
|
|
|
|
+ /* padding: 10px 10px; */
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- background-color:#fff;
|
|
|
|
- margin-top: 14px;
|
|
|
|
|
|
+ /* background-color:#fff; */
|
|
|
|
+ margin-top: 260px;
|
|
}
|
|
}
|
|
.cash-img{
|
|
.cash-img{
|
|
background-image: url("https://dy.shpr.top/xcxActivity/activityList_orange.png");
|
|
background-image: url("https://dy.shpr.top/xcxActivity/activityList_orange.png");
|
|
@@ -80,7 +80,12 @@ page{
|
|
background-image: url("https://dy.shpr.top/xcxActivity/activityList_skyblue.png");
|
|
background-image: url("https://dy.shpr.top/xcxActivity/activityList_skyblue.png");
|
|
}
|
|
}
|
|
.coupon-list {
|
|
.coupon-list {
|
|
-
|
|
|
|
|
|
+ padding: 10px 10px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ background-image: url(https://dy.shpr.top/images/bg-red-3.jpg);
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ -moz-background-size: 100% 100%;
|
|
}
|
|
}
|
|
.gray {
|
|
.gray {
|
|
filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
@@ -111,7 +116,7 @@ page{
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
+ /* margin-bottom: 20px; */
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -169,4 +174,14 @@ color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
margin:auto 0px;
|
|
margin:auto 0px;
|
|
margin-right: 29px;
|
|
margin-right: 29px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+page{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ background-image: url(https://dy.shpr.top/images/bg-red-2.jpg);
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ -moz-background-size: 100% 100%;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|