| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #F0F0F0;
- }
- .panelTitle {
- width: 100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1 {
- font-size: 32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2 {
- font-size: 28rpx;
- margin-right: 30rpx;
- background-color: #1e1e1e;
- color: #fff;
- border-radius: 22rpx;
- text-align: center;
- padding: 0 20rpx;
- margin-bottom: 32rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: flex-start;
- font-size: 28rpx;
- min-height: 100rpx;
- height:auto;
- background-color: #fff;
- flex-wrap: wrap;
- padding-bottom: 30rpx;
- }
- .panelItemFrame {
- border-radius: 10rpx;
- border:1rpx solid #9B9B9B;
- background-color: #fff;
- margin: 30rpx 0 0 30rpx;
- }
- .Select1 {
- border:1rpx solid #0071EF;
- background-color: #0071EF;
- color:#fff;
- }
- .panelSelect0{
- background-color: #f8f8f8;
- border:1rpx solid #D2D2D2;
- border-radius: 50%;
- width:40rpx;
- height:40rpx;
- margin: 30rpx 20rpx 30rpx 30rpx;
- }
- .Select2 {
- width:40rpx;
- height:40rpx;
- line-height: 40rpx;
- border:3rpx solid #fff;
- background-color: #0071EF;
- text-align: center;
- font-family: 'Roboto-Black';
- font-size:24rpx;
- }
- .text1{
- font-size:28rpx;
- margin: 30rpx 30rpx 30rpx 0;
- font-weight: 400;
- max-width: 570rpx;
- }
- .text2{
- font-size:36rpx;
- }
- .image1{
- width:100rpx;
- height:100rpx;
- margin: 30rpx 30rpx 30rpx 0;
- }
- .panelSave {
- width: 100%;
- background-color: #fff;
- position: fixed;
- bottom: 0;
- font-size: 36rpx;
- z-index: 10;
- color: #0071ef;
- text-align: center;
- line-height: 120rpx;
- border-top: 1rpx solid #d2d2d2;
- }
|