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.
123 lines
2.1 KiB
123 lines
2.1 KiB
/* pages/activity/springten/index.wxss */
|
|
.top-img {
|
|
display: block;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|
|
.type-icons {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin: 0 20rpx;
|
|
margin-top: 357rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.type-icon {
|
|
width: 124rpx;
|
|
height: 123rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
font-size: 29rpx;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
position: relative;
|
|
margin-top: 20rpx;
|
|
}
|
|
.icon-text {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
line-height: 123rpx;
|
|
z-index: 1;
|
|
}
|
|
.type-icon image {
|
|
width: 115rpx;
|
|
}
|
|
.type-icon-active image {
|
|
width: 124rpx;
|
|
}
|
|
.list {
|
|
background:url(https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/springten/bg2.png) repeat-y;
|
|
background-size: 100%;
|
|
}
|
|
.item {
|
|
margin: 0 25rpx;
|
|
margin-top: 43rpx;
|
|
background:url(https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/springten/bg1.png);
|
|
background-size: 100% 100%;
|
|
width: 700rpx;
|
|
height: 325rpx;
|
|
position: relative;
|
|
}
|
|
.nomore {
|
|
margin-top: 50rpx;
|
|
line-height: 50rpx;
|
|
font-size: 23rpx;
|
|
text-align: center;
|
|
}
|
|
.item-in {
|
|
display: flex;
|
|
padding: 30rpx;
|
|
padding-bottom: 20rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.item-in image {
|
|
width: 253rpx;
|
|
height: 213rpx;
|
|
display: block;
|
|
flex-shrink: 0;
|
|
}
|
|
.item-info {
|
|
flex: 1;
|
|
width: 351rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
.item-title {
|
|
font-size: 35rpx;
|
|
font-weight: bold;
|
|
}
|
|
.item-tags {
|
|
display: flex;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 18rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.item-tags .tag {
|
|
line-height: 36rpx;
|
|
background: linear-gradient(0deg, #BE8CDF, #724796);
|
|
border-radius: 7rpx;
|
|
color: #fff;
|
|
padding: 0 13rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.item-tags .tag:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.item-address {
|
|
font-size: 23rpx;
|
|
color: #666666;
|
|
}
|
|
.item-result {
|
|
font-size: 25rpx;
|
|
color: #333;
|
|
margin: 0 30rpx;
|
|
}
|
|
.item-btn {
|
|
position: absolute;
|
|
right: 37rpx;
|
|
bottom: 50rpx;
|
|
width: 160rpx;
|
|
line-height: 53rpx;
|
|
background: #8356A6;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 29rpx;
|
|
border-radius: 27rpx;
|
|
}
|