| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- }
- .radish-top {
- width: 100%;
- height: 360rpx;
- background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/djquan.jpg');
- background-size: 100%;
- }
- .radish-top__title {
- padding: 95rpx 0 0;
- font-size: 34rpx;
- color: #FFF;
- text-align: center;
- text-shadow: 1px 1px 1px #bb954d;
- }
- .radish-top__count {
- font-size: 70rpx;
- color: #fff;
- text-align: center;
- text-shadow: 1px 1px 1px #e6231d;
- }
- .radish-top__btn {
- position: absolute;
- top: 190rpx;
- left: 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;
- }
- .radish-top__btn1 {
- position: absolute;
- top: 210rpx;
- width: 206rpx;
- 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% - 103rpx);
- background: linear-gradient(to right,#eb712c,#e71f1c);
- }
- .radish-main {
- background-color: #fff;
- }
- .radish-main__title {
- height: 50rpx;
- line-height: 50rpx;
- color: #bbbbbb;
- background-color: #f3f3f3;
- text-align: center;
- font-size: 24rpx;
- }
- .radish-main__line {
- margin: 0 20rpx;
- height: 100rpx;
- border-bottom: 1rpx solid #eeeeee;
- }
- .radish-main__left {
- float: left;
- width: 450rpx;
- }
- .radish-main__text {
- float: left;
- padding-top: 16rpx;
- font-size: 28rpx;
- color: #4c4c4c;
- width: 450rpx;
- }
- .radish-main__time {
- float: left;
- font-size: 18rpx;
- color: #bbbbbb;
- padding-top: 5rpx;
- }
- .radish-main__count {
- float: right;
- width: 260rpx;
- font-size: 28rpx;
- line-height: 100rpx;
- text-align: right;
- color: #eab86a;
- }
- .silver-help-height{
- height: 240rpx;
- background: linear-gradient(#f2bb2d, #f3f3f3);
- }
- .silver-help{
- padding: 15px;
- background: rgb(230 35 29 / 0.7);
- font-size: 26rpx;
- position: absolute;
- width: 96%;
- left: 2%;
- box-sizing: border-box;
- top: 250rpx;
- border-radius: 4px;
- }
- .silver-help text{
- margin-bottom: 10rpx;
- display: block;
- color: #fff;
- }
|