123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .c-ff6a56 {
- color: #FF6A56;
- }
- .c-47a8ef {
- color: #47A8EF;
- }
- .c-lab-les,.c-lab-les li {
- border: 1px solid #dcdcdc;
- }
- .c-radius-8 {
- border-radius: 8px;
- }
- .c-lab-les li {
- height: 36px;
- line-height: 36px;
- }
- .c-lab-les li>a {
- color: #323232;
- }
- .c-lab-les li.curr {
- background-color: #76bf00;
- }
- .c-lab-les li.curr>a {
- color: #fff;
- }
- .option-card li{
- box-sizing: border-box;
- }
- .option-card li p {
- padding: 3px 0;
- color: #909090;
- }
- .option-card li.curr p {
- border: 1px solid #76bf00;
- border-radius: 1em;
- background-color: #e3f1cd;
- color: #76BF00;
- }
- .swiper-container {
- width: 100%;
- height: 220px;
- }
|