123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- /* pages/recommend/recommend.wxss */
- .recommend {
- width: 100%;
- padding: 0 15rpx;
- box-sizing: border-box;
- }
- .unfold {
- position: absolute;
- right: 28rpx;
- bottom: 10rpx;
- font-size: 28rpx;
- color: #93AAFA;
- }
- .recommend-exchange,
- .recommend-strategy {
- width: 100%;
- margin: 15rpx 0;
- padding-bottom: 32rpx;
- border-radius: 25rpx;
- box-sizing: border-box;
- background: #fff;
- overflow: hidden;
- }
- .auto-img {
- width: 100%;
- height: 404rpx;
- }
- swiper {
- height: 404rpx;
- }
- .auto-img image {
- width: 100%;
- height: 100%;
- }
- .this-week {
- display: flex;
- margin-top: 25rpx;
- padding: 0 25rpx;
- box-sizing: border-box;
- }
- .this-week image {
- width: 86rpx;
- height: 86rpx;
- }
- .medal-name {
- display: flex;
- flex-direction: column;
- margin: 8rpx 16rpx;
- }
- .medal-name text:nth-child(1) {
- height: 38rpx;
- font-size: 32rpx;
- font-weight: 600;
- }
- .medal-name text:nth-child(2) {
- height: 30rpx;
- margin-top: 10rpx;
- font-size: 24rpx;
- color: #C3C3C3;
- }
- .get-gem {
- margin-top: 30rpx;
- padding: 0 30rpx;
- }
- .get-medal {
- padding: 0 30rpx;
- }
- .get-gem text, .get-medal text {
- display: block;
- margin-top: 18rpx;
- font-size: 28rpx;
- }
- .recommend-strategy {
- position: relative;
- padding-bottom: 80rpx;
- }
- .strategy-con {
- margin-top: 26rpx;
- }
- .strategy-con view {
- display: block;
- font-size:28rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow:ellipsis;
- padding: 0 30rpx;
- }
- .none {
- display: none;
- }
|