| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .panelTop{
- position: fixed;
- top:0;
- width:100%;
- background-color: #fff;
- }
- .panelTop1{
- width:400rpx;
- height:100rpx;
- justify-content: flex-end;
- }
- .panelTop2{
- width:200rpx;
- }
- .panelTop3{
- width:150rpx;
- justify-content: center;
- }
- .text0{
- font-size: 36rpx;
- }
- .line1{
- width:144rpx;
- height:10rpx;
- background-color: #fff;
- margin-top:10rpx;
- }
- .selectItem{
- color: #5282FA;
- }
- .selectItemBG{
- background-color: #5282FA;
- }
- .universalpic_magnifier_black_30x30{
- width:30rpx;
- height:30rpx;
- margin-top: 15rpx;
- }
- .panel1{
- width:710rpx;
- margin: 60rpx 0 0 0;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .panel11{
- width:100%;
- font-size: 22rpx;
- font-weight: 400;
- min-height:90rpx;
- justify-content: flex-start;
- }
- .text1{
- margin-top: 30rpx;
- width:650rpx;
- margin-bottom: 30rpx;
- }
- .panel12{
- width:100%;
- height: 100rpx;
- justify-content: space-between;
- border-top:1rpx solid #e3e3e3;
- }
- .text2{
- font-size: 28rpx;
- font-weight: 400;
- margin-left: 30rpx;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .panel2{
- width: 100%;
- justify-content: space-between;
- margin: 60rpx 0 30rpx 0;
- }
- .text3{
- margin-left: 30rpx;
- font-size: 36rpx;
- color:#4D4D4D;
- }
- .Number1{
- font-family: 'Roboto-Black';
- font-size:36rpx;
- color:#4D4D4D;
- }
- .panel3{
- width:100%;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: flex-start;
- background-color: #fff;
- }
- .panel31{
- width:150rpx;
- min-height:168rpx;
- justify-content: flex-start;
- }
- .product_icon_mg_70x70{
- width:80rpx;
- height:80rpx;
- border-radius: 20rpx;
- margin-top: 30rpx;
- }
- .text4{
- width:110rpx;
- font-size:20rpx;
- font-weight: 400;
- text-align: center;
- margin-top:20rpx;
- }
- .text5{
- width:110rpx;
- font-size:20rpx;
- font-weight: 400;
- text-align: center;
- margin-top:20rpx;
- color:#fff;
- background-color: #4D4D4D;
- }
- .text61{
- font-size:18rpx;
- color: #4D4D4D;
- font-family: 'Roboto-Black';
- }
- .text62{
- width: 2rpx;
- height:14rpx;
- background-color: #d2d2d2;
- margin: 0 10rpx;
- }
- .footer{
- width:100%;
- height:232rpx;
- background-color: #fff;
- }
|