|
|
@@ -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;
|