partnerBusinessRecord.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* pages/partnerBusinessRecord/partnerBusinessRecord.wxss */
  2. page{
  3. background-color: #f9f9f9;
  4. }
  5. .container{
  6. height: 100%;
  7. background-color: #f9f9f9;
  8. }
  9. .top_wrap{
  10. width: 100%;
  11. height: 274rpx;
  12. position: fixed;
  13. top: 0;
  14. left: 0;
  15. z-index: 10;
  16. background-color: #f9f9f9;
  17. }
  18. .partner_banner{
  19. display: block;
  20. width: 100%;
  21. }
  22. .month_wrap{
  23. position: relative;
  24. height: 130rpx;
  25. margin: 15rpx 0 0 0;
  26. }
  27. .month_change_left{
  28. width:130rpx;
  29. height: 130rpx;
  30. position: absolute;
  31. left:52rpx;
  32. top: 0;
  33. z-index:10;
  34. }
  35. .month_change_right{
  36. width:130rpx;
  37. height: 130rpx;
  38. position: absolute;
  39. right:52rpx;
  40. top: 0;
  41. z-index:10;
  42. }
  43. .month_change_left_icon,.month_change_right_icon{
  44. display: block;
  45. width: 16rpx;
  46. height: 32rpx;
  47. position: relative;
  48. top: 49rpx;
  49. }
  50. .month_change_right_icon{
  51. left: 114rpx;
  52. }
  53. .month_change_time{
  54. text-align: center;
  55. line-height: 130rpx;
  56. }
  57. /* tab切换 */
  58. .top_tab_wrap{
  59. width: 646rpx;
  60. border: 2px solid #b4a078;
  61. border-radius: 8px;
  62. overflow: hidden;
  63. margin: 30rpx auto 50rpx;
  64. }
  65. .each_tab{
  66. float:left;
  67. width: 324rpx;
  68. height: 80rpx;
  69. font-size: 30rpx;
  70. line-height: 80rpx;
  71. text-align: center;
  72. color: #b4a078;
  73. background-color: #f9f9f9;
  74. }
  75. .each_tab_active{
  76. color: #fff;
  77. background-color: #b4a078;
  78. }
  79. /* 列表 */
  80. .tab_content{
  81. display:flex;
  82. background-color:#fff;
  83. margin-top:274rpx;
  84. height: 100%;
  85. }
  86. .tab_content_list{
  87. background-color: #fff;
  88. }
  89. .tab_title,.each_tab_cont{
  90. font-size: 24rpx;
  91. line-height: 100rpx;
  92. color: #adadad;
  93. border-bottom: 1px solid #d9d9d9;
  94. }
  95. .each_tab_cont{
  96. color: #111;
  97. }
  98. .tab_title_time,.tab_title_name,.tab_cont_time,.tab_cont_name{
  99. float: left;
  100. font-size: 24rpx;
  101. }
  102. .tab_title_type,.tab_cont_type{
  103. float: right;
  104. width: 200rpx;
  105. text-align: center;
  106. }
  107. .tab_title_time,.tab_cont_time{
  108. padding-left: 50rpx;
  109. width: 164rpx;
  110. }
  111. .tab_title_name,.tab_cont_name{
  112. width: 324rpx;
  113. text-align: center;
  114. text-overflow: ellipsis;
  115. overflow: hidden;
  116. white-space: nowrap;
  117. }
  118. .tab_cont_type{
  119. color: #b4a078;
  120. }