123456789101112131415161718192021222324252627282930313233343536373839404142 |
- body{background:white;}
- .padding5 {padding:5%;}
- .steps {width: 100%;position: relative;overflow: scroll;}
- .steps .steps-box {position: relative;}
- .steps .steps-box::before {content: '';border-bottom: 2px solid #ccc;width: 100%;position: absolute;top: 50%;z-index:-999;}
- .steps ul {display:inline-block;white-space: nowrap;}
- .steps ul li {display: inline-block;background: #aaa;color: #fff;border-radius:10px;padding:0 10px;margin-left:20px;min-width:100px;}
- .steps ul li.active {background: #dd4250;}
- .steps ul li:first-child {margin-left:0;}
- .refootnav {
- width: 7.5rem;
- margin: 0 auto;
- position: fixed;
- height: 1rem;
- bottom: 0;
- background-color: #FFFFFF;
- text-align: center;
- }
- .refootnav .btns {
- position: relative;
- }
- .refootnav .btns .signup {
- float: left;
- width: 100%;
- height: 1rem;
- line-height: 1rem;
- color: #FFF;
- background: #fe552e;
- font-size: .4rem;
- }
- .swiper-container {
- height:30px;
- line-height:30px;
- margin:0 5%;
- margin-top:20px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .swiper-slide a {color:blue;text-decoration:none;}
|