common.scss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. .title1-left, .title1-right {
  2. display: block;
  3. box-sizing: border-box;
  4. width: 283px;
  5. height: 41px;
  6. margin-bottom: 1vh;
  7. background: url('@/assets/imgs/common/title1-left.png') no-repeat;
  8. background-size: contain;
  9. padding: 7px 80px 7px 50px;
  10. font-size: 20px;
  11. font-family: YSBTH;
  12. color: #D9EAF5;
  13. &.highlight {
  14. color: rgb(242, 242, 132);
  15. }
  16. }
  17. .title1-right {
  18. width: 282px;
  19. background: url('@/assets/imgs/common/title1-right.png') no-repeat;
  20. background-size: contain;
  21. padding: 7px 50px 7px 80px;
  22. text-align: right;
  23. }
  24. .title2-left, .title2-right {
  25. display: block;
  26. box-sizing: border-box;
  27. width: 248px;
  28. height: 30px;
  29. margin-bottom: 1vh;
  30. background: url('@/assets/imgs/common/title2-left.png') no-repeat;
  31. background-size: 100% 15px;
  32. background-position: bottom;
  33. padding: 0 40px;
  34. font-size: 18px;
  35. font-family: YSBTH;
  36. color: #D9EAF5;
  37. }
  38. .title2-right {
  39. width: 251px;
  40. background: url('@/assets/imgs/common/title2-right.png') no-repeat;
  41. background-size: 100% 15px;
  42. background-position: bottom;
  43. text-align: right;
  44. }
  45. .title3 {
  46. display: block;
  47. box-sizing: border-box;
  48. width: 277px;
  49. height: 39px;
  50. background: url('@/assets/imgs/common/title3.png') no-repeat;
  51. background-size: 100% 100%;
  52. padding: 3px 30px 0;
  53. font-size: 16px;
  54. font-style: italic;
  55. color: #D1D6DF;
  56. }
  57. .title-dialog {
  58. display: block;
  59. box-sizing: border-box;
  60. width: fit-content;
  61. font-size: 18px;
  62. font-family: YSBTH;
  63. font-weight: 400;
  64. color: #FFFFFF;
  65. text-shadow: 6px -5px 16px rgba(0,158,255,0.35), 0px 3px 0px rgba(0,2,3,0.88);
  66. &::before {
  67. content: '';
  68. display: inline-block;
  69. width: 4px;
  70. height: 14px;
  71. margin-right: 9px;
  72. background: rgba(0, 156, 244, 0.79);
  73. border-radius: 2px;
  74. }
  75. }
  76. // 弹框关闭按钮
  77. .dialog-close {
  78. position: absolute;
  79. top: 18px;
  80. right: 18px;
  81. display: block;
  82. width: 18px;
  83. height: 18px;
  84. background: url('@/assets/imgs/common/btn-close.png') no-repeat;
  85. background-size: 12px 12px;
  86. background-position: center;
  87. cursor: pointer;
  88. }
  89. // 弹框切换tab
  90. .dialog-tab {
  91. display: flex;
  92. justify-content: center;
  93. margin: 17px 0 17px;
  94. &>div {
  95. display: block;
  96. width: 115px;
  97. height: 30px;
  98. margin: 0 5px;
  99. background: url('@/assets/imgs/page_yyjg/bg-tab-btn1.png') no-repeat;
  100. background-size: 100% 100%;
  101. cursor: pointer;
  102. text-align: center;
  103. &>span {
  104. font-family: YSBTH;
  105. font-size: 16px;
  106. line-height: 34px;
  107. color: transparent;
  108. background: linear-gradient(0deg, rgba(29,128,224,0.9) 0%, rgba(255,255,255,0.9) 70%);
  109. -webkit-background-clip: text;
  110. }
  111. }
  112. &>div.highlight {
  113. position: relative;
  114. width: 116px;
  115. height: 34px;
  116. background: url('@/assets/imgs/page_yyjg/bg-tab-btn2.png') no-repeat;
  117. background-size: 100% 100%;
  118. &>span {
  119. background: linear-gradient(0deg, rgba(224, 224, 29, 0.9) 0%, rgba(255,255,255,0.9) 70%);
  120. -webkit-background-clip: text;
  121. }
  122. &::after {
  123. content: '';
  124. display: block;
  125. position: absolute;
  126. bottom: -10px;
  127. left: calc(50% - 3px);
  128. border-top: 7px solid transparent;
  129. border-bottom: 7px solid rgba(93, 138, 196, 0.6);
  130. border-left: 6px solid transparent;
  131. border-right: 6px solid transparent;
  132. }
  133. }
  134. &>div.disabled {
  135. opacity: 0.5;
  136. cursor: default;
  137. }
  138. }
  139. .date-picker-custom1 {
  140. .el-input__wrapper {
  141. border-radius: 0;
  142. box-shadow: none;
  143. border: 1px solid #2f67a0d2;
  144. background: rgba($color: #4280bd, $alpha: 0.1);
  145. }
  146. .el-input__prefix {
  147. display: none;
  148. }
  149. .el-input__inner {
  150. font-size: 12px;
  151. color: #ccc;
  152. }
  153. }
  154. .date-popper {
  155. filter: invert(0.9) hue-rotate(180deg);
  156. // border: 1px solid #2f67a0d2 !important;
  157. // border-radius: 0 !important;
  158. // .el-input__wrapper {
  159. // background: rgba($color: #4280bd, $alpha: 0.1);
  160. // box-shadow: none;
  161. // border: 1px solid #2f67a0d2;
  162. // }
  163. // .el-picker-panel__body {
  164. // background: rgba($color: #00102b, $alpha: 0.9);
  165. // }
  166. // .el-picker-panel__footer {
  167. // background: rgba($color: #00102b, $alpha: 0.9);
  168. // }
  169. // .el-date-picker__time-header {
  170. // border-bottom: 1px solid #2f67a0d2 !important;
  171. // }
  172. // .el-picker-panel__footer {
  173. // &>.el-button:last-child {
  174. // background-color: #208ae7;
  175. // border: none;
  176. // color: #ddd;
  177. // }
  178. // }
  179. }
  180. // 水深播放倍速弹出
  181. .speed-content {
  182. width: fit-content !important;
  183. height: 35px;
  184. background-color: rgb(16, 37, 69) !important;
  185. border: 1px solid rgba($color: #0084d1, $alpha: 0.7) !important;
  186. display: flex;
  187. align-items: center;
  188. .el-popper__arrow {
  189. display: none;
  190. }
  191. .speed {
  192. display: block;
  193. width: 40px;
  194. height: 22px;
  195. margin: 0 5px;
  196. background: rgba(0,0,0,0.15);
  197. font-size: 14px;
  198. font-family: BarlowBold;
  199. color: #ddd;
  200. text-align: center;
  201. line-height: 22px;
  202. cursor: pointer;
  203. &.selected {
  204. background: rgba(48, 131, 182, 0.4);
  205. }
  206. }
  207. }
  208. // 分页表格
  209. .table-carousel {
  210. box-sizing: border-box;
  211. .coloumn {
  212. span {
  213. margin-left: 2%;
  214. }
  215. span:nth-child(1) {
  216. margin-left: 4%;
  217. }
  218. }
  219. .head {
  220. box-sizing: border-box;
  221. display: flex;
  222. justify-content: space-around;
  223. &>span {
  224. display: inline-block;
  225. text-align: left;
  226. font-size: 14px;
  227. color: #afc2dd;
  228. line-height: 20px;
  229. }
  230. }
  231. .no-data {
  232. position: relative;
  233. height: calc(100% - 20px);
  234. &>span {
  235. position: absolute;
  236. display: block;
  237. width: 100%;
  238. text-align: center;
  239. top: 45%;
  240. font-size: 14px;
  241. color: #ddd;
  242. }
  243. }
  244. .el-carousel {
  245. height: calc(100% - 20px);
  246. .tc-list {
  247. &>li {
  248. box-sizing: border-box;
  249. height: 30px;
  250. margin-top: 10px;
  251. display: flex;
  252. justify-content: space-around;
  253. align-items: center;
  254. background-color: rgba($color: #7cbae3, $alpha: 0.15);
  255. &>span {
  256. display: inline-block;
  257. text-align: left;
  258. font-size: 14px;
  259. overflow: hidden;
  260. white-space: nowrap;
  261. text-overflow: ellipsis;
  262. }
  263. }
  264. }
  265. .el-carousel__container {
  266. height: calc(100% - 20px);
  267. }
  268. .el-carousel__indicator {
  269. margin: 0 4px;
  270. padding: 4px;
  271. }
  272. .el-carousel__indicator button {
  273. width: 5px;
  274. height: 5px;
  275. border-radius: 50%;
  276. }
  277. }
  278. }
  279. // 禁用的按钮
  280. .btn-disabled {
  281. cursor: not-allowed;
  282. filter: brightness(0.7);
  283. }