homeNew.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. /* pages/home/home.wxss */
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .heads {
  7. padding: 40px 30px 0px 30px;
  8. overflow: hidden;
  9. }
  10. .heads-left {
  11. color: #3399FF;
  12. }
  13. .heads-right {
  14. width: 60px;
  15. height: 60px;
  16. }
  17. .heads-right image {
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .left {
  22. float: left;
  23. }
  24. .right {
  25. float: right;
  26. }
  27. #wine {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .canvas {
  32. width: 80%;
  33. height: 80%;
  34. position: absolute;
  35. left: 8%;
  36. border-radius: 10px;
  37. overflow: hidden;
  38. top: 9%;
  39. z-index: -1;
  40. background: #F6F6F6;
  41. box-shadow: 3px 3px 4px 0px rgba(136, 142, 151, 0.18), -3px -3px 4px 0px #FFFFFF;
  42. border-radius: 28px;
  43. padding: 7px 8px;
  44. }
  45. .canvasfalse {
  46. width: 80%;
  47. height: 90%;
  48. position: fixed;
  49. left: 10%;
  50. border-radius: 20px;
  51. overflow: hidden;
  52. top: 5%;
  53. z-index: -1;
  54. background: rgba(255, 255, 255, 1);
  55. box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
  56. }
  57. .canvas image {
  58. width: 100%;
  59. height: 100%;
  60. }
  61. .camvas-head {
  62. position: absolute;
  63. top: 0;
  64. height: 57px;
  65. width: 89%;
  66. background: rgba(0, 0, 0, 0.4);
  67. font-size: 14px;
  68. padding: 0px 10px 0px 10px;
  69. color: rgba(255, 255, 255, 1);
  70. margin-top: 7px;
  71. border-radius: 20px;
  72. }
  73. .canvastime {
  74. font-size: 12px;
  75. margin-top: 10px;
  76. }
  77. .addto {
  78. width: 60px;
  79. height: 60px;
  80. position: absolute;
  81. z-index: 99;
  82. top: 181px;
  83. right: 3px;
  84. }
  85. .addto img {
  86. width: 100%;
  87. height: 100%;
  88. }
  89. .help {
  90. width: 77px;
  91. height: 30px;
  92. background: rgba(187, 187, 187, 1);
  93. border-radius: 30px 0px 0px 30px;
  94. font-size: 13px;
  95. line-height: 30px;
  96. color: rgba(255, 255, 255, 1);
  97. position: absolute;
  98. right: -4rem;
  99. bottom: 181px;
  100. text-align: center;
  101. transition: all 0.2s ease-in;
  102. }
  103. /* 没登录状态 */
  104. .notLoggedin {
  105. width: 87%;
  106. height: 36%;
  107. margin: 0 auto;
  108. margin-top: 38%;
  109. }
  110. .notLoggedin img {
  111. width: 100%;
  112. height: 100%;
  113. margin: 0 auto;
  114. }
  115. .notLoggedin-text {
  116. font-size: 16px;
  117. color: #FDB456;
  118. margin-top: 8px;
  119. text-align: center;
  120. }
  121. .notLoggedin-bt {
  122. width: 153px;
  123. height: 45px;
  124. line-height: 45px;
  125. background: linear-gradient(272deg, rgba(255, 201, 133, 1) 0%, rgba(255, 177, 78, 1) 100%);
  126. box-shadow: 0px 4px 8px rgba(251, 145, 11, 0.2);
  127. opacity: 1;
  128. border-radius: 10px;
  129. font-size: 16px;
  130. color: #D17F00;
  131. text-align: center;
  132. margin: 0 auto;
  133. margin-top: 22px;
  134. }
  135. .vip image {
  136. width: 60px;
  137. height: 30px;
  138. margin-left: 10px;
  139. }
  140. .tips {
  141. position: fixed;
  142. width: 100%;
  143. height: 100%;
  144. bottom: 0;
  145. background: rgba(0, 0, 0, 0.8);
  146. z-index: 511;
  147. }
  148. .tipsMane {
  149. width: 70%;
  150. height: 326px;
  151. background: #fff;
  152. z-index: 999;
  153. position: absolute;
  154. top: 30%;
  155. left: 15%;
  156. border-radius: 10px;
  157. }
  158. .tipsTitle {
  159. padding: 30px 0;
  160. text-align: center;
  161. font-size: 32px;
  162. }
  163. .tipsTEXT {
  164. font-size: 28px;
  165. text-align: center;
  166. color: #333333;
  167. }
  168. .tipsBt {
  169. width: 80%;
  170. height: 80px;
  171. line-height: 80px;
  172. background: #0886F5;
  173. text-align: center;
  174. font-size: 32px;
  175. margin: 0 auto;
  176. color: #fff;
  177. border-radius: 10px;
  178. margin-top: 35px;
  179. }
  180. .tipsimg {
  181. width: 68px;
  182. height: 68px;
  183. background: #fff;
  184. position: absolute;
  185. z-index: 999;
  186. top: 350px;
  187. border-radius: 50%;
  188. left: 44%;
  189. }
  190. .tipsimg img {
  191. width: 100%;
  192. height: 100%;
  193. }
  194. .vipimg {
  195. width: 24px;
  196. height: 18px;
  197. }
  198. .newhelp {
  199. display: flex;
  200. font-size: 12px;
  201. font-family: PingFangSC-Regular, PingFang SC;
  202. font-weight: 400;
  203. color: #999999;
  204. line-height: 17px;
  205. align-items: center;
  206. position: absolute;
  207. top: 0;
  208. left: 0;
  209. margin-top: 10px;
  210. margin-left: 15px;
  211. }
  212. .newhelp .font {
  213. text-decoration: underline;
  214. margin-left: 2px;
  215. }
  216. .newhelp .helpImg {
  217. width: 0.875rem;
  218. height: 0.875rem;
  219. }
  220. .newhelp .helpImg img {
  221. width: 100%;
  222. height: 100%;
  223. }
  224. .buyIcon {
  225. position: absolute;
  226. top: 0;
  227. right: 0;
  228. /* margin-top: 0.625rem;
  229. margin-right: 0.625rem;
  230. */
  231. }
  232. .th_renew {
  233. width: 3rem;
  234. height: 1.375rem;
  235. background: linear-gradient(90deg, #FFC52C 0%, #FF9D3B 100%);
  236. box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  237. border-radius: 0.8125rem;
  238. }
  239. .tophead {
  240. display: flex;
  241. }
  242. .camvas-head {
  243. display: flex;
  244. align-items: center;
  245. justify-content: space-between;
  246. }
  247. .thl-font {
  248. font-size: 0.75rem;
  249. font-family: PingFangSC-Semibold, PingFang SC;
  250. font-weight: 600;
  251. color: #FFFFFF;
  252. }
  253. .thl-time {
  254. font-size: 0.625rem;
  255. font-family: PingFangSC-Regular, PingFang SC;
  256. font-weight: 400;
  257. color: #FFFFFF;
  258. transform: scale(.8);
  259. margin-left: -0.9375rem;
  260. }
  261. .th_right {
  262. margin-left: 0.625rem;
  263. }
  264. .kongWine {
  265. background: #FFFFFF;
  266. border-radius: 20px;
  267. }
  268. .kp_btn {
  269. width: 7.5rem;
  270. height: 1.875rem;
  271. background: linear-gradient(104deg, #5682FF 0%, #285CF1 100%);
  272. border-radius: 20px;
  273. line-height: 1.875rem;
  274. font-size: 0.75rem;
  275. font-family: MicrosoftYaHei;
  276. color: #FFFFFF;
  277. line-height: 1.875rem;
  278. margin: 0 auto;
  279. margin-top: 15px;
  280. }
  281. .kp_img {
  282. padding-top: 50%;
  283. }