1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- page {
- background-color: #fafafa;
- }
- .gamelist {
- margin-top: 20rpx;
- }
- .gamelist .gamelist_item {
- margin-bottom: 20rpx;
- background-color: #FFFFFF;
- }
- .gamelist .gamelist_item .top::before {
- content: '';
- display: none;
- }
- .gamelist .gamelist_item .bottom {
- padding: 0 45rpx 0 38rpx;
- }
- .gamelist .gamelist_item .bottom_cnt {
- height: 85rpx;
- border-top: 2rpx solid #f0f0f0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .gamelist .gamelist_item .bottom .left {
- }
- .gamelist .gamelist_item .bottom .left .text {
- font-size: 26rpx;
- float: left;
- color: #333;
- line-height: 84rpx;
- }
- .gamelist .gamelist_item .bottom .left .Award2 {
- float: left;
- position: relative;
- }
- .gamelist .gamelist_item .bottom .left .Award2 text {
- font-size: 20rpx;
- color: #ff1a19;
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .gamelist .gamelist_item .bottom .left .Award2 image {
- width: 84rpx;
- height: 40rpx;
- display: block;
- box-shadow: 0 2rpx 4rpx 0 #ff1a19;
- border-radius: 22rpx 20rpx 20rpx 0;
- }
- .gamelist .gamelist_item .bottom .right {
- font-size: 26rpx;
- color: #ff9500;
- padding-right: 20rpx;
- font-weight: 700;
- }
- .gamelist .gamelist_item .bottom .right navigator {
- text-decoration: underline;
- }
- .tab .active::before {
- width: 120rpx;
- }
- .wrap_info {
- height: 84rpx;
- justify-content: center;
- }
- .wrap_info .reward {
- margin-left: 0;
- }
|