|
@@ -4,16 +4,16 @@ Page {
|
|
|
background-color: #BF2637;
|
|
|
box-sizing: border-box;
|
|
|
padding-top: 102px;
|
|
|
- padding-left: 26px;
|
|
|
background-image: url("https://dy.shpr.top/shareActivity/activityInfo_big.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.info{
|
|
|
- width: 327px;
|
|
|
- height: 428px;
|
|
|
- /* margin-top: 102px; */
|
|
|
- align-items: center;
|
|
|
- /* margin-left: 26px; */
|
|
|
+ width: 100%;
|
|
|
+ /* height: 100%; */
|
|
|
+ justify-content: left!important;
|
|
|
+ align-items: center!important;
|
|
|
+ margin-top: 100px;
|
|
|
+
|
|
|
}
|
|
|
.top{
|
|
|
height: 46px;
|
|
@@ -30,8 +30,8 @@ Page {
|
|
|
.top-image{
|
|
|
width: 182px;
|
|
|
height: 35px;
|
|
|
- margin-left: 45px;
|
|
|
- margin-top: 89px;
|
|
|
+
|
|
|
+ margin-top: 119px;
|
|
|
}
|
|
|
|
|
|
.bottom{
|
|
@@ -39,24 +39,20 @@ Page {
|
|
|
height: 234px;
|
|
|
border-radius: 10px 10px 5px 5px;
|
|
|
box-sizing: border-box;
|
|
|
- margin: 100px 20px 100px 55px;
|
|
|
background-image: url("https://dy.shpr.top/shareActivity/couponInfo.png");
|
|
|
background-size: 100% 100%;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: left;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.title{
|
|
|
width: 300px;
|
|
|
- height: 24px;
|
|
|
+ height: 50px;
|
|
|
font-size: 46px;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
- line-height: 24px;
|
|
|
- font-size: 46px;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 0px;
|
|
|
+ line-height: 50px;
|
|
|
color: #000000;
|
|
|
- margin-top: -65px;
|
|
|
+ margin-top: 29px;
|
|
|
|
|
|
|
|
|
|
|
@@ -64,8 +60,6 @@ Page {
|
|
|
.coupon-info{
|
|
|
width: 300px;
|
|
|
height: 18px;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 400;
|
|
|
text-align: center;
|
|
|
line-height: 18px;
|
|
|
margin-top: 10px;
|
|
@@ -103,37 +97,35 @@ Page {
|
|
|
height: 10px;
|
|
|
font-weight: 400;
|
|
|
color: #000000;
|
|
|
- position: absolute;
|
|
|
- margin-top: 179px;
|
|
|
+ margin-top: 20px;
|
|
|
margin-left: 15px;
|
|
|
|
|
|
}
|
|
|
.receive-button {
|
|
|
- width: 167px;
|
|
|
+ width: 147px !important;
|
|
|
height: 37px;
|
|
|
- border-radius: 8rpx!important;
|
|
|
+ border-radius: 4px!important;
|
|
|
background: #FC5232;
|
|
|
color:#fff!important;
|
|
|
- align-items: center!important;
|
|
|
text-align: center!important;
|
|
|
- line-height: 37px!important;
|
|
|
- margin-top: 20rpx!important;
|
|
|
- cursor: pointer!important;
|
|
|
- font-size: 25rpx!important;
|
|
|
- position: absolute;
|
|
|
- top: 335px;
|
|
|
+ line-height: 37px;
|
|
|
+ margin-top: 45px!important;
|
|
|
+ /* cursor: pointer!important; */
|
|
|
+ font-size: 22px!important;
|
|
|
}
|
|
|
.receive-button-button {
|
|
|
- width: 167px!important;
|
|
|
+ width: 147px !important;
|
|
|
height: 37px;
|
|
|
- border-radius: 8rpx!important;
|
|
|
+ border-radius: 4px!important;
|
|
|
background: #FC5232;
|
|
|
color:#fff!important;
|
|
|
- align-items: center!important;
|
|
|
text-align: center!important;
|
|
|
- margin-top: 20rpx!important;
|
|
|
- cursor: pointer!important;
|
|
|
- font-size: 25rpx!important;
|
|
|
- position: absolute;
|
|
|
- top: 335px;
|
|
|
+ line-height: 22px;
|
|
|
+ margin-top: 45px!important;
|
|
|
+ /* cursor: pointer!important; */
|
|
|
+ font-size: 22px!important;
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+
|