index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .van-tabs__line {
  6. background-color: blue !important;
  7. }
  8. .one {
  9. margin-top: -5px;
  10. }
  11. .list {
  12. margin-top: 5%;
  13. }
  14. .two {
  15. width: 93%;
  16. float: left;
  17. margin-left: 3%;
  18. }
  19. .left {
  20. float: left;
  21. width: 70%;
  22. padding-top: 10px;
  23. padding-left: 10px;
  24. padding-bottom: 10px;
  25. }
  26. .two {
  27. background-color: white;
  28. margin-bottom: 3%;
  29. border-radius: 8px;
  30. }
  31. .right {
  32. float: left;
  33. width: 20%;
  34. margin-top: 9%;
  35. }
  36. .shenhe {
  37. color: red;
  38. margin: 0 0 0 35px;
  39. }
  40. .button_1 {
  41. margin-top: -16px !important;
  42. width: 77px !important;
  43. height: 30px;
  44. background-color: rgba(243, 32, 162, 0.5);
  45. background-image: linear-gradient(to right, rgb(236, 75, 83), rgb(247, 41, 230));
  46. border-radius: 30px;
  47. color: #ffffff;
  48. font-size: 13px;
  49. line-height: 15px;
  50. }
  51. .button_2 {
  52. margin-top: 12px !important;
  53. width: 77px !important;
  54. height: 30px;
  55. background-color: rgb(105, 105, 105);
  56. border-radius: 30px;
  57. color: #ffffff;
  58. font-size: 13px;
  59. line-height: 15px;
  60. }
  61. .button {
  62. margin-top: 0 !important;
  63. width: 77px !important;
  64. height: 30px;
  65. background-color: rgba(243, 32, 162, 0.5);
  66. background-image: linear-gradient(to right, rgb(236, 75, 83), rgb(247, 41, 230));
  67. border-radius: 30px;
  68. color: #ffffff;
  69. font-size: 13px;
  70. line-height: 15px;
  71. }
  72. .resaon {
  73. padding-left: 2px;
  74. }
  75. .buttons {
  76. margin-top: 0 !important;
  77. width: 77px !important;
  78. height: 30px;
  79. background-color: rgba(59, 63, 247, 0.5);
  80. background-image: linear-gradient(to right, rgb(75, 91, 236), rgb(213, 41, 247));
  81. border-radius: 30px;
  82. color: #ffffff;
  83. font-size: 13px;
  84. line-height: 15px;
  85. }
  86. .head {
  87. float: left;
  88. margin-left: 7px;
  89. width: 15%;
  90. height: 36.63px;
  91. overflow: hidden;
  92. border-radius: 90px;
  93. }
  94. .group {
  95. font-size: 16px;
  96. line-height: 30px;
  97. font-weight: 500;
  98. margin-left: 4%;
  99. margin-right: 8%;
  100. }
  101. .fou {
  102. font-size: 13px;
  103. color: #9e9e9e;
  104. margin: 5px 5px 0 5px;
  105. margin-left: 10px;
  106. float: left;
  107. width: 90%;
  108. }
  109. .person {
  110. font-size: 13px;
  111. color: #9e9e9e;
  112. }
  113. .time {
  114. margin-left: 10px;
  115. margin-bottom: 1.5%;
  116. font-size: 13px;
  117. color: #9e9e9e;
  118. }
  119. .date {
  120. margin-right: 5px;
  121. }