123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- @import './variable.scss';
- $themes: (
- normal: (
- color: $color-red,
- hover-color: $color-red-hover,
- // pc端
- banner-home-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-home.png'),
- banner-approve-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
- banner-club-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
- banner-device-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
- banner-personnel-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
- banner-personnel-operate-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
- banner-database-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
- banner-feedback-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
- banner-club-register:
- url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
- // 移动端
- banner-home-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-home.png'),
- banner-approve-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
- banner-club-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
- banner-device-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
- banner-personnel-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
- banner-personnel-operate-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
- banner-database-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
- banner-feedback-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
- ),
- ross: (
- color: $color-yellow,
- hover-color: $color-yellow-hover,
- // pc端
- banner-home-pc:
- url('https://static.caimei365.com/www/authentic/pc/ross-bg-home.png'),
- banner-approve-pc:
- url('https://static.caimei365.com/www/authentic/pc/ross-bg-approve.png'),
- banner-club-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
- banner-device-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
- banner-personnel-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
- banner-personnel-operate-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
- banner-database-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
- banner-feedback-pc:
- url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
- banner-club-register:
- url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
- // 移动端
- banner-home-h5:
- url('https://static.caimei365.com/www/authentic/h5/ross-bg-home.png'),
- banner-approve-h5:
- url('https://static.caimei365.com/www/authentic/h5/ross-bg-approve.png'),
- banner-club-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
- banner-device-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
- banner-personnel-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
- banner-personnel-operate-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
- banner-database-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
- banner-feedback-h5:
- url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
- ),
- );
|