_theme_user.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. @each $theme-opt in $theme-colors {
  2. $theme-name: nth($theme-opt, 1);
  3. $theme-color: nth($theme-opt, 2);
  4. $colorMap: nth($theme-opt, 3);
  5. #{$theme-namespace}-#{$theme-name} {
  6. /****---------------------------------------------------用户端-------------------------------------------------------------**/
  7. .startCard .package-img.iconfont {
  8. color: $theme-color;
  9. }
  10. .bg-g {
  11. background: $theme-color
  12. }
  13. .swiper-pagination-bullet-active {
  14. background: $theme-color
  15. }
  16. .topup-bd .cell {
  17. color: $theme-color;
  18. border: 1px solid $theme-color
  19. }
  20. .touch-on .cell {
  21. color: #fff;
  22. background: $theme-color
  23. }
  24. .btn-oper a {
  25. background: $theme-color;
  26. }
  27. .now-use-able {
  28. border: 1px solid $theme-color;
  29. color: $theme-color;
  30. }
  31. .right-top-mark {
  32. border-top-color: $theme-color;
  33. }
  34. .startCard.active {
  35. box-shadow: 0 0 5px rgba($theme-color, .78);
  36. }
  37. .startCard.active .package-info {
  38. background: rgba($theme-color, .95);
  39. }
  40. .common-color {
  41. color: $theme-color;
  42. }
  43. .btn-skin {
  44. background: $theme-color;
  45. border-color: $theme-color;
  46. color: #fff;
  47. }
  48. .btn-skin:active, .btn-skin:focus {
  49. /*背景变暗*/
  50. background: darken($theme-color, 5%);
  51. }
  52. .btn-skin-outline {
  53. border: 1px solid $theme-color;
  54. color: $theme-color;
  55. }
  56. .btn-skin-outline:active, .btn-skin-outline:focus {
  57. /*背景变亮*/
  58. background: rgba($theme-color, .1);
  59. color: $theme-color;
  60. }
  61. }
  62. }
  63. /******其他皮肤*******/
  64. .welcome-panel {
  65. background-position: center;
  66. background-image: url('/pages/images/myy/start.jpg');
  67. background-size: cover;
  68. width: 100%;
  69. height: 100%;
  70. left: 0;
  71. top: 0;
  72. position: absolute;
  73. z-index: 999;
  74. transition: .8s all linear;
  75. -webkit-transition: .8s all linear;
  76. pointer-events: none;
  77. opacity: 1;
  78. &.fade {
  79. opacity: 0 !important;
  80. }
  81. }
  82. .MYY-skin {
  83. .header {
  84. display: none;
  85. }
  86. .main-page {
  87. background: #9A9A9B;
  88. }
  89. .section {
  90. background: transparent;
  91. }
  92. .package-tit {
  93. display: none;
  94. box-shadow: none;
  95. }
  96. .footer {
  97. box-shadow: none;
  98. }
  99. .package-tit .iconfont {
  100. color: #F08519 !important;
  101. }
  102. .btn-oper a {
  103. background: #F08519;
  104. }
  105. .tips-panel-mini {
  106. color: #fff;
  107. }
  108. .myy-welcome-panel {
  109. background-image: url('/pages/images/myy/start.jpg');
  110. .wel-top {
  111. background-position: center;
  112. background-repeat: no-repeat;
  113. background-image: url('/pages/images/myy/logo.png');
  114. transform: scale(0.8);
  115. width: 100%;
  116. height: 41px;
  117. left: -6%;
  118. top: 2.5%;
  119. position: absolute;
  120. }
  121. .wel-right {
  122. background-position: center;
  123. background-repeat: no-repeat;
  124. background-image: url('/pages/images/myy/start-word.png');
  125. transform: scale(0.8);
  126. width: 188px;
  127. height: 145px;
  128. right: 10px;
  129. top: 30%;
  130. position: absolute;
  131. }
  132. .wel-bottom {
  133. background-position: center;
  134. background-repeat: no-repeat;
  135. background-image: url('/pages/images/myy/start-word2.png');
  136. transform: scale(0.8);
  137. width: 100%;
  138. height: 20px;
  139. left: 0;
  140. bottom: 2.5%;
  141. position: absolute;
  142. }
  143. }
  144. .thanks-img {
  145. background-position: center;
  146. background-image: url('/pages/images/myy/thanks.jpg');
  147. background-size: cover;
  148. width: 100%;
  149. height: 100%;
  150. position: absolute;
  151. .thanks-top {
  152. background-position: center;
  153. background-repeat: no-repeat;
  154. background-image: url('/pages/images/myy/thanks-logo.png');
  155. background-size: contain;
  156. transform: scale(0.68);
  157. width: 100%;
  158. height: 141px;
  159. left: 0;
  160. top: 18%;
  161. position: absolute;
  162. }
  163. .thanks-bottom {
  164. background-position: center;
  165. background-repeat: no-repeat;
  166. background-image: url('/pages/images/myy/thanks-tel.png');
  167. background-size: contain;
  168. transform: scale(0.56);
  169. width: 100%;
  170. height: 66px;
  171. left: 0;
  172. bottom: 1%;
  173. position: absolute;
  174. }
  175. }
  176. }
  177. /******荣桥国际-摩指*******/
  178. .MZ-skin {
  179. .header .user-info {
  180. display: none;
  181. }
  182. .main-page {
  183. background: #fff;
  184. }
  185. .section {
  186. background: transparent;
  187. }
  188. .package-tit {
  189. display: none;
  190. }
  191. .package-title {
  192. color: #E40082;
  193. letter-spacing: .16rem;
  194. font-weight: bold;
  195. font-size: .38rem;
  196. height: 1.2rem;
  197. line-height: 1.2rem;
  198. &:after, &:before {
  199. content: "";
  200. display: inline-block;
  201. background: #E40082;
  202. height: 1px;
  203. width: 2rem;
  204. vertical-align: middle;
  205. -webkit-transform: scaleY(.5);
  206. transform: scaleY(.5);
  207. margin-top: -2px;
  208. }
  209. &:before {
  210. margin-right: 1.2em;
  211. }
  212. &:after {
  213. margin-left: 1em;
  214. }
  215. }
  216. .btn-oper a {
  217. background: #E40082;
  218. }
  219. .start-area{
  220. padding-top: 0;
  221. }
  222. .mz-welcome-panel {
  223. background-image: url('/pages/images/mz/start.png');
  224. background-size: 100% 100%;
  225. }
  226. //摩指的营销弹窗小一点
  227. .ad-dialog-link{
  228. height: 76%;
  229. width: 80%;
  230. }
  231. }
  232. /******劲能*******/
  233. .JN-skin {
  234. .banner{
  235. padding-bottom: 0.9rem;
  236. }
  237. .expand .user-info {
  238. bottom: 0;
  239. background: #fff;
  240. }
  241. .jn-welcome-panel {
  242. background-image: url('/pages/images/jingneng/start.jpg');
  243. background-size: 100% 100%;
  244. }
  245. }
  246. /******陪护床*******/
  247. .skin-100716 {
  248. .footer .btn-list .btn-charge {
  249. display: none !important;
  250. }
  251. .startCard .pay-coins {
  252. display: none;
  253. }
  254. }
  255. /***华为666***/
  256. .skin-huawei666 {
  257. .footer .btn-list .icon-btn {
  258. display: none;
  259. }
  260. }
  261. /***沥森环保洗车机需要充值卡功能;中创***/
  262. .skin-100500 {
  263. #chargeCard{
  264. display: block;
  265. }
  266. }