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.

202 lines
3.3 KiB

5 years ago
/* pages/activity/springten/index.wxss */
page {
background: #fffce8;
}
.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: 131rpx;
height: 109rpx;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 28rpx;
color: #fff;
font-weight: 500;
position: relative;
margin-top: 20rpx;
}
.type-icon-active {
color: #000;
}
.icon-text {
position: absolute;
left: 0;
top: 0;
right: 0;
/* bottom: 20rpx; */
line-height: 88rpx;
z-index: 1;
}
.type-icon image {
width: 131rpx;
height: 109rpx;
}
.type-icon-active image {
width: 131rpx;
height: 109rpx;
}
.list {
/* background:url(https://m.cloud.sz-trip.com/static/images/activity/topten/hua0326.png) repeat-y; */
background-size: 100%;
}
.item-box {
margin: 0 20rpx;
padding-top: 23rpx;
margin-top: 20rpx;
position: relative;
width: 710rpx;
height: 200rpx;
}
.item-bg {
position: absolute;
left: 0;
right: 0;
width: 710rpx;
height: 183rpx;
background: #F59224;
border-radius: 13rpx;
top: 20rpx;
transform: rotate(2deg);
}
.lefticon,.righticon {
position: absolute;
top: 0;
margin-top: -30rpx;
display: block;
width: 53rpx;
}
.lefticon {
margin-left: -10rpx;
}
.righticon {
width: 42rpx;
right: 0;
margin-right: -10rpx;
margin-top: -20rpx;
}
.item {
background: white;
position: relative;
z-index: 1;
height: 177rpx;
width: 700rpx;
margin: 0 5rpx;
border-radius: 13rpx;
}
.nomore {
margin-top: 50rpx;
line-height: 50rpx;
font-size: 23rpx;
text-align: center;
}
.item-in {
display: flex;
padding: 20rpx;
justify-content: space-between;
}
.item-in image {
width: 199rpx;
height: 133rpx;
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;
width: 280rpx;
}
.item-result {
font-size: 25rpx;
color: #E06400;
margin:10rpx 0
}
.item-btn {
position: absolute;
right: 20rpx;
bottom: 12rpx;
width: 160rpx;
line-height: 50rpx;
background: linear-gradient(180deg, #ED9C4D, #F9750A);
text-align: center;
color: #fff;
font-size: 29rpx;
border-radius: 27rpx;
}
.item-result span {
font-size: 25rpx !important;
}
.picker {
position: fixed;
right: 30rpx;
margin-top: 30rpx;
z-index: 2;
display: flex;
align-items: center;
width: 105rpx;
height: 52rpx;
border-radius: 26rpx;
justify-content: center;
background: #FFFFFF;
font-size: 27rpx;
border: 1rpx solid #333;
}
.picker .iconfont {
font-size: 20rpx;
margin-bottom: 4rpx;
margin-left: 4rpx;
}
.areatext {
}
.btn {
width: 220rpx;
line-height: 57rpx;
text-align: center;
background: #FFFFFF;
border: 1rpx solid #999999;
border-radius: 29rpx;
color: #333;
font-size: 23rpx;
margin: 40rpx auto;
}