설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

diy_css.htm 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <!-- 官方内置样式表,升级会覆盖变动,请勿修改,否则后果自负 -->
  2. <style>
  3. /*
  4. {$theme_color}
  5. {$theme_color|hex2rgba=###,0.8} */
  6. a:hover {
  7. color: {$theme_color};
  8. }
  9. .ey-container .ey-con .oper-row .el-button.active {
  10. border-color: {$theme_color};
  11. }
  12. .el-button--primary {
  13. background-color: {$theme_color};
  14. border-color: {$theme_color};
  15. }
  16. .el-button--primary.is-plain {
  17. color: {$theme_color};
  18. border-color: {$theme_color|hex2rgba=###,0.2};
  19. background-color:{$theme_color|hex2rgba=###,0.1};
  20. }
  21. .el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover {
  22. background: {$theme_color};
  23. border-color: {$theme_color};
  24. color: #fff
  25. }
  26. .el-button--primary:hover, .el-button--primary:focus {
  27. background: {$theme_color|hex2rgba=###,0.9};
  28. border-color: {$theme_color|hex2rgba=###,0.9};
  29. color: #fff;
  30. }
  31. .el-input.is-active .el-input__inner, .el-input__inner:focus {
  32. border-color:{$theme_color};
  33. }
  34. .ey-container .radio-label .radio:checked+.check-mark {
  35. border: 1px solid {$theme_color};
  36. background-color: {$theme_color};
  37. }
  38. .ey-container .radio-label .radio:checked+.check-mark:after {
  39. background:{$theme_color};
  40. }
  41. .ey-container .item-from-flex .item-con .link a {
  42. color:{$theme_color};
  43. }
  44. .iphone_z {
  45. border: 1px solid {$theme_color};
  46. color: {$theme_color};
  47. }
  48. .email_z {
  49. border: 1px solid {$theme_color};
  50. color: {$theme_color};
  51. }
  52. .ey-container .item-from-flex .item-con .checkbox-label .checkbox:checked+.check-mark {
  53. border: 1px solid {$theme_color};
  54. background-color: {$theme_color};
  55. }
  56. .ey-container .item-from-flex .item-con .radio-label .radio:checked+.check-mark {
  57. border: 1px solid {$theme_color};
  58. background-color: {$theme_color};
  59. }
  60. .ey-container .address-con .address-item.cur {
  61. border: 1px solid {$theme_color|hex2rgba=###,0.6};
  62. }
  63. .ey-container .address-con .address-item.cur:before {
  64. color:{$theme_color};
  65. border-top: 50px solid {$theme_color};
  66. }
  67. .ey-container div.dataTables_paginate .paginate_button.active>a, .ey-containerdiv.dataTables_paginate .paginate_button.active>a:focus, .ey-containerdiv.dataTables_paginate .paginate_button.active>a:hover {
  68. background: {$theme_color} !important;
  69. border-color: {$theme_color} !important;
  70. }
  71. .ey-container .pagination>li>a, .ey-container .pagination>li>span {
  72. color: {$theme_color};
  73. }
  74. .btn-primary{
  75. background-color: {$theme_color} !important;
  76. }
  77. .list_z .re_ed {
  78. color:{$theme_color};
  79. }
  80. .btn_zb{
  81. background-color: {$theme_color} !important;
  82. }
  83. .el-button--danger {
  84. background-color: {$theme_color};
  85. border-color: {$theme_color}
  86. }
  87. .my-top {
  88. background: {$theme_color|hex2rgba=###,0.07};
  89. }
  90. .m-user-title {
  91. color: {$theme_color};
  92. }
  93. .recharge .pc-vip-list.active {
  94. border: {$theme_color} 1px solid;
  95. background-color:{$theme_color|hex2rgba=###,0.1};
  96. }
  97. .recharge .pc-vip-list .icon-recomd {
  98. background: {$theme_color};
  99. }
  100. .recharge .pc-vip-list .pc-vip-name {
  101. color: {$theme_color};
  102. }
  103. .recharge .pc-vip-list .money {
  104. color: {$theme_color};
  105. }
  106. .recharge .pc-vip-list .money em {
  107. color: {$theme_color};
  108. }
  109. .button2 {
  110. background: {$theme_color};
  111. }
  112. .ey-container .checkbox-label .checkbox:checked+.check-mark {
  113. background-color: {$theme_color};
  114. border: 1px solid {$theme_color};
  115. }
  116. .ey-container .checkbox-label .checkbox:checked+.check-mark:after {
  117. background:{$theme_color};
  118. }
  119. .ey-container .pay-type .payTag a {
  120. color: {$theme_color};
  121. border-bottom: 1px solid {$theme_color};
  122. }
  123. .ey-container .pay-type .pay-con .pay-type-item.active:before {
  124. color: {$theme_color};
  125. border-bottom: 30px solid {$theme_color};
  126. }
  127. .ey-container .pay-type .pay-con .pay-type-item.active {
  128. border-color: {$theme_color|hex2rgba=###,0.4};
  129. }
  130. .ey-popups .switchCheck :checked + i {
  131. background: {$theme_color};
  132. }
  133. </style>
  134. <script type="text/javascript">
  135. var __isMobile__ = 1;
  136. var __root_dir__ = "__ROOT_DIR__";
  137. var __version__ = "{$version}";
  138. var __lang__ = "{$home_lang}";
  139. var eyou_basefile = "{$Request.baseFile}";
  140. var GetUploadify_url = "{eyou:url link='user/Uploadify/upload' /}";
  141. var delUploadify_url = "{eyou:url link='user/Uploadify/delupload' /}";
  142. </script>