123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- .main {
- float: left;
- width: 100%;
- height: 100%;
- background-color: #f6f6f6;
- }
- .main .one {
- position: fixed;
- z-index: 999;
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #409eff;
- color: #ffffff;
- text-align: center;
- }
- .main .two {
- position: absolute;
- top: 80rpx;
- width: 100%;
- }
- .main .two .twoImg {
- float: left;
- width: 100%;
- }
- .main .two .twoImg video {
- width: 100%;
- }
- /* .main .two .twoImg swiper {
- height: 200px;
- }
- .main .two .twoImg image {
- float: left;
- width: 100%;
- height: 400rpx;
- } */
- .main .two .twoTxt {
- float: left;
- width: 100%;
- }
- .main .two .twoTxt .carBrief {
- float: left;
- width: 94%;
- padding: 0 20rpx;
- }
- .main .two .twoTxt .carBrief view {
- float: left;
- width: 100%;
- min-height: 80rpx;
- line-height: 80rpx;
- border-bottom: 1px solid #ccc;
- }
- .main .two .twoTxt .carBrief view text {
- font-size: 30rpx;
- }
- .main .two .twoTxt .carBrief view text:nth-child(1) {
- float: left;
- color: #666;
- margin: 0 10rpx 0 0;
- }
- .main .two .twoTxt .carBrief view text:nth-child(2) {
- font-weight: bold;
- }
- .main .two .twoTxt .carBrief view:nth-child(1) text:nth-child(2) {
- color: #ff0000;
- }
- .main .two .twoTxt .carGrade {
- float: left;
- width: 94%;
- padding: 0 20rpx;
- }
- .main .two .twoTxt .carGrade view {
- float: left;
- width: 100%;
- min-height: 80rpx;
- line-height: 80rpx;
- border-bottom: 1px solid #ccc;
- }
- .main .two .twoTxt .carGrade view text {
- font-size: 30rpx;
- }
- .main .two .twoTxt .carGrade view text:nth-child(1) {
- float: left;
- color: #666;
- margin: 0 10rpx 0 0;
- }
- .main .two .twoTxt .carGrade view text:nth-child(2) {
- font-weight: bold;
- }
- .main .two .twoTxt .carGrade view:nth-child(3) text:nth-child(2) {
- color: #ff0000;
- }
- .main .two .twoTxt .carGrade .btn {
- border-bottom: none;
- margin: 50rpx 0;
- }
- .main .two .twoTxt .carGrade .btn button {
- width: 80%;
- border-radius: 90rpx;
- /* background-color: #ff0000;
- color: #ffff; */
- }
|