index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. }
  79. .head {
  80. float: left;
  81. margin-left: 7px;
  82. width: 15%;
  83. height: 31px;
  84. overflow: hidden;
  85. }
  86. .group{
  87. font-size: 16px;
  88. line-height: 30px;
  89. font-weight: 500;
  90. margin-left: 4%;
  91. margin-right: 8%;
  92. }
  93. .fou{
  94. font-size: 13px;
  95. color: #9e9e9e;
  96. margin: 2%;
  97. margin-left: 10px;
  98. float: left;
  99. width: 100%;
  100. }
  101. .person{
  102. font-size: 13px;
  103. color: #9e9e9e;
  104. }
  105. .time{
  106. margin-left: 10px;
  107. font-size: 13px;
  108. color: #9e9e9e;
  109. }
  110. .date{
  111. margin-right: 5px;
  112. }