| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- .page-theme-light {
- background: #f4f4f4;
- color: #000;
- .c-g-white {
- background: #ffffff !important;
- }
- .k-pink {
- background-color: #FDEAD2 !important;
- }
- .info-card {
- background-color: #ffffff !important;
- }
- .hub-title {
- color: #333;
- }
- .hub-content-b {
- color: #333;
- }
- .hub-content-g {
- color: #999;
- }
- .u-cell__title-text {
- color: #333 !important;
- }
- .k-cell {
- border-top: 1px solid #f4f4f5 !important;
- }
- .gray-border-nt {
- border-top: 1px solid #f0f0f0;
- }
- .menu-list {
- .u-list-item {
- background: #fff;
- }
- }
- .tags {
- border-top: 1px solid #ddd;
- > view {
- .u-tag {
- background: #e0edf9;
- }
- }
- }
- .default-tag {
- .u-tag {
- background: #fff;
- border-color: #ccc;
- .u-icon__icon {
- color: #666 !important;
- }
- .u-tag__text {
- color: #666 !important;
- }
- }
- }
-
- .recomend-tips, .recommend-border {
- .u-tag {
- background: transparent;
- border-color: #3b9cff;
- .u-icon__icon {
- color: #3b9cff !important;
- font-size: 12px !important;
- }
- .u-tag__text {
- color: #3b9cff !important;
- }
- }
- }
- .white-fixed {
- border-top: 1px solid #ddd;
- .tags {
- border-top: 0;
- }
- background: #fff;
- }
-
- .news-tags {
- button {
- border: 1px solid #ccc;
- color: #666;
- }
- }
-
- .select-popup {
- > .main {
- background: #fff;
- color: #000;
- }
- }
- .share-btn {
- background: #eee !important;
- }
- .u-icon__icon {
- color: #666 !important;
- }
- .searchmark-list {
- .title {
- color: #999;
- }
- .item {
- background: #fff;
- }
- }
- }
- .page-theme-dark {
- background: #000000;
- color: #fff;
- .c-g-white {
- background: #191919 !important;
- }
- .k-pink {
- background-color: #FF6600 !important;
- }
- .info-card {
- background-color: #191919 !important;
- }
- .hub-title {
- color: #fff;
- }
- .hub-content-b {
- color: #fff;
- }
- .hub-content-g {
- color: #eee;
- }
- .u-cell__title-text {
- color: #fff !important;
- }
- .k-cell {
- border-top: 1px solid #333 !important;
- }
- .gray-border-nt {
- border-top: 1px solid #333;
- }
- .menu-list {
- .u-list-item {
- background: #191919;
- }
- }
- .tags {
- border-top: 1px solid #333;
- > view {
- .u-tag {
- background: #132833;
- }
- }
- }
-
- .default-tag {
- .u-tag {
- background: #000;
- border-color: #ccc;
- .u-icon__icon {
- color: #999 !important;
- }
- .u-tag__text {
- color: #999 !important;
- }
- }
- }
-
- .recomend-tips, .recommend-border {
- .u-tag {
- background: #000;
- border-color: #ccc;
- .u-icon__icon {
- color: #999 !important;
- font-size: 12px !important;
- }
- .u-tag__text {
- color: #999 !important;
- }
- }
- }
-
- .white-fixed {
- border-top: 1px solid #333;
- .tags {
- border-top: 0;
- }
- background: #191919;
- }
-
- .news-tags {
- button {
- border: 1px solid #ccc;
- background: #000;
- color: #fff;
- }
- }
-
- .select-popup {
- > .main {
- background: #222;
- color: #fff;
- }
- .picker-view {
- background: rgba(0,0,0,.01)
- }
- }
- .share-btn {
- background: #333 !important;
- }
- .u-icon__icon {
- color: #999 !important;
- }
- .searchmark-list {
- .title {
- color: #999;
- }
- .item {
- background: #333;
- }
- }
- }
|