| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .rank-top-wrap.data-v-1b7b4abc {
- width: 100%;
- height: 230rpx;
- position: relative;
- background-color: #191919;
- }
- .rank-top-wrap .rank-top-text.data-v-1b7b4abc {
- color: #d2d2d2;
- padding-top: 60rpx;
- padding-left: 70rpx;
- }
- .rank-top-wrap .rank-top-text .rank-top-tit.data-v-1b7b4abc {
- color: #ffd515;
- font-size: 44rpx;
- margin-bottom: 10rpx;
- }
- .rank-top-wrap .rank-top-img.data-v-1b7b4abc {
- position: absolute;
- top: 20rpx;
- right: 44rpx;
- width: 232rpx;
- }
- .rank-bottom-wrap.data-v-1b7b4abc {
- padding: 30rpx;
- background-color: #fff;
- }
- .rank-bottom-wrap .rank-text.data-v-1b7b4abc {
- font-size: 26rpx;
- margin-bottom: 26rpx;
- }
- .rank-bottom-wrap .rank-text > ._div.data-v-1b7b4abc {
- margin-bottom: 16rpx;
- }
- .rank-bottom-wrap .btn-wrap.data-v-1b7b4abc {
- width: calc(100% - 60rpx);
- margin-top: 50rpx;
- }
- .rank-bottom-wrap .btn-wrap .button-com.data-v-1b7b4abc {
- width: 100%;
- }
- .rank-bottom-wrap .level-list-wrap.data-v-1b7b4abc {
- border: 1rpx solid #eeeeee;
- font-size: 26rpx;
- }
- .rank-bottom-wrap .level-list-wrap .level-list-tit.data-v-1b7b4abc,
- .rank-bottom-wrap .level-list-wrap .level-list.data-v-1b7b4abc {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .rank-bottom-wrap .level-list-wrap .level-list-tit > ._div.data-v-1b7b4abc,
- .rank-bottom-wrap .level-list-wrap .level-list > ._div.data-v-1b7b4abc {
- margin: 0 auto;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- height: 70rpx;
- }
- .rank-bottom-wrap .level-list-wrap .level-list-tit .level-img.data-v-1b7b4abc .vip-text,
- .rank-bottom-wrap .level-list-wrap .level-list .level-img.data-v-1b7b4abc .vip-text {
- left: 42rpx;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- .rank-bottom-wrap .level-list-wrap .level-list-tit.data-v-1b7b4abc {
- color: #fff;
- background-color: #d9c096;
- }
- .rank-bottom-wrap .level-list-wrap .level-list-tit > ._div.data-v-1b7b4abc {
- border-left: 1rpx solid #fff;
- }
- .rank-bottom-wrap .level-list-wrap .level-list-tit > ._div.data-v-1b7b4abc:first-child {
- border-left: none;
- }
- .rank-bottom-wrap .level-list-wrap .level-list.data-v-1b7b4abc:nth-child(2n) {
- background-color: #f7f7ed;
- }
- .rank-bottom-wrap .level-list-wrap .level-list > ._div.data-v-1b7b4abc {
- border-left: 1rpx solid #eeeeee;
- }
- .rank-bottom-wrap .level-list-wrap .level-list > ._div.data-v-1b7b4abc:first-child {
- border-left: none;
- }
|