weibo.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .section-agr ul {
  2. margin: 0.5rem 0.35rem;
  3. font-size: 0.24rem;
  4. line-height: 0.4rem;
  5. color: rgba(255, 255, 255, 0.8);
  6. padding-bottom: 0.2rem;
  7. }
  8. .biao {
  9. font-size: 0.24rem;
  10. display: inline-block;
  11. color: #fff;
  12. margin-left: 0.15rem;
  13. }
  14. .fexl {
  15. display: flex;
  16. flex-wrap: nowrap;
  17. align-items: center;
  18. justify-content: flex-start;
  19. margin-top: 0.75rem;
  20. }
  21. .box {
  22. width: 0.22rem;
  23. height: 0.22rem;
  24. position: static;
  25. background: #9913cb;
  26. z-index: 5;
  27. margin-left: 0.47rem;
  28. }
  29. input[type=checkbox]::after {
  30. color: #aaaa;
  31. width: 0.21rem;
  32. height: 0.21rem;
  33. display: inline-block;
  34. visibility: visible;
  35. text-align: center;
  36. content: ' ';
  37. border: solid 0.1px;
  38. border-radius: 3px;
  39. background: blueviolet;
  40. position: absolute;
  41. margin-left: 0.01rem;
  42. }
  43. input[type=checkbox]:checked::after {
  44. content: "✓";
  45. font-size: 0.16rem;
  46. font-weight: bold;
  47. line-height: 0.25rem;
  48. color: #ffff;
  49. /* background: url(./images/未选中.png);
  50. background-size: 100%; */
  51. }
  52. .imgs {
  53. width: 3.7rem;
  54. height: 1.3rem;
  55. position: absolute;
  56. top: 9.12rem;
  57. z-index: 0;
  58. left: 0.1rem;
  59. }
  60. .a_a {
  61. color: #e59067;
  62. text-decoration: none;
  63. }
  64. .h3a {
  65. position: absolute;
  66. left: 0.48rem;
  67. font-size: 0.32rem;
  68. font-family: PingFang SC;
  69. font-weight: 500;
  70. color: #252525;
  71. top: 9.35rem;
  72. }
  73. .yin {
  74. display: none;
  75. }
  76. #weiboapp {
  77. width: 6rem;
  78. height: 2rem;
  79. position: absolute;
  80. z-index: 111;
  81. text-align: center;
  82. left: 0.75rem;
  83. top: 4.4rem;
  84. line-height: 0.97rem;
  85. font-size: 0.26rem;
  86. border-radius: 0.06rem;
  87. border-bottom-left-radius: 0.5rem;
  88. background: url(../images/405.png);
  89. background-size: 100%;
  90. color: #ffefff;
  91. }
  92. #coverage {
  93. display: none;
  94. position: fixed;
  95. top: 0;
  96. right: 0;
  97. bottom: 0;
  98. left: 0;
  99. z-index: 100;
  100. background-color: rgba(0, 0, 0, 0.7);
  101. }
  102. #coverages {
  103. display: none;
  104. position: fixed;
  105. top: 0;
  106. right: 0;
  107. bottom: 0;
  108. left: 0;
  109. z-index: 100;
  110. background-color: rgba(0, 0, 0, 0.7);
  111. }
  112. #qued {
  113. background: #ffffff;
  114. width: 2rem;
  115. height: 0.45rem;
  116. position: absolute;
  117. top: 5.6rem;
  118. z-index: 222;
  119. left: 4.5rem;
  120. text-align: center;
  121. border: double;
  122. line-height: 0.45rem;
  123. color: #bb6bbf;
  124. }
  125. #text_l {
  126. font-family: Arial, Helvetica, sans-serif;
  127. font-size: 94%;
  128. line-height: 1em;
  129. color: #fbdda6;
  130. min-width: 7.5rem;
  131. position: absolute;
  132. top: 12rem;
  133. text-align: center;
  134. }
  135. .dialog-alert {
  136. left: 0.6rem;
  137. right: 0.6rem;
  138. z-index: 9990;
  139. background: url(../images/bg-failure.png) no-repeat;
  140. background-size: 100% 100%;
  141. position: fixed;
  142. border-radius: 0.1rem;
  143. min-height: auto;
  144. height: auto;
  145. top: 4rem;
  146. }
  147. .h1_a {
  148. font-size: 0.36rem;
  149. font-weight: bold;
  150. text-align: center;
  151. margin-top: 0.5rem;
  152. }
  153. .content {
  154. min-height: 1.2rem;
  155. margin: 0.2rem 0.6rem;
  156. display: flex;
  157. align-items: center;
  158. justify-content: center;
  159. }
  160. .btn {
  161. width: 4rem;
  162. height: 0.9rem;
  163. display: flex;
  164. align-items: center;
  165. justify-content: center;
  166. margin: 0 auto 0.3rem;
  167. border-radius: 0.1rem;
  168. background: url(../images/orderbtn.png) no-repeat;
  169. background-size: 100% 100%;
  170. color: white;
  171. font-weight: bold;
  172. font-size: 0.36rem;
  173. }