index.scss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. @use "./reset";
  2. .app-container {
  3. padding: 10px;
  4. }
  5. .search-container {
  6. padding: 18px 0 0 10px;
  7. margin-bottom: 10px;
  8. background-color: var(--el-bg-color-overlay);
  9. border: 1px solid var(--el-border-color-light);
  10. border-radius: 4px;
  11. box-shadow: var(--el-box-shadow-light);
  12. }
  13. .table-container > .el-card__header {
  14. padding: calc(var(--el-card-padding) - 8px) var(--el-card-padding);
  15. }
  16. .link-type,
  17. .link-type:focus {
  18. color: #337ab7;
  19. cursor: pointer;
  20. &:hover {
  21. color: rgb(32 160 255);
  22. }
  23. }
  24. .mainContentBox {
  25. width: 100%;
  26. height: calc(100vh - 80px);
  27. padding: 0 24px 24px 24px;
  28. overflow: hidden;
  29. //background: white;
  30. }
  31. .commonTitle {
  32. font-weight: 500;
  33. font-size: 38px;
  34. color: rgba(0, 0, 0, 0.9);
  35. line-height: 40px;
  36. text-align: left;
  37. margin-bottom: 20px;
  38. }
  39. .elColClasss {
  40. height: calc(100vh - 130px);
  41. }
  42. .drawerTitle {
  43. width: 100%;
  44. height: 38px;
  45. font-weight: 500;
  46. font-size: 38px;
  47. color: rgba(0, 0, 0, 0.9);
  48. text-align: center;
  49. }
  50. //steps 二级路由页面Scroll样式
  51. .stepsViewScroll {
  52. width: calc((100vw / 6 * 5) - 50px);
  53. margin-top: $p20;
  54. display: grid;
  55. gap: 20px;
  56. grid-template-columns: 1fr 1fr;
  57. }
  58. .stepsViewScrollH {
  59. width: calc((100vw / 6 * 5) - 50px);
  60. height: calc(100vh - 204px);
  61. }
  62. //search框样式
  63. .searchInput{
  64. height: 50px;
  65. border-radius: 76px;
  66. overflow: hidden;
  67. border: 1px solid #00000025;
  68. font-size: $f24;
  69. color: #00000080;
  70. .el-input {
  71. --el-input-focus-border: none;
  72. --el-input-hover-border: none;
  73. }
  74. .el-input__wrapper {
  75. box-shadow: none;
  76. box-sizing: border-box;
  77. }
  78. }
  79. //字体样式
  80. .titleText {
  81. font-size: 24px;
  82. font-weight: 500;
  83. font-weight: bold;
  84. }
  85. .describeText {
  86. font-size: 20px;
  87. color: #00000060;
  88. line-height: 25px;
  89. }
  90. //公共弹框样式
  91. .midPopUp {
  92. position: fixed;
  93. width: 100vw;
  94. height: 100vh;
  95. z-index: 2;
  96. background-color: #00000030;
  97. top: 0;
  98. left: 0;
  99. backdrop-filter: blur(5px);
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. .container {
  104. width: 50vw;
  105. height: 80vh;
  106. background-color: #F1F3F5;
  107. border-radius: 16px;
  108. padding: 10px;
  109. display: flex;
  110. flex-direction: column;
  111. .headerTittle {
  112. width: 100%;
  113. height: 55px;
  114. text-align: center;
  115. line-height: 55px;
  116. font-size: 38px;
  117. font-weight: 500;
  118. }
  119. .describeText {
  120. width: 100%;
  121. height: 40px;
  122. text-align: center;
  123. line-height: 40px;
  124. font-size: 20px;
  125. color: #00000060;
  126. }
  127. .info {
  128. flex: 1;
  129. }
  130. }
  131. }
  132. // 弹框html模板
  133. // <div class="midPopUp">
  134. // <div class="container">
  135. // <div class="headerTittle">本次存入</div>
  136. // <div class="describeText">LX22112233221122</div>
  137. // <el-scrollbar>
  138. // </el-scrollbar>
  139. // </div>
  140. // </div>
  141. .rightFullPopUp {
  142. position: fixed;
  143. width: 100vw;
  144. height: 100vh;
  145. z-index: 2;
  146. background-color: #00000030;
  147. top: 0;
  148. left: 0;
  149. backdrop-filter: blur(5px);
  150. .container {
  151. width: 50vw;
  152. height: 100vh;
  153. background-color: #F1F3F5;
  154. border-radius: 16px;
  155. padding: 10px;
  156. display: flex;
  157. flex-direction: column;
  158. float: right;
  159. .headerTittle {
  160. width: 100%;
  161. height: 55px;
  162. text-align: center;
  163. line-height: 55px;
  164. font-size: 38px;
  165. font-weight: 500;
  166. }
  167. .describeText {
  168. width: 100%;
  169. height: 40px;
  170. text-align: center;
  171. line-height: 40px;
  172. font-size: 20px;
  173. color: #00000060;
  174. }
  175. .info {
  176. flex: 1;
  177. }
  178. }
  179. }
  180. // <div class="rightFullPopUp" >
  181. // <div class="container">
  182. // <div class="headerTittle">本次存入</div>
  183. // <div class="describeText">LX22112233221122</div>
  184. // <el-scrollbar />
  185. // </div>
  186. // </div>
  187. //drawer样式
  188. .container {
  189. width: 50vw;
  190. height: 100vh;
  191. background-color: #F1F3F5;
  192. border-radius: 16px;
  193. display: flex;
  194. flex-direction: column;
  195. padding-top: 20px;
  196. padding-left: 30px;
  197. padding-right: 20px;
  198. .headerTittle {
  199. width: 100%;
  200. height: 55px;
  201. text-align: center;
  202. line-height: 55px;
  203. font-size: 38px;
  204. font-weight: 500;
  205. }
  206. .describeText {
  207. width: 100%;
  208. height: 40px;
  209. text-align: center;
  210. line-height: 40px;
  211. font-size: 20px;
  212. color: #00000060;
  213. }
  214. .info {
  215. flex: 1;
  216. }
  217. }
  218. //全局表格样式
  219. //控制字体
  220. .el-table__cell{
  221. font-size: $p20;
  222. color: black;
  223. }