123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- .car-select .select-step {
- display: flex;
- border: 1px solid #e1e1e1;
- }
- .car-select .select-step .select-step-item {
- font-size: 14px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- padding: 10px 0;
- color: #999999;
- width: 240px;
- height: 20px;
- background: #f2f2f2;
- position: relative;
- text-align: center;
- vertical-align: sub;
- }
- .car-select .select-step .select-step-item > span {
- margin-right: 10px;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- color: #ffffff;
- display: inline-block;
- background: #dddddd;
- }
- .car-select .select-step .select-step-item.active {
- background: white;
- color: #26965c;
- }
- .car-select .select-step .select-step-item.active > span {
- background-color: #26965c;
- }
- .car-select .select-step .select-step-item.active .indicator:after {
- border-color: transparent transparent transparent white;
- }
- .car-select .select-step .select-step-item .indicator {
- position: absolute;
- top: -1px;
- left: 240px;
- display: block;
- content: '';
- width: 0;
- height: 0;
- border: 21px solid;
- z-index: 10;
- border-color: transparent transparent transparent #E1E1E1;
- }
- .car-select .select-step .select-step-item .indicator:after {
- position: absolute;
- top: -20px;
- left: -22px;
- display: block;
- content: '';
- width: 0;
- height: 0;
- border: 20px solid;
- z-index: 9;
- border-color: transparent transparent transparent #F2F2F2;
- }
- .car-select .select-container .select-title {
- height: 30px;
- background: #f2f2f2;
- line-height: 30px;
- padding-left: 15px;
- position: relative;
- font-size: 13px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #000000;
- margin: 7px 0;
- }
- .car-select .select-container .select-title:before {
- width: 5px;
- height: 30px;
- display: block;
- content: '';
- background: #27965d;
- position: absolute;
- left: 0;
- }
- .car-select .select-container .select-wrapper {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .car-select .select-container .select-wrapper .select-item {
- margin: 7px 0;
- width: 310px;
- height: 40px;
- border: 1px solid #e1e1e1;
- font-size: 13px;
- font-weight: 400;
- color: #000000;
- line-height: 40px;
- text-align: center;
- cursor: pointer;
- }
- .car-select .select-container .select-wrapper .select-item.selected {
- color: #26965C;
- border: 1px solid #26965C;
- }
- .add-template-main {
- padding: 20px;
- display: flex;
- }
- .add-template-main .template-phone {
- width: 375px;
- height: 667px;
- background: #f7f7f7;
- border: 1px solid #eeeeee;
- }
- .add-template-main .template-phone .template-phone-vip {
- background-size: contain;
- height: 90px;
- padding: 15px 20px;
- color: #ffffff;
- }
- .add-template-main .template-phone .template-phone-vip.vip-bg-blue {
- background: url("./image/bg_mob_vip_blue.png") no-repeat;
- }
- .add-template-main .template-phone .template-phone-vip.vip-bg-yellow {
- background: url("./image/bg_mob_vip_yellow.png") no-repeat;
- }
- .add-template-main .template-phone .template-phone-vip.vip-bg-green {
- background: url("./image/bg_mob_vip_green.png") no-repeat;
- }
- .add-template-main .template-phone .template-phone-vip .template-phone-vip-title {
- font-size: 15px;
- font-weight: 500;
- }
- .add-template-main .template-phone .template-phone-vip .template-phone-vip-info {
- padding-top: 10px;
- font-size: 12px;
- }
- .add-template-main .template-phone .template-phone-vip .template-phone-vip-info > span {
- font-size: 24px;
- }
- .add-template-main .template-phone .template-phone-vip .template-phone-vip-footer {
- padding-top: 5px;
- font-size: 12px;
- text-align: right;
- }
- .add-template-main .template-phone .template-phone-title {
- height: 62px;
- background: url("./image/djq_title.png") no-repeat;
- background-size: contain;
- border-bottom: 1px solid #eeeeee;
- }
- .add-template-main .template-phone .template-phone-djq-list {
- background-color: #fff;
- padding: 20px 10px;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item {
- background: #ffffff;
- box-shadow: 0px 0px 20px #f0f0f0;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t {
- display: flex;
- padding: 15px 20px;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t .djq {
- width: 109px;
- background-color: #3F94F7;
- border-radius: 5px;
- position: relative;
- font-size: 12px;
- font-weight: 400;
- color: #ffffff;
- text-align: center;
- padding: 12px 0;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t .djq > span {
- display: block;
- font-size: 20px;
- font-weight: 500;
- color: #ffffff;
- padding-bottom: 5px;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t .djq:after {
- content: "";
- position: absolute;
- top: -20px;
- display: block;
- width: 10px;
- height: 100%;
- margin-top: 20px;
- background-size: 20px 10px;
- right: 0px;
- background-color: #3F94F7;
- background-position: 100% 15%;
- background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent), linear-gradient(-135deg, #fff 25%, transparent 25%, transparent), linear-gradient(-45deg, transparent 75%, #fff 75%), linear-gradient(-135deg, transparent 75%, #fff 75%);
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t .djq-msg {
- padding: 10px 20px;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t .djq-msg > p {
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- padding-bottom: 15px;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-t .djq-msg > span {
- font-size: 12px;
- font-weight: 400;
- color: #999999;
- }
- .add-template-main .template-phone .template-phone-djq-list .template-phone-djq-list-item .template-phone-djq-list-item-b {
- border-top: 1px solid #eeeeee;
- text-align: right;
- padding-right: 16px;
- height: 40px;
- line-height: 40px;
- font-size: 12px;
- font-weight: 400;
- color: #999999;
- }
- .add-template-main .template-info {
- margin-left: 40px;
- width: 663px;
- height: 627px;
- border: 1px solid #eeeeee;
- position: relative;
- padding: 20px;
- }
- .add-template-main .template-info:before {
- position: absolute;
- top: 120px;
- left: -22px;
- display: block;
- content: '';
- width: 40px;
- height: 40px;
- background: url("./image/info-jt.png") no-repeat;
- }
- .add-template-main .template-info .template-info-p {
- font-size: 16px;
- font-weight: 500;
- color: #26965c;
- padding-left: 10px;
- position: relative;
- }
- .add-template-main .template-info .template-info-p:before {
- position: absolute;
- top: 5px;
- left: 3px;
- display: block;
- content: '';
- width: 3px;
- height: 13px;
- background: #26965c;
- }
- /*# sourceMappingURL=css.css.map */
|