partnerBusinessEarnings.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /* pages/partnerBusinessEarnings /partnerBusinessEarnings .wxss */
  2. page{
  3. background-color: #f9f9f9;
  4. }
  5. .container{
  6. display: block;
  7. min-height: 100vh;
  8. background-color: #f9f9f9;
  9. }
  10. .partner_banner{
  11. display: block;
  12. width: 100%;
  13. }
  14. .month_wrap{
  15. position: relative;
  16. height: 130rpx;
  17. background-color: #fff;
  18. margin: 15rpx 0 0 0;
  19. }
  20. .month_change_left{
  21. width:130rpx;
  22. height: 130rpx;
  23. position: absolute;
  24. left:52rpx;
  25. top: 0;
  26. z-index:10;
  27. }
  28. .month_change_right{
  29. width:130rpx;
  30. height: 130rpx;
  31. position: absolute;
  32. right:52rpx;
  33. top: 0;
  34. z-index:10;
  35. }
  36. .month_change_left_icon,.month_change_right_icon{
  37. display: block;
  38. width: 16rpx;
  39. height: 32rpx;
  40. position: relative;
  41. top: 49rpx;
  42. }
  43. .month_change_right_icon{
  44. left: 114rpx;
  45. }
  46. .month_change_time{
  47. text-align: center;
  48. line-height: 130rpx;
  49. }
  50. /* 每个月数据 */
  51. .month_cont_wrap{
  52. background-color: #fff;
  53. }
  54. .month_cont_title{
  55. width: 646rpx;
  56. height: 50rpx;
  57. font-size: 24rpx;
  58. line-height: 50rpx;
  59. color: #2d2d2d;
  60. background-color: #f4f4f4;
  61. margin: 0 auto;
  62. }
  63. .month_cont_title_left,.month_cont_left{
  64. float: left;
  65. width: 196rpx;
  66. height: 50rpx;
  67. }
  68. .month_cont_each{
  69. width: 646rpx;
  70. height: 100rpx;
  71. font-size: 22rpx;
  72. line-height: 100rpx;
  73. margin: 0 auto;
  74. }
  75. .month_cont_title_center,.month_cont_center{
  76. float: left;
  77. width: 236rpx;
  78. text-align: center;
  79. }
  80. .month_cont_title_right{
  81. float: right;
  82. font-size: 26rpx;
  83. padding-right: 30rpx;
  84. }
  85. .month_cont_right{
  86. float: right;
  87. font-size: 26rpx;
  88. color: #666;
  89. }
  90. .month_cont_right text{
  91. font-size: 16rpx;
  92. padding: 0 0 0 16rpx;
  93. }
  94. text.month_cont_right_underline{
  95. font-size: 26rpx;
  96. text-decoration: underline;
  97. }
  98. .month_cont_center{
  99. color: #666;
  100. font-size: 26rpx;
  101. }
  102. .month_cont_finish{
  103. text-decoration: underline;
  104. }
  105. .month_cont_nofinish,text.month_cont_nofinish{
  106. font-size: 26rpx;
  107. color: #f10505;
  108. /* text-decoration: underline; */
  109. }
  110. .cont_line{
  111. width: 100%;
  112. border-top: 1px solid #e5e5e5;
  113. }
  114. /* 邀请加入 */
  115. button.invite_join,button.button-hover[plain]{
  116. display: block;
  117. width: 644rpx;
  118. height: 100rpx;
  119. font-size: 30rpx;
  120. line-height: 100rpx;
  121. text-align: center;
  122. color: #fff;
  123. background-color: #b4a078;
  124. cursor: pointer;
  125. border: 0px none;
  126. border-radius: 0px;
  127. margin: 18rpx auto;
  128. }
  129. button.invite_join:after,button.invite_join:before{
  130. display: none;
  131. border: 0px;
  132. }