| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- .container {
- background-color: #f0f0f0;
- color: #1e1e1e;
- font-weight: 500;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 500;
- }
- .universalpic_indicator_right_gray{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .product_icon_ksxq_70x70 {
- width: 50rpx;
- height: 50rpx;
- border-radius: 10rpx;
- }
- .text1{
- font-size: 28rpx;
- margin-left: 20rpx;
- font-weight: 400;
- }
- .panelItem3{
- width:100%;
- font-size:28rpx;
- height:144rpx;
- background-color: #fff;
- align-items: flex-start;
- }
- .panelItem30{
- height:100rpx;
- }
- .panelItem3 .panelItem31{
- width:100%;
- justify-content: space-between;
- margin-top: 30rpx;
- }
- .panelItem3 .panelItem32{
- font-size:24rpx;
- color:#F44336;
- margin: 10rpx 0 0 100rpx;
- min-height: 25rpx;
- }
- .panelItem3 .selected{
- width:18rpx;
- height:18rpx;
- background-color: #fff;
- border: 6rpx solid #1e1e1e;
- border-radius: 50%;
- margin: 0 30rpx 0 10rpx;
- }
- .panelItem3 .selected2{
- background-color: #F8F8F8;
- border: 6rpx solid #D2D2D2;
- }
- .panelItem3 .selected1{
- width:10rpx;
- height:10rpx;
- background-color: #1e1e1e;
- border-radius: 50%;
- }
- .panelItem3 .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem3 .panelItem2{
- margin-right: 30rpx;
- }
- .text3{
- width:100%;
- margin: 50rpx 0 240rpx 0;
- justify-content: flex-start;
- font-size:24rpx;
- }
- .text31{
- margin-left: 30rpx;
- }
- .text32{
- color:#B3443B;
- text-decoration: underline;
- }
- .panelFooter{
- width:100%;
- height:140rpx;
- background-color: #F77706;
- justify-content: space-between;
- color:#fff;
- position: fixed;
- z-index: 100;
- bottom: 0;
- }
- .panelFooter .panelFooter1{
- align-items: flex-start;
- margin-left: 30rpx;
- font-size:24rpx;
- }
- .panelFooter .number1{
- font-size:48rpx;
- }
- .panelFooter .btnPay{
- font-size:48rpx;
- color:#1e1e1e;
- width:380rpx;
- height:100rpx;
- background-color: #ffdd0c;
- box-shadow: 0 10rpx 1rpx #E1600A;
- border-radius: 10rpx;
- text-align: center;
- line-height: 100rpx;
- margin-right: 30rpx;
- }
- .discount{
- position: absolute;
- background-color: #fff;
- top:0;
- z-index: 200;
- }
- .discount .panel1{
- width:100%;
- height:93rpx;
- line-height: 93rpx;
- text-align: center;
- font-size:24rpx;
- background-color: #D2D2D2;
- }
- .discount .panel2{
- width:690rpx;
- border-radius: 14rpx;
- background-color: #fff;
- border:1rpx solid #D2D2D2;
- margin-top: 40rpx;
- justify-content: flex-start;
- }
- .discount .panel21{
- width:150rpx;
- height:179rpx;
- line-height:179rpx;
- border-top-left-radius: 14rpx;
- border-bottom-left-radius: 14rpx;
- background-color: #FFDD0C;
- font-size:48rpx;
- text-align: center;
- }
- .discount .panel22{
- align-items: flex-start;
- font-size:24rpx;
- font-weight: 400;
- margin-left: 30rpx;
- }
- .discount .panel221{
- font-weight: 500;
- margin-bottom: 20rpx;
- }
- .discount .panel222{
- color:#787878;
- }
- .discount .panel3{
- width:100%;
- position: fixed;
- bottom: 0;
- }
- .discount .line1{
- width:100%;
- height:20rpx;
- background-color: #D2D2D2;
- }
- .discount .panel31{
- width:100%;
- height:110rpx;
- background-color: #FFFFFF;
- line-height: 110rpx;
- font-size:36rpx;
- font-weight: 400;
- text-align: center;
- }
- .panelNull{
- margin-top: 360rpx;
- font-size:48rpx;
- text-align: center;
- }
- .panelNull2{
- margin-top: 30rpx;
- font-size:24rpx;
- font-weight: 400;
- }
|