index.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. .button{
  37. margin-top: 0 !important;
  38. width: 77px !important;
  39. height: 30px;
  40. background-color: rgba(243, 32, 162,0.5);
  41. background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230));
  42. border-radius: 30px;
  43. color:#ffffff;
  44. font-size: 13px;
  45. line-height: 15px;
  46. }
  47. .resaon{
  48. padding-left: 2px;
  49. }
  50. .buttons{
  51. margin-top: 0 !important;
  52. width: 77px !important;
  53. height: 30px;
  54. background-color: rgba(59, 63, 247, 0.5);
  55. background-image: linear-gradient(to right, rgb(75, 91, 236) , rgb(213, 41, 247));
  56. border-radius: 30px;
  57. color:#ffffff;
  58. font-size: 13px;
  59. line-height: 15px;
  60. }
  61. .head {
  62. float: left;
  63. margin-left: 7px;
  64. width: 15%;
  65. height: 36.63px;
  66. overflow: hidden;
  67. border-radius: 90px;
  68. }
  69. .group{
  70. font-size: 16px;
  71. line-height: 30px;
  72. font-weight: 500;
  73. margin-left: 4%;
  74. margin-right: 8%;
  75. }
  76. .fou{
  77. font-size: 13px;
  78. color: #9e9e9e;
  79. margin: 2%;
  80. margin-left: 10px;
  81. float: left;
  82. width: 100%;
  83. }
  84. .person{
  85. font-size: 13px;
  86. color: #9e9e9e;
  87. }
  88. .time{
  89. margin-left: 10px;
  90. margin-bottom: 1.5%;
  91. font-size: 13px;
  92. color: #9e9e9e;
  93. }
  94. .date{
  95. margin-right: 5px;
  96. }