HuaTian.scss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. .board-title {
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. margin-bottom: 30rpx;
  19. height:70rpx;
  20. }
  21. .bodyContent {
  22. width:640rpx;height:780rpx;
  23. display: flex;
  24. flex-wrap: wrap;
  25. justify-content: center;
  26. padding: 10rpx;padding-top: 20rpx;
  27. .item {
  28. width:150rpx;height:120rpx;padding:10rpx;
  29. display: flex;flex-direction: row;justify-content: center;align-items: center;
  30. position: relative;
  31. .tian {
  32. width:126rpx;height:70rpx;
  33. position: absolute;z-index: 2;top:40rpx;
  34. }
  35. .suo {
  36. width:32rpx;height:32rpx;
  37. position: absolute;z-index: 99;
  38. }
  39. .flower {
  40. width:100rpx;height:100rpx;
  41. position: absolute;z-index: 99;top:0rpx;
  42. }
  43. }
  44. .blank {
  45. width:70rpx;height:30rpx;
  46. }
  47. }
  48. }
  49. .close {
  50. width:68rpx;height:68rpx;
  51. position: absolute;right:-10rpx;top:-10rpx;
  52. }
  53. .guild {
  54. position: absolute;bottom:20rpx;
  55. width:750rpx;
  56. .content {
  57. width: 710rpx;
  58. height: 192rpx;
  59. background: rgba(255,241,228,0.95);
  60. border-radius: 28rpx 28rpx 28rpx 28rpx;
  61. border: 4rpx solid #E3985A;
  62. padding:30rpx;
  63. font-weight: 700;
  64. font-size: 28rpx;
  65. color: #A95F3C;
  66. line-height: 40rpx;
  67. text-align: justify;
  68. font-style: normal;
  69. text-transform: none;
  70. position:absolute;z-index: 210;bottom:0rpx;right:0rpx;
  71. }
  72. .title {
  73. width: 156rpx;
  74. height: 48rpx;
  75. background: #FDDEC1;
  76. border-radius: 236rpx 236rpx 236rpx 236rpx;
  77. border: 2rpx solid #E3985A;
  78. display: flex;flex-direction: row;justify-content: center;align-items: center;
  79. font-weight: 700;
  80. font-size: 24rpx;
  81. color: #987453;
  82. line-height: 28rpx;
  83. position:absolute;z-index: 220;bottom:166rpx;right:30rpx;
  84. }
  85. .npc {
  86. width:174rpx;height:308rpx;
  87. position: absolute;bottom:220rpx;right:0rpx;z-index: 200;
  88. }
  89. }