| | |
| | | <template> |
| | | <!-- 工作台 --> |
| | | <view class="container"> |
| | | <!-- #ifndef H5 --> |
| | | <view class="status_bar"></view> |
| | | <!-- #endif --> |
| | | <image src="../../static/images/banner.jpg" mode="widthFix" class="banner"></image> |
| | | <view class="content-item"> |
| | | <text class="title">排行榜</text> |
| | | <view class="flex align-center mt-10"> |
| | |
| | | page{ |
| | | background: #F6F6F8; |
| | | } |
| | | .container{ |
| | | padding: 0 10px; |
| | | .banner{ |
| | | width: 100%; |
| | | } |
| | | .content-item{ |
| | | background: #FFFFFF; |
| | | padding: 15px 0; |
| | | border-radius: 4px; |
| | | margin: 10px 0; |
| | | margin: 10px; |
| | | } |
| | | .title{ |
| | | color: #666; |
| | | font-size: 14px; |
| | | padding-left: 15px; |
| | | padding-bottom: 10px; |
| | |
| | | text-align: center; |
| | | } |
| | | .content-icon{ |
| | | width: 30px; |
| | | height: 30px; |
| | | width: 26px; |
| | | height: 26px; |
| | | display: block; |
| | | margin: 0 auto 15px; |
| | | margin: 0 auto 12px; |
| | | } |
| | | </style> |