partnerCommonRecord.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* pages/partnerCommonRecord/partnerCommonRecord.wxss */
  2. page{
  3. background-color: #f9f9f9;
  4. }
  5. .container{
  6. height: 100%;
  7. background-color: #f9f9f9;
  8. }
  9. .top_tab_wrap{
  10. width: 100%;
  11. height: 144rpx;
  12. position: fixed;
  13. top: 0;
  14. left: 0;
  15. z-index: 10;
  16. background-color: #f9f9f9;
  17. }
  18. .top_tab_cont{
  19. width: 647rpx;
  20. border: 2px solid #b4a078;
  21. border-radius: 8px;
  22. overflow: hidden;
  23. margin: 30rpx auto;
  24. }
  25. .each_tab{
  26. float:left;
  27. width: 324rpx;
  28. height: 80rpx;
  29. font-size: 30rpx;
  30. line-height: 80rpx;
  31. text-align: center;
  32. color: #b4a078;
  33. background-color: #f9f9f9;
  34. }
  35. .each_tab_active{
  36. color: #fff;
  37. background-color: #b4a078;
  38. }
  39. /* 列表 */
  40. .tab_content{
  41. display:flex;
  42. background-color:#fff;
  43. margin-top:144rpx;
  44. height: 100%;
  45. }
  46. .tab_content_list{
  47. width: 100%;
  48. background-color: #fff;
  49. }
  50. .tab_title,.each_tab_cont{
  51. font-size: 24rpx;
  52. line-height: 100rpx;
  53. color: #adadad;
  54. border-bottom: 1px solid #d9d9d9;
  55. }
  56. .each_tab_cont{
  57. color: #111;
  58. }
  59. .tab_title_time,.tab_title_name,.tab_cont_time,.tab_cont_name{
  60. float: left;
  61. font-size: 24rpx;
  62. }
  63. .tab_title_type,.tab_cont_type{
  64. float: right;
  65. width: 200rpx;
  66. text-align: center;
  67. }
  68. .tab_title_time,.tab_cont_time{
  69. padding-left: 50rpx;
  70. width: 164rpx;
  71. }
  72. .tab_title_name,.tab_cont_name{
  73. width: 324rpx;
  74. text-align: center;
  75. }
  76. .tab_cont_type{
  77. color: #b4a078;
  78. }
  79. ::-webkit-scrollbar{
  80. width: 0;
  81. height: 0;
  82. color: transparent;
  83. }
  84. ::-webkit-scrollbar-thumb{
  85. color:transparent;
  86. }
  87. ::-webkit-scrollbar-track-piece{
  88. color: transparent;
  89. }
  90. .header_nav_wrap{
  91. width: 100%;
  92. height:80rpx;
  93. }
  94. .scoll-h{
  95. height: 100vh;
  96. overflow: hidden;
  97. }