HuaTian.scss 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. .page {
  2. width:750rpx;height:100vh;
  3. background-color: rgba(0, 0, 0, 0.6);
  4. position: fixed;left:0;top:0;
  5. display: flex;flex-direction: column;justify-content: center;align-items: center;
  6. z-index: 100;
  7. }
  8. .bgAlpha {
  9. width:750rpx;height:100vh;
  10. background-color: rgba(0, 0, 0, 0.01);
  11. position: fixed;left:0;top:0;
  12. }
  13. .task-board {
  14. padding: 30rpx;
  15. background: transparent;
  16. width: 700rpx;height:952rpx;
  17. background: url('../../static/island/huatian/bg_huatian.png');
  18. background-size: 700rpx 952rpx;
  19. position: relative;
  20. .task_day {
  21. display: flex;flex-direction: column;justify-content: center;align-items: center;
  22. width:120rpx;position: absolute;left:30rpx;top:30rpx;
  23. image {
  24. width:96rpx;height:76rpx;
  25. }
  26. }
  27. .board-title {
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. margin-bottom: 30rpx;
  32. height:70rpx;
  33. }
  34. .bodyContent {
  35. width:640rpx;height:780rpx;
  36. display: flex;
  37. flex-wrap: wrap;
  38. justify-content: center;
  39. padding: 10rpx;padding-top: 40rpx;
  40. .item {
  41. width:150rpx;height:120rpx;padding:10rpx;
  42. display: flex;flex-direction: row;justify-content: center;align-items: center;
  43. position: relative;
  44. .tian {
  45. width:126rpx;height:70rpx;
  46. position: absolute;z-index: 2;top:40rpx;
  47. }
  48. .suo {
  49. width:32rpx;height:32rpx;
  50. position: absolute;z-index: 99;
  51. }
  52. .flower {
  53. width:100rpx;height:100rpx;
  54. position: absolute;z-index: 99;top:0rpx;
  55. }
  56. .souhuo {
  57. width:66rpx;height:72rpx;
  58. position: absolute;z-index: 99;top:-20rpx;
  59. }
  60. .zacao {
  61. width:100rpx;height:100rpx;
  62. position: absolute;z-index: 99;top:0rpx;
  63. }
  64. .timer {
  65. width: 102rpx;
  66. height: 28rpx;
  67. background: rgba(0,0,0,0.3);
  68. border-radius: 14rpx 14rpx 14rpx 14rpx;
  69. position: absolute;z-index: 99;top:0rpx;
  70. display: flex;flex-direction: row;justify-content: center;align-items: center;
  71. .icon {
  72. width:20rpx;height:20rpx;margin-right: 4rpx;
  73. }
  74. text {
  75. font-size: 22rpx;
  76. color: #FFEFE1;
  77. line-height: 26rpx;padding-right: 4rpx;
  78. }
  79. }
  80. }
  81. .blank {
  82. width:70rpx;height:30rpx;
  83. }
  84. }
  85. }
  86. .close {
  87. width:68rpx;height:68rpx;
  88. position: absolute;right:-10rpx;top:-10rpx;
  89. }
  90. .guild {
  91. position: absolute;bottom:20rpx;
  92. width:750rpx;
  93. .content {
  94. width: 710rpx;
  95. height: 192rpx;
  96. background: rgba(255,241,228,0.95);
  97. border-radius: 28rpx 28rpx 28rpx 28rpx;
  98. border: 4rpx solid #E3985A;
  99. padding:30rpx;
  100. font-weight: 700;
  101. font-size: 28rpx;
  102. color: #A95F3C;
  103. line-height: 40rpx;
  104. text-align: justify;
  105. font-style: normal;
  106. text-transform: none;
  107. position:absolute;z-index: 210;bottom:0rpx;right:20rpx;
  108. }
  109. .title {
  110. width: 156rpx;
  111. height: 48rpx;
  112. background: #FDDEC1;
  113. border-radius: 236rpx 236rpx 236rpx 236rpx;
  114. border: 2rpx solid #E3985A;
  115. display: flex;flex-direction: row;justify-content: center;align-items: center;
  116. font-weight: 700;
  117. font-size: 24rpx;
  118. color: #987453;
  119. line-height: 28rpx;
  120. position:absolute;z-index: 220;bottom:166rpx;right:60rpx;
  121. }
  122. .npc {
  123. width:174rpx;height:308rpx;
  124. position: absolute;bottom:120rpx;right:40rpx;z-index: 200;
  125. image {
  126. width:174rpx;height:308rpx;
  127. }
  128. }
  129. }
  130. .btn_task {
  131. width:156rpx;height:156rpx;
  132. background: url('../../static/island/huatian/btn_task.png');
  133. background-size: 156rpx 156rpx;
  134. font-weight: 700;
  135. font-size: 16rpx;
  136. color: #683830;
  137. text-align: center;padding-top: 114rpx;
  138. position: fixed;top:120rpx;left:20rpx;
  139. }
  140. .btn_list {
  141. position: absolute;bottom:-170rpx;left:0rpx;z-index: 999;
  142. width:700rpx;height:156rpx;
  143. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  144. .item {
  145. width:156rpx;height:156rpx;
  146. font-weight: 700;
  147. font-size: 16rpx;
  148. color: #683830;
  149. text-align: center;padding-top: 116rpx;
  150. }
  151. .item1 {
  152. background: url('../../static/island/huatian/btn_jiesuo.png');
  153. background-size: 156rpx 156rpx;
  154. }
  155. .item2 {
  156. background: url('../../static/island/huatian/btn_cucao.png');
  157. background-size: 156rpx 156rpx;
  158. }
  159. .item3 {
  160. background: url('../../static/island/huatian/btn_bozong.png');
  161. background-size: 156rpx 156rpx;
  162. }
  163. .item4 {
  164. background: url('../../static/island/huatian/btn_souhuo.png');
  165. background-size: 156rpx 156rpx;
  166. }
  167. }
  168. .select_zz {
  169. position: absolute;bottom:-10rpx;left:27rpx;z-index: 990;
  170. width: 656rpx;
  171. height: 150rpx;
  172. background: #FDDEC1;
  173. border: 2rpx solid #DEB691;border-radius: 20rpx;padding:20rpx;
  174. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  175. .item {
  176. width: 104rpx;
  177. height: 104rpx;margin-right: 20rpx;
  178. background: #FBD6A9;
  179. border-radius: 14rpx 14rpx 14rpx 14rpx;
  180. border: 2rpx solid #DEB691;
  181. display: flex;flex-direction: column;justify-content: center;align-items: center;
  182. .img {
  183. width:104rpx;height:70rpx;
  184. display: flex;flex-direction: column;justify-content: center;align-items: center;
  185. image {
  186. width:48rpx;height:48rpx;
  187. }
  188. }
  189. .foot {
  190. width: 100rpx;height: 34rpx;
  191. background: #FFE7CA;
  192. border-radius: 0rpx 0rpx 14rpx 14rpx;
  193. font-weight: 700;
  194. font-size: 16rpx;
  195. color: #987453;
  196. display: flex;flex-direction: column;justify-content: center;align-items: center;
  197. }
  198. }
  199. .jiantou {
  200. position: absolute;z-index: 999;
  201. width:32rpx;height:18rpx;bottom:-8rpx;right:114rpx;
  202. image {
  203. width:32rpx;height:18rpx;
  204. }
  205. }
  206. }
  207. .confirm-dialog {
  208. position: fixed;
  209. top: 0;
  210. left: 0;
  211. width: 100%;
  212. height: 100%;
  213. background-color: rgba(0, 0, 0, 0.5);
  214. display: flex;
  215. justify-content: center;
  216. align-items: center;
  217. z-index: 999;
  218. .dialog-content {
  219. width: 500rpx;
  220. background: #FDDEC1;
  221. border-radius: 20rpx;
  222. overflow: hidden;
  223. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  224. border: 2rpx solid #d06262;
  225. .dialog-title {
  226. text-align: center;
  227. color: #683830;
  228. font-size: 34rpx;
  229. font-weight: bold;
  230. padding: 20rpx 0;
  231. border-bottom: 0rpx solid #d06262;
  232. position: relative;
  233. }
  234. .dialog-text {
  235. padding: 40rpx 30rpx;
  236. text-align: center;
  237. font-size: 30rpx;
  238. color: #987453;
  239. border-radius: 0 0 12rpx 12rpx;
  240. position: relative;
  241. }
  242. .dialog-buttons {
  243. display: flex;
  244. justify-content: space-around;
  245. padding: 30rpx;
  246. .btn-cancel,
  247. .btn-confirm {
  248. width: 180rpx;
  249. height: 80rpx;
  250. border-radius: 40rpx;
  251. display: flex;
  252. justify-content: center;
  253. align-items: center;
  254. font-size: 32rpx;
  255. font-weight: bold;
  256. width:184rpx;height:80rpx;
  257. background: url('../../static/island/huatian/zx_btn_queren.png');
  258. background-size: 184rpx 80rpx;
  259. }
  260. .btn-cancel {
  261. color: white;
  262. position: relative;
  263. width:184rpx;height:80rpx;
  264. background: url('../../static/island/huatian/zx_btn_quxiao.png');
  265. background-size: 184rpx 80rpx;
  266. }
  267. .btn-confirm {
  268. color: white;
  269. position: relative;
  270. }
  271. }
  272. }
  273. }
  274. .huatian-tips {
  275. position: absolute;
  276. top: 30rpx;
  277. right: 40rpx;
  278. width: 120rpx;
  279. z-index: 10;
  280. .tips-icon {
  281. width: 96rpx;
  282. height: 76rpx;
  283. }
  284. }
  285. .huatian-tips-dialog {
  286. position: fixed;
  287. top: 0;
  288. left: 0;
  289. width: 100%;
  290. height: 100%;
  291. background-color: rgba(0, 0, 0, 0.6);
  292. display: flex;
  293. justify-content: center;
  294. align-items: center;
  295. z-index: 1000;
  296. .tips-content {
  297. position: relative;
  298. width: 700rpx;
  299. height: 952rpx;
  300. background: url('../../static/island/UI/kuang.png');
  301. background-size: 100% 100%;
  302. padding: 32rpx 10rpx;
  303. .tips-title {
  304. text-align: center;
  305. font-size: 30rpx;
  306. font-weight: bold;
  307. color: #FFFFFF;
  308. width: 240rpx;
  309. height: 56rpx;
  310. background: url('../../static/island/UI/title_bg.png');
  311. background-size: 100% 100%;
  312. margin: 0 auto 0rpx;
  313. display: flex;
  314. align-items: center;
  315. justify-content: center;
  316. }
  317. .tips-close {
  318. position: absolute;
  319. top: -10rpx;
  320. right: -10rpx;
  321. width: 68rpx;
  322. height: 68rpx;
  323. image {
  324. width: 100%;
  325. height: 100%;
  326. }
  327. }
  328. .tips-swiper {
  329. width: 95%;
  330. height: 780rpx;
  331. margin-top: 20rpx;
  332. margin-left : 10rpx;
  333. }
  334. .tips-items {
  335. height: 100%;
  336. padding: 0 20rpx;
  337. .tips-item {
  338. display: flex;
  339. align-items: flex-start;
  340. margin-bottom: 20rpx;
  341. padding: 20rpx;
  342. border-radius: 10rpx;
  343. &:last-child {
  344. margin-bottom: 0;
  345. }
  346. .tips-img {
  347. width: 328rpx;
  348. height: 328rpx;
  349. margin-right: 30rpx;
  350. border-radius: 10rpx;
  351. }
  352. .tips-text {
  353. flex: 1;
  354. font-size: 24rpx;
  355. color: #683830;
  356. line-height: 1.6;
  357. padding-top: 0;
  358. }
  359. }
  360. }
  361. .tips-dots {
  362. position: absolute;
  363. bottom: 40rpx;
  364. left: 0;
  365. right: 0;
  366. display: flex;
  367. justify-content: center;
  368. align-items: center;
  369. .dot {
  370. width: 16rpx;
  371. height: 16rpx;
  372. border-radius: 50%;
  373. background: rgba(255, 255, 255, 0.5);
  374. margin: 0 10rpx;
  375. transition: all 0.3s;
  376. &.active {
  377. width: 32rpx;
  378. border-radius: 8rpx;
  379. background: #FFFFFF;
  380. }
  381. }
  382. }
  383. }
  384. }