88 lines
1.5 KiB
Plaintext
88 lines
1.5 KiB
Plaintext
|
.activity-img, .activity-img image{
|
||
|
width: 100%;
|
||
|
height: 480rpx;
|
||
|
}
|
||
|
.activity-detail{
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
top: 430rpx;
|
||
|
background: #fff;
|
||
|
border-radius:30rpx 30rpx 0px 0px;
|
||
|
overflow: hidden;
|
||
|
padding-bottom: 120rpx;
|
||
|
}
|
||
|
.activity-title, .activity-info{
|
||
|
padding: 30rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #242424;
|
||
|
border-bottom: 5px solid #FBFBFB;
|
||
|
}
|
||
|
.activity-text{
|
||
|
line-height: 35rpx;
|
||
|
font-size: 28rpx;
|
||
|
margin-bottom: 15rpx;
|
||
|
}
|
||
|
.activity-text:last-child{
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.activity-info image{
|
||
|
width: 35rpx;
|
||
|
height: 35rpx;
|
||
|
margin-right: 10rpx;
|
||
|
vertical-align: middle;
|
||
|
margin-top: -5rpx;
|
||
|
}
|
||
|
.activity-text text{
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
.activity-container{
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
.part{
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
.part:last-child{
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.part-title{
|
||
|
border-left: 3px solid #9F1512;
|
||
|
color: #242424;
|
||
|
padding-left: 10rpx;
|
||
|
font-size: 30rpx;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
.part-content{
|
||
|
font-size: 28rpx;
|
||
|
line-height: 40rpx;
|
||
|
}
|
||
|
.part-info{
|
||
|
line-height: 50rpx;
|
||
|
color: #242424;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.part-info text{
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
.sign-box{
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
box-shadow:0px 0px 17px 0px rgba(0,0,0,0.1);
|
||
|
height: 120rpx;
|
||
|
padding: 20rpx 30rpx;
|
||
|
box-sizing: border-box;
|
||
|
background: #fff;
|
||
|
}
|
||
|
.sign-btn{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: #9F1512;
|
||
|
border-radius: 10rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
font-size: 30rpx;
|
||
|
color: #fff;
|
||
|
}
|