index.scss 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. @import '../../styles/utils.scss';
  2. .card-bg-container {
  3. box-sizing: border-box;
  4. background-image: url('../../assets/card-bg/frame_filter_center@2x.png');
  5. background-position: top center;
  6. background-repeat: repeat-y;
  7. background-size: cover;
  8. .card-border-bottom-left,
  9. .card-border-bottom-right,
  10. &::before,
  11. &::after {
  12. content: '';
  13. position: absolute;
  14. width: px2rem(40px * 2);
  15. height: px2rem(40px * 2);
  16. background-color: transparent;
  17. border-left: px2rem(1px) solid #00a3ff;
  18. border-top: px2rem(1px) solid #00a3ff;
  19. top: 0;
  20. left: 0;
  21. }
  22. .card-border-bottom-right,
  23. &::after {
  24. border-left: unset;
  25. border-right: px2rem(1px) solid #00a3ff;
  26. right: 0;
  27. left: unset;
  28. }
  29. .card-border-bottom-left,
  30. .card-border-bottom-right {
  31. bottom: 0;
  32. top: unset;
  33. border-bottom: px2rem(1px) solid #00a3ff;
  34. border-top: unset;
  35. }
  36. }
  37. .task-map-container {
  38. height: 100vh;
  39. .maptip {
  40. display: none;
  41. position: absolute;
  42. bottom: px2rem(80px);
  43. // right: px2rem(20px);
  44. color: white;
  45. width: 100%;
  46. left: 0;
  47. font-size: px2rem(20px * 2);
  48. text-align: center;
  49. >div {
  50. max-width: 3rem;
  51. margin: auto;
  52. background: #060761;
  53. padding: 10px 20px;
  54. border-radius: 9px;
  55. }
  56. .tipitem {
  57. display: inline-block;
  58. min-width: px2rem(92px *2);
  59. // margin-top: px2rem(40px);
  60. margin-left: px2rem(40px);
  61. ;
  62. #marker {
  63. display: inline-block;
  64. vertical-align: middle;
  65. margin-right: 10px;
  66. }
  67. }
  68. }
  69. .othersystem {
  70. position: absolute;
  71. bottom: 4%;
  72. left: 35%;
  73. width: 30%;
  74. height: 15%;
  75. text-align: center;
  76. flex-direction: row;
  77. display: flex;
  78. justify-content: space-around;
  79. .othersystem1 {
  80. // background: #060761;
  81. // max-width: 80%;
  82. padding: px2rem(5px * 2) px2rem(10px * 2);
  83. border-radius: 9px;
  84. margin: auto;
  85. text-align: center;
  86. border-radius: px2rem(10px * 2);
  87. display: flex;
  88. }
  89. a {
  90. color: #fff;
  91. // background: #00a3ff;
  92. text-underline-offset: none;
  93. }
  94. a:hover {
  95. cursor: pointer;
  96. }
  97. .sys-item {
  98. display: flex;
  99. flex-direction: column;
  100. justify-content: center;
  101. align-items: center;
  102. // margin-right: px2rem(20px * 2);
  103. color: white;
  104. font-size: px2rem(20px * 2);
  105. font-weight: bold;
  106. .sys-item-img>img {
  107. width: px2rem(75px * 2);
  108. height: px2rem(75px * 2);
  109. }
  110. &[datatype='1'] {
  111. margin-right: px2rem(0px * 2);
  112. }
  113. }
  114. }
  115. .minemap-map {
  116. .minemap-popup-tip {
  117. display: none;
  118. }
  119. .minemap-popup-content {
  120. max-width: unset !important;
  121. padding: unset;
  122. min-width: px2rem(332px * 2);
  123. // width: 332px;
  124. border-radius: unset;
  125. @extend .card-bg-container;
  126. background: #010d85;
  127. color: #fff;
  128. .title {
  129. padding: px2rem(22px * 2) px2rem(24px * 2) px2rem(15px * 2);
  130. box-sizing: border-box;
  131. // background: #003a8c;
  132. // border-radius: 1px;
  133. font-size: px2rem(20px * 2);
  134. color: #00e9ff;
  135. }
  136. .action {
  137. margin: 0 px2rem(24px * 2) px2rem(24px * 2);
  138. }
  139. .ckbg {
  140. background: url('../../assets/card-bg/frame_event@2x.png') no-repeat;
  141. background-size: 100% 100%;
  142. width: px2rem(663px * 2);
  143. height: px2rem(688px * 2);
  144. .title {
  145. padding-left: px2rem(29px * 2);
  146. padding-top: px2rem(22px * 2);
  147. padding-bottom: px2rem(35px * 2);
  148. }
  149. .wz {
  150. height: px2rem(433px * 2);
  151. overflow-y: auto;
  152. width: px2rem(614px * 2);
  153. background: #000B70;
  154. margin-left: px2rem(22px * 2);
  155. table {
  156. width: 100%;
  157. font-size: px2rem(16px * 2);
  158. font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  159. font-weight: 400;
  160. th {
  161. opacity: 0.6;
  162. }
  163. tr {
  164. height: px2rem(42px * 2);
  165. }
  166. td {
  167. color: white;
  168. opacity: 1;
  169. text-align: center;
  170. }
  171. }
  172. }
  173. .wz::-webkit-scrollbar-thumb {
  174. background: #39d6fe;
  175. border-radius: 3px;
  176. }
  177. .content {
  178. display: flex;
  179. flex-wrap: wrap;
  180. flex-direction: row;
  181. >div {
  182. order: 2;
  183. flex: 0 0 50%;
  184. }
  185. }
  186. }
  187. .content {
  188. height: max-content;
  189. padding: px2rem(24px * 2);
  190. // background: #fff;
  191. >div {
  192. display: flex;
  193. font-size: px2rem(14px * 2);
  194. line-height: px2rem(20px * 2);
  195. margin-bottom: px2rem(10px * 2);
  196. >span:first-child {
  197. min-width: max-content;
  198. }
  199. }
  200. }
  201. }
  202. }
  203. .address-type-card-container {
  204. &.in-detail {
  205. position: absolute;
  206. height: px2rem(554px * 2 - 182px + 390px * 2 - 172px + 48px);
  207. right: px2rem((939px + 30px + 30px) * 2);
  208. top: calc(50% + px2rem(52px * 2));
  209. transform: translateY(calc(-50% - px2rem(52px / 2 * 2)));
  210. .address-type-card {
  211. top: 0;
  212. right: 0;
  213. animation: fadeInRight 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  214. }
  215. }
  216. }
  217. .address-type-card {
  218. position: absolute;
  219. top: px2rem(83px * 2);
  220. right: px2rem(30px * 2);
  221. // min-width: px2rem(178px);
  222. // min-height: px2rem(293px);
  223. width: max-content;
  224. height: max-content;
  225. border-radius: 1px;
  226. padding: px2rem(27px * 2) px2rem(36px * 2);
  227. box-sizing: border-box;
  228. .el-checkbox__inner {
  229. width: px2rem(16px * 2);
  230. min-width: 14px;
  231. height: px2rem(16px * 2);
  232. min-height: 14px;
  233. background-color: transparent;
  234. &::after {
  235. width: px2rem(10px);
  236. height: px2rem(20px);
  237. left: px2rem(8px);
  238. }
  239. }
  240. .el-checkbox__label {
  241. color: #fff;
  242. padding-left: px2rem(28px);
  243. }
  244. .card-item {
  245. display: flex;
  246. align-items: center;
  247. margin-right: 0;
  248. padding-bottom: px2rem(40px);
  249. &>span {
  250. font-size: 14px;
  251. font-size: px2rem(16px * 2);
  252. font-weight: 400;
  253. }
  254. .tipicon {
  255. width: px2rem(25px * 2);
  256. height: px2rem(25px * 2);
  257. vertical-align: middle;
  258. margin-top: px2rem(-2px * 2);
  259. margin-right: px2rem(6px * 2);
  260. }
  261. }
  262. }
  263. }