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.
219 lines
4.0 KiB
219 lines
4.0 KiB
/* pages/activity/tenscenic/index.wxss */
|
|
page {
|
|
background: #61C6D1;
|
|
}
|
|
.picker {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
margin-top: 30rpx;
|
|
padding: 0 20rpx;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
height: 50rpx;
|
|
border: 1rpx solid #333333;
|
|
border-radius: 26rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 27rpx;
|
|
}
|
|
.picker .iconfont {
|
|
font-size: 22rpx;
|
|
margin-left: 5rpx;
|
|
}
|
|
.topimg {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.video-box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 677rpx;
|
|
height: 375rpx;
|
|
margin: 0 auto;
|
|
background: url(https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/tenscenic/video.png);
|
|
background-size: 100% 100%;
|
|
margin-top: -235rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.video-box1 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 677rpx;
|
|
height: 375rpx;
|
|
margin: 0 auto;
|
|
margin-top: -235rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.video-box1 video {
|
|
display: block;
|
|
width: 677rpx;
|
|
height: 382rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.video-box image {
|
|
width: 93rpx;
|
|
height: 93rpx;
|
|
display: block;
|
|
}
|
|
.bridge-box {
|
|
position: relative;
|
|
padding-top: 87rpx;
|
|
}
|
|
.bridge-box image {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.tags {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: absolute;
|
|
left: 24rpx;
|
|
right: 24rpx;
|
|
top: 35rpx;
|
|
}
|
|
.tag {
|
|
min-width: 130rpx;
|
|
max-width: 147rpx;
|
|
border: 1rpx solid;
|
|
margin-right: 9rpx;
|
|
height: 45rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
color: #fff;
|
|
line-height: 45rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.tag::after {
|
|
content: "1";
|
|
font-size: 0;
|
|
width: 4rpx;
|
|
height: 36rpx;
|
|
background: white;
|
|
position: absolute;
|
|
left: 63rpx;
|
|
display: block;
|
|
top: 0;
|
|
margin-top: -50rpx;
|
|
}
|
|
.absoluetTags .tag::after {
|
|
top: auto;
|
|
margin-top: 10rpx;
|
|
}
|
|
.tags .tag:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.absoluetTags .tag:nth-child(1),.absoluetTags .tag:nth-child(5){
|
|
margin-top: 25rpx;
|
|
}
|
|
.absoluetTags .tag:nth-child(2),.absoluetTags .tag:nth-child(4){
|
|
margin-top: 8rpx;
|
|
}
|
|
.tags .tag.active {
|
|
background: white;
|
|
color: #27899E;
|
|
border-color: #ffffff;
|
|
}
|
|
.new-tags {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 0 23rpx;
|
|
margin-top: 35rpx;
|
|
justify-content: space-between;
|
|
padding-top: 9rpx;
|
|
padding-bottom: 4rpx;
|
|
border-top: 1px solid #27899E;
|
|
border-bottom: 1px solid #27899E;
|
|
}
|
|
.new-tag {
|
|
width: 158rpx;
|
|
height: 67rpx;
|
|
background: url(https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/tenscenic/noselect.png);
|
|
background-size: 100% 100%;
|
|
color: #27899E;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
line-height: 67rpx;
|
|
margin-bottom: 11rpx;
|
|
}
|
|
.new-tag.active {
|
|
background: url(https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/tenscenic/select.png);
|
|
background-size: 100% 100%;
|
|
}
|
|
.item {
|
|
margin: 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 21rpx;
|
|
border-radius: 20rpx;
|
|
background: url(https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/tenscenic/bg.png);
|
|
background-size: 100% 100%;
|
|
height: 135rpx;
|
|
}
|
|
.item image {
|
|
display: block;
|
|
flex-shrink: 0;
|
|
width: 200rpx;
|
|
height: 135rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.info {
|
|
flex: 1;
|
|
margin-left: 25rpx;
|
|
width: 400rpx;
|
|
}
|
|
.info .title {
|
|
font-size: 31rpx;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
}
|
|
.info .subtitle {
|
|
color: #DD952B;
|
|
font-size: 24rpx;
|
|
margin: 5rpx 0;
|
|
}
|
|
.info .btn {
|
|
width: 153rpx;
|
|
line-height: 44rpx;
|
|
background: #27899E;
|
|
border-radius: 22rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
float: right;
|
|
}
|
|
.fixed-top {
|
|
position: fixed;
|
|
width: 83rpx;
|
|
height: 83rpx;
|
|
background-color: rgba(221, 149, 43, .5);
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
right: 30rpx;
|
|
bottom: 30rpx;
|
|
z-index: 2;
|
|
font-size: 25rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.fixed-top image {
|
|
display: block;
|
|
width: 25rpx;
|
|
height: 26rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.fixed-top view {
|
|
}
|
|
.nomore {
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
opacity: 0.5;
|
|
}
|