| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- @import 'uview-ui/theme.scss';
- $u-type-primary: #FF6632;
- $u-type-other: #FF7445;
- $u-main-color: #111111;
- $u-content-color: #767778;
- $u-tips-color: #212121;
- $u-light-color: #D3D4D5;
- $u-other-color: #98999A;
- $u-new-color: #FA6400;
- $bg-color: #F4F5F9;
- $bg-personl-info-color: linear-gradient(90deg, #FC744B 0%, #FE4035 100%, #FE4035 100%);
- $u-border-color: #EAEBEC;
- @mixin lineHeight ($line) {
- line-height: $line * 2;
- }
- .touch-bottom {
- padding: 30px 0;
- color: #babbbc;
- }
- .u-primary-color {
- color: $u-type-primary;
- }
- .u-other-color {
- color: $u-other-color;
- }
- .u-new-color {
- color: $u-new-color;
- }
- .bg-color {
- background-color: #F4F5F9;
- }
- .bold {
- font-weight: bold;
- }
- .line-20 {
- line-height: 20px;
- }
- .line-22 {
- line-height: 22px;
- }
- .line-24 {
- line-height: 24px;
- }
- .line-26 {
- line-height: 26px;
- }
- .line-28 {
- line-height: 28px;
- }
- .line-30 {
- line-height: 30px;
- }
- .line-32 {
- line-height: 32px;
- }
- .line-33 {
- line-height: 33px;
- }
- .line-34 {
- line-height: 34px;
- }
- .line-36 {
- line-height: 36px;
- }
- .line-38 {
- line-height: 38px;
- }
- .line-40 {
- line-height: 40px;
- }
- .line-42 {
- line-height: 42px;
- }
- .line-44 {
- line-height: 44px;
- }
- .line-50 {
- line-height: 50px;
- }
- .line-56 {
- line-height: 56px;
- }
- .icon-map {
- background: url('~@/static/icon/icon_dingwei.png') no-repeat center center;
- background-size: contain;
- }
- .icon-mt {
- background: url('~@/static/icon/icon_pp_mt.png') no-repeat center center;
- background-size: contain;
- }
- .icon-elm {
- background: url('~@/static/icon/icon_pp_elm.png') no-repeat center center;
- background-size: contain;
- }
- .icon-phone {
- background: url('~@/static/icon/icon_pp_lxsj.png') no-repeat center center;
- background-size: contain;
- }
- .icon-shop {
- background: url('~@/static/icon/icon_dp.png') no-repeat center center;
- background-size: contain;
- }
- .icon-problem {
- background: url('~@/static/icon/problem.png') no-repeat center center;
- background-size: contain;
- }
- .icon-aboutour {
- background: url('~@/static/icon/aboutour.png') no-repeat center center;
- background-size: contain;
- }
- .icon-kf {
- background: url('~@/static/icon/icon_kf.png') no-repeat center center;
- background-size: contain;
- }
- .icon-order {
- background: url('~@/static/icon/order.png') no-repeat center center;
- background-size: contain;
- }
- .icon-jiantou {
- background: url('~@/static/icon/jiantou.png') no-repeat center center;
- background-size: contain;
- }
- .icon-bt {
- background: url('~@/static/icon/icon_bt.png') no-repeat center center;
- background-size: contain;
- }
- .icon-success {
- background: url('~@/static/icon/icon_success.png') no-repeat center center;
- background-size: contain;
- }
- .icon-del-red {
- background: url('~@/static/icon/icon_pz_close.png') no-repeat center center;
- background-size: contain;
- }
- .icon-upload-bg {
- background: url('~@/static/icon/icon_zujian_sctp.png') no-repeat center center;
- background-size: contain;
- }
|