/* 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://m.cloud.sz-trip.com/static/images/activity/topten/hua0326.png) repeat-y; background-size: 100%; } .item { margin: 0 25rpx; margin-top: 43rpx; background:url(https://m.cloud.sz-trip.com/static/images/activity/topten/itemBac0326.png); background-size: 100% 100%; width: 700rpx; height: 177rpx; position: relative; } .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: #C01717; margin:10rpx 0 } .item-btn { position: absolute; right: 20rpx; bottom: 17rpx; width: 160rpx; line-height: 53rpx; background: #8356A6; 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 { }