index.wxss 1.7 KB

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