index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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: 31px;
  66. overflow: hidden;
  67. }
  68. .group{
  69. font-size: 16px;
  70. line-height: 30px;
  71. font-weight: 500;
  72. margin-left: 4%;
  73. margin-right: 8%;
  74. }
  75. .fou{
  76. font-size: 13px;
  77. color: #9e9e9e;
  78. margin: 2%;
  79. margin-left: 10px;
  80. float: left;
  81. width: 100%;
  82. }
  83. .person{
  84. font-size: 13px;
  85. color: #9e9e9e;
  86. }
  87. .time{
  88. margin-left: 10px;
  89. margin-bottom: 1.5%;
  90. font-size: 13px;
  91. color: #9e9e9e;
  92. }
  93. .date{
  94. margin-right: 5px;
  95. }