| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- min-height: 100%;
- background-color: #ffffff;
- }
- page .container {
- width: 100%;
- }
- .list-box {
- width: 100%;
- padding: 50rpx 41rpx;
- padding-top: 80rpx !important;
- background-color: #5771DF;
- position: relative;
- }
- .list-box .list-title {
- position: absolute;
- top: 80rpx;
- color: #FFFFFF;
- left: 40%;
- font-size: 36rpx;
- }
- .list-box .list-tpl {
- background-color: #FFFFFF;
- width: 314rpx;
- height: 168rpx;
- text-align: center;
- padding-top: 40rpx;
- border-radius: 15rpx;
- }
- .list-box .list-tpl .num {
- font-size: 36rpx;
- font-weight: bold;
- color: #333333;
- padding-bottom: 15rpx;
- }
- .list-box .list-tpl .name {
- font-size: 26rpx;
- font-weight: 500;
- color: #999999;
- }
- .info-box .info-name {
- padding: 40rpx 0rpx;
- }
- .info-box .info-name .info-cell {
- width: 33.33%;
- text-align: center;
- }
- .info-box .info-name .info-cell .cell {
- font-size: 38rpx;
- font-weight: bold;
- color: #333333;
- }
- .info-box .info-name .info-cell .cell-title {
- font-size: 26rpx;
- font-weight: 500;
- color: #999999;
- padding-top: 20rpx;
- }
- .info-box .list-cell {
- padding: 40rpx 25rpx;
- }
- .info-box .list-cell .cell-name {
- padding: 50rpx 50rpx;
- }
- .info-box .list-cell .cell-name .title-box {
- width: 60%;
- }
- .info-box .list-cell .cell-box {
- margin-bottom: 94rpx;
- }
- .info-box .list-cell .cell-box .cell-tit {
- width: 40%;
- }
- .info-box .list-cell .cell-box .cell-tit image {
- width: 80rpx;
- height: 80rpx;
- border-radius: 100%;
- }
- .info-box .list-cell .cell-box .cell-tit .tit-box {
- padding-left: 15rpx;
- width: 70%;
- }
- .info-box .list-cell .cell-box .cell-tit .tit-box .tit-tpl {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- }
- .info-box .list-cell .cell-box .cell-tit .tit-box .tit-tip {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- padding-top: 20rpx;
- }
- .info-box .list-cell .cell-box .num-box {
- width: 60%;
- }
- .info-box .list-cell .cell-box .num-box .num {
- width: 33.33%;
- text-align: center;
- }
- .info-box .list-cell .cell-box .num-box .level {
- background-color: #FED82F;
- border-radius: 25rpx;
- padding: 8rpx 50rpx;
- font-size: 26rpx;
- }
- .empty-box {
- margin-top: 60rpx;
- width: 100%;
- height: 500rpx;
- }
- .nav .next {
- margin: 40rpx;
- width: 50%;
- background-color: #5771DF;
- color: #FFFFFF;
- text-align: center;
- padding: 26rpx 0rpx;
- border-radius: 50rpx;
- }
|