|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- /* pages/configure/configure.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .topImg{
- display: flex;
- justify-content: center;
- padding: 80rpx 0;
- }
- .newImages2-82{
- width: 444rpx;
- height: 47rpx;
- }
- .carTitle{
- height: 102rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 30rpx;
- background-color: black;
- font-size:28rpx;
- font-family: NissanBrand;
- font-weight:300;
- color:rgba(255,255,255,1);
- line-height:28rpx;
- }
- .newImages2-83{
- width: 23rpx;
- height: 14rpx;
- margin-left: 17rpx;
- }
- .selectTypeGroup{
- height: 100%;
- display: flex;
- align-items: center;
- }
- .selectType{
- display: flex;
- align-items: flex-end;
- }
- .paramesGroup{
- padding: 0 35rpx;
- }
- .newImages2-84{
- width: 23rpx;
- height: 12rpx;
- }
- .paramesContent{
- height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-left: 33rpx;
- padding-right: 47rpx;
- font-size:30rpx;
- font-family:PingFangSC;
- font-weight:500;
- color:rgba(0,0,0,1);
- line-height:30rpx;
- border-bottom: 2rpx solid #F0EDF1;
- box-sizing: border-box;
- }
- .selectSty{
- background-color: #F0EDF1;
- border: none;
- }
- .newImages2-85{
- width: 49rpx;
- height: 50rpx;
- margin: 0 auto;
- margin-top: 50rpx;
- }
- .newImages2-86{
- width: 23rpx;
- height: 4rpx;
- margin-left: 6rpx;
- }
- .configure1{
- width: 750rpx;
- height: 1690rpx;
- }
- .configure2{
- width: 750rpx;
- height: 1051rpx;
- }
- .configure3{
- width: 750rpx;
- height: 2087rpx;
- }
- .configure4{
- width: 750rpx;
- height: 3464rpx;
- }
- .configure5{
- width: 750rpx;
- height: 1775rpx;
- }
- .newImages2-88{
- width: 750rpx;
- height: 1296rpx;
- }
- .newImages2-89{
- width: 750rpx;
- height: 1597rpx;
- }
- .newImages2-90{
- width: 565rpx;
- height: 215rpx;
- margin: 50rpx auto;
- }
- .newImages2-91{
- width: 271rpx;
- height: 10rpx;
- margin: 150rpx auto 50rpx;
- }
- .carTypeFrame{
- position: absolute;
- top: 309rpx;
- right: 0;
- background-color: #f0f0f0;
- }
- .carTypeGroup{
- width: 340rpx;
- height: 100rpx;
- font-size:28rpx;
- font-family:NissanBrand;
- font-weight:400;
- color:rgba(35,24,21,1);
- line-height:40rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- border-bottom:2rpx solid white;
- }
- .chooseTypeGroup{
- background-color: #666666;
- border-bottom:2rpx solid #8f8f8f;
- color:rgba(255,255,255,1);
- }
- .carTypeGroup:last-child{
- border-bottom:none;
- }
|