HuaTian.scss 6.6 KB

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