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.
 

185 lines
3.0 KiB

/* pages/activity/subway/index.wxss */
.mainimg {
display: block;
width: 100%;
}
page {
background: #D4F0FF;
font-size: 32rpx;
position: relative;
}
.lines {
padding: 0 27rpx;
display: flex;
align-items: center;
background: #5BB7E8;
justify-content: space-between;
color: #fff;
height: 67rpx;
margin-bottom: 43rpx;
position: relative;
z-index: 1;
}
.line {
width: 120rpx;
line-height: 47rpx;
border-radius: 23rpx;
text-align: center;
}
.line.active {
color: #0789D0;
background: white;
font-weight: bold;
}
.content {
margin: 0 27rpx;
margin-bottom: 60rpx;
border-radius: 13rpx;
overflow: hidden;
position: relative;
z-index: 1;
}
.mapimg {
display: block;
width: 665rpx;
margin: 0 auto;
margin-top: 11rpx;
}
.tags {
display: flex;
overflow-x: auto;
height: 110rpx;
margin-left: 16rpx;
}
.tag {
margin-right: 13rpx;
flex-shrink: 0;
position: relative;
color: #2EAE4F;
}
.tagtext {
padding: 0 20rpx;
background: white;
border-radius: 25rpx;
height: 50rpx;
margin-top: 30rpx;
line-height: 50rpx;
}
.tag.active .tagtext{
font-weight: 500;
background: rgba(0, 0, 0, 0.4);
color: #fff;
}
.tag.active image {
position: absolute;
width: 24rpx;
height: 13rpx;
left: 50%;
margin-left: -12rpx;
top: 78rpx;
display: block;
}
.item {
display: flex;
width: 665rpx;
height: 207rpx;
margin: 0 auto;
margin-bottom: 17rpx;
background-color: white;
border-radius: 10rpx;
}
.item .headimg {
width: 266rpx;
height: 207rpx;
display: block;
flex-shrink: 0;
margin-right: 33rpx;
}
.right-info {
width: 236rpx;
margin-right: 30rpx;
flex: 1;
}
.title {
font-size: 36rpx;
font-weight: 500;
color: #2A2A2A;
margin-top: 20rpx;
}
.subtitle {
font-size: 24rpx !important;
color: #00A5AF;
margin-top: 10rpx;
line-height: 32rpx;
height: 32rpx;
}
.right-bottom {
display: flex;
justify-content: flex-end;
}
.right-bottom view {
width: 153rpx;
line-height: 47rpx;
background: #00A5AF;
border-radius: 23rpx;
text-align: center;
color: #FFFFFF;
font-size: 27rpx;
margin-top: 20rpx;
}
.morebtn {
width: 227rpx;
border: 1rpx solid #FFFFFF;
border-radius: 27rpx;
line-height: 52rpx;
text-align: center;
color: #fff;
font-size: 25rpx;
margin: 30rpx auto;
display: flex;
align-items: center;
justify-content: center;
}
.morebtn text {
font-size: 18rpx;
margin-left: 6rpx;
}
.bottomimg {
position: absolute;
left: 0;
bottom: 0;
}
.textimg {
width: 301rpx;
display: block;
margin: 0 auto;
margin-top: 64rpx;
}
.topbtn {
width: 83rpx;
height: 83rpx;
background: #3795FF;
opacity: 0.7;
border-radius: 50%;
position: fixed;
right: 27rpx;
bottom: 171rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 25rpx;
color: #fff;
flex-direction: column;
z-index: 2;
}
.topbtn image {
width: 25rpx;
height: 25rpx;
}
.fixed-lines {
position: fixed;
left: 0;
right: 0;
z-index: 2;
margin-top: -949rpx;
}