|
@@ -11,29 +11,28 @@ Page {
|
|
|
|
|
|
/* 头图的样式 */
|
|
|
.top_img {
|
|
|
- width: 338px;
|
|
|
- height: 338px;
|
|
|
- margin-top: 14px;
|
|
|
+ width: 676rpx;
|
|
|
+ height: 676rpx;
|
|
|
+ margin-top: 28rpx;
|
|
|
}
|
|
|
|
|
|
.swiper{
|
|
|
- width: 338px;
|
|
|
- height: 352px;
|
|
|
-
|
|
|
+ width: 676rpx;
|
|
|
+ height: 704rpx;
|
|
|
}
|
|
|
|
|
|
/* banner的样式 */
|
|
|
.banner_list {
|
|
|
- width: 338px;
|
|
|
- height: 74px;
|
|
|
+ width: 676rpx;
|
|
|
+ height: 148rpx;
|
|
|
background: #FFFFFF;
|
|
|
- border-radius: 5px;
|
|
|
- margin-top: 15px;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin-top: 30rpx;
|
|
|
justify-content: space-around !important;
|
|
|
}
|
|
|
|
|
|
.banner_item {
|
|
|
- width: 50px;
|
|
|
+ width: 100rpx;
|
|
|
text-align: center;
|
|
|
justify-content: space-between!important;
|
|
|
align-items: center!important;
|
|
@@ -41,44 +40,44 @@ Page {
|
|
|
}
|
|
|
|
|
|
.b_i_img {
|
|
|
- width: 38px;
|
|
|
- height: 38px;
|
|
|
- margin-top: 6px;
|
|
|
+ width: 76rpx;
|
|
|
+ height: 76rpx;
|
|
|
+ margin-top: 12rpx;
|
|
|
}
|
|
|
|
|
|
.b_i_text {
|
|
|
- width: 80px;
|
|
|
- height: 12px;
|
|
|
- line-height: 12px;
|
|
|
- font-size: 12px;
|
|
|
+ width: 160rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ line-height: 24rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: 500;
|
|
|
color: #303030;
|
|
|
- margin-bottom: 10px;
|
|
|
- margin-top: 4px;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ margin-top: 8rpx;
|
|
|
}
|
|
|
|
|
|
/* 券包的样式 */
|
|
|
.coupon_list {
|
|
|
/* min-height: 360px; */
|
|
|
- width: 338px;
|
|
|
+ width: 676rpx;
|
|
|
background: #FFFFFF;
|
|
|
- border-radius: 5px;
|
|
|
- margin-top: 13px;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin-top: 26rpx;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 20px 17px;
|
|
|
- margin-bottom: 20px;
|
|
|
+ padding: 40rpx 34rpx;
|
|
|
+ margin-bottom: 40rpx;
|
|
|
}
|
|
|
.c_l_top{
|
|
|
width: 100%;
|
|
|
- height: 18px;
|
|
|
+ height: 36rpx;
|
|
|
justify-content: space-between!important;
|
|
|
|
|
|
}
|
|
|
|
|
|
.c_l_top_l{
|
|
|
- width: 60px;
|
|
|
+ width: 120rpx;
|
|
|
|
|
|
-line-height: 18px;
|
|
|
+line-height: 36rpx;
|
|
|
font-size: 14px;
|
|
|
font-weight: 700;
|
|
|
color: #010101;
|