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.
 

104 lines
1.8 KiB

/* pages/info/activityInfo/index.wxss */
.swiper ,.swiper image{
width: 100%;
height: 330rpx;
display: block;
}
.top-box {
margin: 35rpx 0;
position: relative;
z-index: 1;
border-radius: 13rpx;
padding: 0 20rpx;
}
.top-box-title {
font-size: 31rpx;
color: #000;
}
.top-tip-box {
font-size: 24rpx;
color: #999;
display: flex;
align-items: center;
margin-top: 20rpx;
}
.top-tip-box image {
width: 29rpx;
height: 29rpx;
display: block;
margin-right: 25rpx;
}
.box-title {
font-weight: 500;
font-size: 35rpx;
color: #000;
margin: 0 20rpx;
margin-top: 50rpx;
padding-left: 17rpx;
line-height: 30rpx;
border-left: 6rpx solid #0F9095;
}
.box-content {
margin: 0 27rpx;
font-size: 25rpx;
color: #333;
margin-top: 34rpx;
display: block;
}
.box-tip {
margin: 0 27rpx;
color: #D62828;
margin-top: 50rpx;
font-size: 25rpx;
margin-bottom: 30rpx;
}
.time {
margin: 0 27rpx;
margin-bottom: 17rpx;
border: 1rpx solid #999;
border-radius: 10rpx;
color: #666;
font-size: 24rpx;
padding: 0 19rpx;
line-height: 73rpx;
}
.time.active {
border-color: #0B898E;
background: #0B898E;
color: #fff;
}
.bottom-fixed {
position: fixed;
width: 750rpx;
height: 100rpx;
background: #FFFFFF;
left: 0;
bottom: 0;
box-shadow: -1rpx 1rpx 16rpx 0px rgba(6, 0, 1, 0.1);
display: flex;
z-index: 1;
align-items: center;
justify-content: center;
}
.bottom-btn {
width: 750rpx;
line-height: 100rpx;
background: rgba(15, 144, 149, 1);
font-size: 31rpx;
font-weight: 500;
color: #fff;
text-align: center;
}
.bottom-btn.disable {
background: #ccc;
}
.tip-box {
background: #ECF6F7;
border-radius: 10rpx;
margin: 0 20rpx;
color: #0F9095;
font-size: 28rpx;
padding: 14rpx 20rpx;
font-weight: bold;
line-height: 42rpx;
}