You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.0 KiB
64 lines
1.0 KiB
/* pages/activity/describe/index.wxss */ |
|
.describe-box{ |
|
min-height: 100%; |
|
background: #f2f2f2; |
|
padding: 32rpx; |
|
box-sizing: border-box; |
|
} |
|
.activity-title{ |
|
color: #000000; |
|
font-size: 36rpx; |
|
line-height: 50rpx; |
|
margin-bottom: 24rpx; |
|
} |
|
.name{ |
|
display: inline-block; |
|
margin-right: 64rpx; |
|
color: #EBB672; |
|
} |
|
.time-box{ |
|
color: #7D7D7D; |
|
font-size: 24rpx; |
|
} |
|
.content{ |
|
margin-top: 38rpx; |
|
padding-bottom: 130rpx; |
|
} |
|
.handle-box { |
|
width: 100%; |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
background: #fff; |
|
padding: 42rpx 32rpx 80rpx; |
|
box-sizing: border-box; |
|
box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.1); |
|
} |
|
.call-box{ |
|
margin-right: 54rpx; |
|
} |
|
.call-box image{ |
|
width: 37rpx; |
|
height: 37rpx; |
|
font-size: 28rpx; |
|
color: #333333; |
|
margin-right: 12rpx; |
|
} |
|
.cancel-btn{ |
|
width: 234rpx; |
|
height: 60rpx; |
|
text-align: center; |
|
line-height: 60rpx; |
|
background: #F4F4F4; |
|
border-radius: 30rpx; |
|
color: #868686; |
|
font-size: 32rpx; |
|
} |
|
.signIn-btn{ |
|
background: #EBB672; |
|
color: #fff; |
|
} |
|
.wxParse-p image{ |
|
width: 100% !important; |
|
height: auto; |
|
} |