main.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .primaryBg {
  2. background-color: #0b9ec0;
  3. }
  4. .bg {
  5. background-position: center center;
  6. background-repeat: no-repeat;
  7. background-size: cover;
  8. }
  9. .goodsDialog .el-dialog__body {
  10. padding-right: 0;
  11. }
  12. .pointTable.el-table thead th {
  13. background: #f2f4f5;
  14. padding: 10px 0;
  15. font-size: 12px;
  16. color: #666666;
  17. line-height: 17px;
  18. }
  19. .pointTable.el-table thead th:first-child {
  20. padding-left: 20px;
  21. }
  22. .pointTable.el-table thead th:not(:nth-child(3)) div {
  23. border-right: 1px solid #e1e4e6;
  24. }
  25. .pointTable.el-table--enable-row-transition .el-table__body td:first-child {
  26. padding-left: 20px;
  27. }
  28. .styleList .el-radio__inner {
  29. width: 18px;
  30. height: 18px;
  31. }
  32. .rechargeDialog .el-dialog__title {
  33. font-size: 14px;
  34. line-height: 14px;
  35. color: #303133;
  36. }
  37. .ringTips.el-popover {
  38. padding: 0;
  39. }
  40. ::-webkit-scrollbar {
  41. /*滚动条整体样式*/
  42. width: 6px;
  43. /*高宽分别对应横竖滚动条的尺寸*/
  44. height: 1px;
  45. }
  46. ::-webkit-scrollbar-thumb {
  47. /*滚动条里面小方块*/
  48. border-radius: 10px;
  49. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  50. background: rgba(11, 158, 192, 0.6);
  51. }
  52. ::-webkit-scrollbar-track {
  53. /*滚动条里面轨道*/
  54. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  55. border-radius: 10px;
  56. background: #ededed;
  57. }
  58. .nothing {
  59. text-align: center;
  60. line-height: 50px;
  61. font-size: 16px;
  62. color: #666;
  63. }
  64. .nothing img {
  65. width: 120px;
  66. height: 96px;
  67. display: block;
  68. margin: 100px auto 10px;
  69. }
  70. .nothing p {
  71. font-size: 14px;
  72. color: #000000;
  73. line-height: 20px;
  74. }
  75. .my-bullet {
  76. width: 10px;
  77. height: 10px;
  78. background: rgba(242, 244, 245, 0.8);
  79. border-radius: 7px;
  80. display: inline-block;
  81. margin: 5px;
  82. }
  83. .my-bullet-active {
  84. background: #0b9ec0;
  85. }
  86. .min-my-bullet {
  87. width: 4px;
  88. height: 4px;
  89. border-radius: 2px;
  90. background: rgba(242, 244, 245, 0.8);
  91. display: inline-block;
  92. margin: 2px;
  93. }
  94. .min-my-bullet-active {
  95. background: #fff;
  96. }
  97. .mini-pagination {
  98. bottom: 4px!important;
  99. width: 100%;
  100. }
  101. /*# sourceMappingURL=./main.css.map */