index.wxss 1.7 KB

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