index.wxss 2.0 KB

1
  1. page .top{width:100%;position:relative}page .top .header{position:absolute;width:100%;top:0}page .swiper{height:600rpx}page .swiper .slide-image{width:100%;height:98%}page .rankingTitle{width:100%;display:flex;justify-content:space-between;margin:20rpx 0;font-weight:bold}page .rankingTitle .tabs{margin:0;padding:0}page .rankingTitle .tabs text{font-size:25rpx;padding:6rpx 28rpx;border-radius:25rpx;margin:0 10rpx}page .rankingTitle .tabs .actvice{background:#B7D173;color:white}page .rankingContent{width:100%;height:250rpx;display:flex;justify-content:space-between}page .rankingContent .rankingCard{background-repeat:no-repeat;border-radius:15rpx;width:32%;height:100%;color:white;padding:20rpx}page .rankingContent .rankingCard view{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}page .rankingContent .rankingCard .ranking{width:40rpx;height:40rpx;text-align:center;line-height:40rpx;border-radius:5rpx;font-size:27.17rpx;font-weight:bold}page .rankingContent .rankingCard .title{font-size:25rpx;font-weight:bold}page .rankingContent .rankingCard .content{font-size:20rpx}page .tabs{display:flex;justify-content:space-between;margin-top:20rpx}page .tabs .tabIndex{font-weight:bold;border-bottom:#B7D173 4rpx solid;border-radius:50%;padding:5rpx 0}page .card{width:100%;display:flex;margin:30rpx 0;justify-content:space-between;height:250rpx}page .card .image{width:40%;height:100%}page .card .image image{border-radius:15rpx;width:100%;height:100%}page .card .content{width:58%;display:flex;flex-direction:column;justify-content:space-around}page .card .content .title{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}page .card .content .detail{font-size:25rpx;color:gray;word-wrap:break-word}page .card .content .tabs .score{font-size:25rpx;color:gray}page .card .content .tabs text{font-size:20rpx;padding:5rpx 10rpx;border-radius:20rpx;background:#e8f5c5;color:#B7D173;margin:10rpx}page .card .content .bottom .prive{font-size:30rpx;font-weight:bold;color:orange}page .card .content .bottom .range{font-size:25rpx;color:gray}