HuaTian.scss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. }
  7. .task-board {
  8. padding: 30rpx;
  9. background: transparent;
  10. width: 700rpx;height:952rpx;
  11. background: url('../../static/island/huatian/bg_huatian.png');
  12. background-size: 700rpx 952rpx;
  13. position: relative;
  14. .task_day {
  15. display: flex;flex-direction: column;justify-content: center;align-items: center;
  16. width:120rpx;position: absolute;left:30rpx;top:30rpx;
  17. image {
  18. width:96rpx;height:76rpx;
  19. }
  20. }
  21. .board-title {
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. margin-bottom: 30rpx;
  26. height:70rpx;
  27. }
  28. .bodyContent {
  29. width:640rpx;height:780rpx;
  30. display: flex;
  31. flex-wrap: wrap;
  32. justify-content: center;
  33. padding: 10rpx;padding-top: 40rpx;
  34. .item {
  35. width:150rpx;height:120rpx;padding:10rpx;
  36. display: flex;flex-direction: row;justify-content: center;align-items: center;
  37. position: relative;
  38. .tian {
  39. width:126rpx;height:70rpx;
  40. position: absolute;z-index: 2;top:40rpx;
  41. }
  42. .suo {
  43. width:32rpx;height:32rpx;
  44. position: absolute;z-index: 99;
  45. }
  46. .flower {
  47. width:100rpx;height:100rpx;
  48. position: absolute;z-index: 99;top:0rpx;
  49. }
  50. .souhuo {
  51. width:66rpx;height:72rpx;
  52. position: absolute;z-index: 99;top:-20rpx;
  53. }
  54. .zacao {
  55. width:100rpx;height:100rpx;
  56. position: absolute;z-index: 99;top:0rpx;
  57. }
  58. .timer {
  59. width: 102rpx;
  60. height: 28rpx;
  61. background: rgba(0,0,0,0.3);
  62. border-radius: 14rpx 14rpx 14rpx 14rpx;
  63. position: absolute;z-index: 99;top:0rpx;
  64. display: flex;flex-direction: row;justify-content: center;align-items: center;
  65. .icon {
  66. width:20rpx;height:20rpx;margin-right: 4rpx;
  67. }
  68. text {
  69. font-size: 22rpx;
  70. color: #FFEFE1;
  71. line-height: 26rpx;padding-right: 4rpx;
  72. }
  73. }
  74. }
  75. .blank {
  76. width:70rpx;height:30rpx;
  77. }
  78. }
  79. }
  80. .close {
  81. width:68rpx;height:68rpx;
  82. position: absolute;right:-10rpx;top:-10rpx;
  83. }
  84. .guild {
  85. position: absolute;bottom:20rpx;
  86. width:750rpx;
  87. .content {
  88. width: 710rpx;
  89. height: 192rpx;
  90. background: rgba(255,241,228,0.95);
  91. border-radius: 28rpx 28rpx 28rpx 28rpx;
  92. border: 4rpx solid #E3985A;
  93. padding:30rpx;
  94. font-weight: 700;
  95. font-size: 28rpx;
  96. color: #A95F3C;
  97. line-height: 40rpx;
  98. text-align: justify;
  99. font-style: normal;
  100. text-transform: none;
  101. position:absolute;z-index: 210;bottom:0rpx;right:20rpx;
  102. }
  103. .title {
  104. width: 156rpx;
  105. height: 48rpx;
  106. background: #FDDEC1;
  107. border-radius: 236rpx 236rpx 236rpx 236rpx;
  108. border: 2rpx solid #E3985A;
  109. display: flex;flex-direction: row;justify-content: center;align-items: center;
  110. font-weight: 700;
  111. font-size: 24rpx;
  112. color: #987453;
  113. line-height: 28rpx;
  114. position:absolute;z-index: 220;bottom:166rpx;right:60rpx;
  115. }
  116. .npc {
  117. width:174rpx;height:308rpx;
  118. position: absolute;bottom:120rpx;right:40rpx;z-index: 200;
  119. image {
  120. width:174rpx;height:308rpx;
  121. }
  122. }
  123. }
  124. .btn_task {
  125. width:156rpx;height:156rpx;
  126. background: url('../../static/island/huatian/btn_task.png');
  127. background-size: 156rpx 156rpx;
  128. font-weight: 700;
  129. font-size: 16rpx;
  130. color: #683830;
  131. text-align: center;padding-top: 114rpx;
  132. position: fixed;top:120rpx;left:20rpx;
  133. }
  134. .btn_list {
  135. position: absolute;bottom:-170rpx;left:0rpx;z-index: 999;
  136. width:700rpx;height:156rpx;
  137. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  138. .item {
  139. width:156rpx;height:156rpx;
  140. font-weight: 700;
  141. font-size: 16rpx;
  142. color: #683830;
  143. text-align: center;padding-top: 116rpx;
  144. }
  145. .item1 {
  146. background: url('../../static/island/huatian/btn_jiesuo.png');
  147. background-size: 156rpx 156rpx;
  148. }
  149. .item2 {
  150. background: url('../../static/island/huatian/btn_cucao.png');
  151. background-size: 156rpx 156rpx;
  152. }
  153. .item3 {
  154. background: url('../../static/island/huatian/btn_bozong.png');
  155. background-size: 156rpx 156rpx;
  156. }
  157. .item4 {
  158. background: url('../../static/island/huatian/btn_souhuo.png');
  159. background-size: 156rpx 156rpx;
  160. }
  161. }
  162. .select_zz {
  163. position: absolute;bottom:-10rpx;left:27rpx;z-index: 990;
  164. width: 656rpx;
  165. height: 150rpx;
  166. background: #FDDEC1;
  167. border: 2rpx solid #DEB691;border-radius: 20rpx;padding:20rpx;
  168. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  169. .item {
  170. width: 104rpx;
  171. height: 104rpx;margin-right: 20rpx;
  172. background: #FBD6A9;
  173. border-radius: 14rpx 14rpx 14rpx 14rpx;
  174. border: 2rpx solid #DEB691;
  175. display: flex;flex-direction: column;justify-content: center;align-items: center;
  176. .img {
  177. width:104rpx;height:70rpx;
  178. display: flex;flex-direction: column;justify-content: center;align-items: center;
  179. image {
  180. width:48rpx;height:48rpx;
  181. }
  182. }
  183. .foot {
  184. width: 100rpx;height: 34rpx;
  185. background: #FFE7CA;
  186. border-radius: 0rpx 0rpx 14rpx 14rpx;
  187. font-weight: 700;
  188. font-size: 16rpx;
  189. color: #987453;
  190. display: flex;flex-direction: column;justify-content: center;align-items: center;
  191. }
  192. }
  193. .jiantou {
  194. position: absolute;z-index: 999;
  195. width:32rpx;height:18rpx;bottom:-8rpx;right:114rpx;
  196. image {
  197. width:32rpx;height:18rpx;
  198. }
  199. }
  200. }
  201. .confirm-dialog {
  202. position: fixed;
  203. top: 0;
  204. left: 0;
  205. width: 100%;
  206. height: 100%;
  207. background-color: rgba(0, 0, 0, 0.5);
  208. display: flex;
  209. justify-content: center;
  210. align-items: center;
  211. z-index: 999;
  212. .dialog-content {
  213. width: 500rpx;
  214. background: #FDDEC1;
  215. border-radius: 20rpx;
  216. overflow: hidden;
  217. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  218. border: 2rpx solid #d06262;
  219. .dialog-title {
  220. text-align: center;
  221. color: #683830;
  222. font-size: 34rpx;
  223. font-weight: bold;
  224. padding: 20rpx 0;
  225. border-bottom: 0rpx solid #d06262;
  226. position: relative;
  227. }
  228. .dialog-text {
  229. padding: 40rpx 30rpx;
  230. text-align: center;
  231. font-size: 30rpx;
  232. color: #987453;
  233. border-radius: 0 0 12rpx 12rpx;
  234. position: relative;
  235. }
  236. .dialog-buttons {
  237. display: flex;
  238. justify-content: space-around;
  239. padding: 30rpx;
  240. .btn-cancel,
  241. .btn-confirm {
  242. width: 180rpx;
  243. height: 80rpx;
  244. border-radius: 40rpx;
  245. display: flex;
  246. justify-content: center;
  247. align-items: center;
  248. font-size: 32rpx;
  249. font-weight: bold;
  250. width:184rpx;height:80rpx;
  251. background: url('../../static/island/huatian/zx_btn_queren.png');
  252. background-size: 184rpx 80rpx;
  253. }
  254. .btn-cancel {
  255. color: white;
  256. position: relative;
  257. width:184rpx;height:80rpx;
  258. background: url('../../static/island/huatian/zx_btn_quxiao.png');
  259. background-size: 184rpx 80rpx;
  260. }
  261. .btn-confirm {
  262. color: white;
  263. position: relative;
  264. }
  265. }
  266. }
  267. }