manage.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. page {
  2. background-color: #fafafa;
  3. }
  4. .gamelist {
  5. margin-top: 20rpx;
  6. }
  7. .gamelist .gamelist_item {
  8. margin-bottom: 20rpx;
  9. background-color: #FFFFFF;
  10. }
  11. .gamelist .gamelist_item .top::before {
  12. content: '';
  13. display: none;
  14. }
  15. .gamelist .gamelist_item .bottom {
  16. padding: 0 45rpx 0 38rpx;
  17. }
  18. .gamelist .gamelist_item .bottom_cnt {
  19. height: 85rpx;
  20. border-top: 2rpx solid #f0f0f0;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .gamelist .gamelist_item .bottom .left {
  26. }
  27. .gamelist .gamelist_item .bottom .left .text {
  28. font-size: 26rpx;
  29. float: left;
  30. color: #333;
  31. line-height: 84rpx;
  32. }
  33. .gamelist .gamelist_item .bottom .left .Award2 {
  34. float: left;
  35. position: relative;
  36. }
  37. .gamelist .gamelist_item .bottom .left .Award2 text {
  38. font-size: 20rpx;
  39. color: #ff1a19;
  40. position: absolute;
  41. top: 0;
  42. width: 100%;
  43. height: 100%;
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. }
  48. .gamelist .gamelist_item .bottom .left .Award2 image {
  49. width: 84rpx;
  50. height: 40rpx;
  51. display: block;
  52. box-shadow: 0 2rpx 4rpx 0 #ff1a19;
  53. border-radius: 22rpx 20rpx 20rpx 0;
  54. }
  55. .gamelist .gamelist_item .bottom .right {
  56. font-size: 26rpx;
  57. color: #ff9500;
  58. padding-right: 20rpx;
  59. font-weight: 700;
  60. }
  61. .gamelist .gamelist_item .bottom .right navigator {
  62. text-decoration: underline;
  63. }
  64. .tab .active::before {
  65. width: 120rpx;
  66. }
  67. .wrap_info {
  68. height: 84rpx;
  69. justify-content: center;
  70. }
  71. .wrap_info .reward {
  72. margin-left: 0;
  73. }