style.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. .background-gradient {
  2. background-image: linear-gradient(to right, #F54319, #FF6D20);
  3. }
  4. * {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. .pageBg {
  9. background-color: rgb(244, 245, 249);
  10. padding-bottom: 30rpx;
  11. position: relative;
  12. min-height: calc(100vh);
  13. }
  14. .margin0px {
  15. margin: 0 !important;
  16. }
  17. .padding0px {
  18. padding: 0 !important;
  19. }
  20. .text-left {
  21. text-align: left !important;
  22. }
  23. .text-right {
  24. text-align: right !important;
  25. }
  26. .text-center {
  27. text-align: center !important;
  28. }
  29. .fl {
  30. float: left;
  31. }
  32. .fr {
  33. float: right;
  34. }
  35. /* 清除浮动 */
  36. .clearfix:after {
  37. content: "";
  38. display: block;
  39. visibility: hidden;
  40. clear: both;
  41. height: 0;
  42. }
  43. .clearfix {
  44. /* 为了照顾ie6浏览器*/
  45. zoom: 1;
  46. }
  47. .ml5px {
  48. margin-left: 10rpx !important;
  49. }
  50. .ml10px {
  51. margin-left: 20rpx !important;
  52. }
  53. .ml15px {
  54. margin-left: 30rpx !important;
  55. }
  56. .ml20px {
  57. margin-left: 40rpx !important;
  58. }
  59. .ml40px {
  60. margin-left: 80rpx !important;
  61. }
  62. .mr5px {
  63. margin-right: 10rpx !important;
  64. }
  65. .mr10px {
  66. margin-right: 20rpx !important;
  67. }
  68. .mr15px {
  69. margin-right: 30rpx !important;
  70. }
  71. .mr20px {
  72. margin-right: 40rpx !important;
  73. }
  74. .mt5px {
  75. margin-top: 10rpx !important;
  76. }
  77. .mt10px {
  78. margin-top: 20rpx !important;
  79. }
  80. .mt15px {
  81. margin-top: 30rpx !important;
  82. }
  83. .mt20px {
  84. margin-top: 40rpx !important;
  85. }
  86. .mt40px {
  87. margin-top: 80rpx !important;
  88. }
  89. .mt50px {
  90. margin-top: 100rpx !important;
  91. }
  92. .mt140px {
  93. margin-top: 280rpx !important;
  94. }
  95. .mt28px {
  96. margin-top: 56rpx !important;
  97. }
  98. .mb5px {
  99. margin-bottom: 10rpx !important;
  100. }
  101. .mb10px {
  102. margin-bottom: 20rpx !important;
  103. }
  104. .mb15px {
  105. margin-bottom: 40rpx !important;
  106. }
  107. .mb20px {
  108. margin-bottom: 40rpx !important;
  109. }
  110. .mb60px {
  111. margin-bottom: 120rpx !important;
  112. }
  113. .pb20px {
  114. padding-bottom: !40rpx;
  115. }
  116. .fz12px {
  117. font-size: 24rpx !important;
  118. }
  119. .fz14px {
  120. font-size: 28rpx !important;
  121. }
  122. .fz16px {
  123. font-size: 32rpx !important;
  124. }
  125. .fz18px {
  126. font-size: 36rpx !important;
  127. }
  128. .fz20px {
  129. font-size: 40rpx !important;
  130. }
  131. .fz22px {
  132. font-size: 44rpx !important;
  133. }
  134. .fz24px {
  135. font-size: 48rpx !important;
  136. }
  137. .fz26px {
  138. font-size: 52rpx !important;
  139. }
  140. .fz30px {
  141. font-size: 60rpx !important;
  142. }
  143. .fz32px {
  144. font-size: 64rpx !important;
  145. }
  146. .fz34px {
  147. font-size: 68rpx !important;
  148. }
  149. .fz36px {
  150. font-size: 72rpx !important;
  151. }
  152. .fz38px {
  153. font-size: 76rpx !important;
  154. }
  155. .fz40px {
  156. font-size: 80rpx !important;
  157. }
  158. .w5 {
  159. width: 5% !important;
  160. }
  161. .w10 {
  162. width: 10% !important;
  163. }
  164. .w15 {
  165. width: 15% !important;
  166. }
  167. .w20 {
  168. width: 20% !important;
  169. }
  170. .w25 {
  171. width: 25% !important;
  172. }
  173. .w30 {
  174. width: 30% !important;
  175. }
  176. .w35 {
  177. width: 35% !important;
  178. }
  179. .w40 {
  180. width: 40% !important;
  181. }
  182. .w45 {
  183. width: 45% !important;
  184. }
  185. .w50 {
  186. width: 50% !important;
  187. }
  188. .w55 {
  189. width: 55% !important;
  190. }
  191. .w60 {
  192. width: 60% !important;
  193. }
  194. .w65 {
  195. width: 65% !important;
  196. }
  197. .w70 {
  198. width: 70% !important;
  199. }
  200. .w75 {
  201. width: 75% !important;
  202. }
  203. .w80 {
  204. width: 80% !important;
  205. }
  206. .w85 {
  207. width: 85% !important;
  208. }
  209. .w90 {
  210. width: 90% !important;
  211. }
  212. .w95 {
  213. width: 95% !important;
  214. }
  215. .w100 {
  216. width: 100% !important;
  217. }
  218. .lineHeight28px {
  219. line-height: 56rpx !important;
  220. }
  221. .lineHeight32px {
  222. line-height: 64rpx !important;
  223. }
  224. .lineHeight40px {
  225. line-height: 80rpx !important;
  226. }
  227. /* 更改 elemtui table 的默认样式 */
  228. .el-table td,
  229. .el-table th {
  230. padding: 20rpx 0 !important;
  231. }
  232. .has-gutter th,
  233. .el-table__fixed-header-wrapper tr th {
  234. background: rgba(68, 81, 176, 0.08) !important;
  235. /* color: #47a1fc; */
  236. }
  237. .content {
  238. padding: 40rpx 5%;
  239. }
  240. .v-step {
  241. z-index: 9999;
  242. }
  243. .contentHeader {
  244. line-height: 80rpx;
  245. border-bottom: 2rpx solid #aaa;
  246. padding-bottom: 20rpx;
  247. }
  248. .invalidColor {
  249. color: #ccc;
  250. }
  251. .invalidColor100 {
  252. color: #979797;
  253. }
  254. .warnColor {
  255. color: #E6A23C;
  256. }
  257. .successColor {
  258. color: #67C23A;
  259. }
  260. .failColor {
  261. color: #F56C6C;
  262. }
  263. .rose0 {
  264. color: red;
  265. }
  266. .sky0 {
  267. color: #f0f9ff;
  268. }
  269. .sky5 {
  270. color: #0ea5e9;
  271. }
  272. .pageWrap {
  273. position: relative;
  274. min-height: 500px;
  275. background: #fff;
  276. padding: 40rpx 100rpx;
  277. }
  278. .positionClass {
  279. position: absolute;
  280. bottom: 50rpx;
  281. right: 10%
  282. }
  283. /* 修改 elementUI 弹框的头部样式 */
  284. .el-dialog__header .el-dialog__title {
  285. display: block;
  286. font-size: 40rpx;
  287. border-bottom: 2rpx solid #bbbbbb;
  288. padding-bottom: 20rpx;
  289. font-weight: bold;
  290. }
  291. .el-dialog__body {
  292. padding: 20px 40rpx 40rpx;
  293. }
  294. /* 文字超出部分显示省略号 */
  295. .overHide {
  296. overflow: hidden;
  297. text-overflow: ellipsis;
  298. white-space: nowrap;
  299. }
  300. .fontcolor {
  301. /*提示语:字的颜色*/
  302. color: #ff9800;
  303. }
  304. .contain {
  305. display: inline-block;
  306. width: 100%;
  307. padding: 0 30rpx;
  308. box-sizing: border-box;
  309. margin: auto;
  310. position: relative;
  311. }
  312. .contain1 {
  313. width: 100%;
  314. box-sizing: border-box;
  315. display: inline-block;
  316. padding: 0 10%;
  317. }
  318. .subpageContain {
  319. padding: 80rpx 10%;
  320. }
  321. /*超出一行显示省略号*/
  322. .ellipsis1 {
  323. overflow: hidden;
  324. text-overflow: ellipsis;
  325. display: -webkit-box;
  326. -webkit-line-clamp: 1;
  327. line-clamp: 1;
  328. -webkit-box-orient: vertical;
  329. word-break: break-all;
  330. }
  331. /*超出两行显示省略号*/
  332. .ellipsis2 {
  333. overflow: hidden;
  334. text-overflow: ellipsis;
  335. display: -webkit-box;
  336. -webkit-line-clamp: 2;
  337. line-clamp: 2;
  338. -webkit-box-orient: vertical;
  339. word-break: break-all;
  340. }
  341. .isIphoneX {
  342. padding-bottom: 60rpx;
  343. }
  344. .ellipsis {
  345. white-space: nowrap;
  346. text-overflow: ellipsis;
  347. overflow: hidden;
  348. }
  349. .ellipsis-2 {
  350. word-break: break-all;
  351. text-overflow: ellipsis;
  352. display: -webkit-box;
  353. -webkit-box-orient: vertical;
  354. -webkit-line-clamp: 2;
  355. overflow: hidden;
  356. }
  357. .inlineBlock {
  358. display: inline-block;
  359. }