| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- .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;
- }
- .numberContainer {
- background-color: rgba(0, 0, 0, 0.7);
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 20;
- }
- .numberContainer1 {
- background-color: #f0f0f0;
- margin-top: 10rpx;
- width: 730rpx;
- border-radius: 10rpx;
- font-size: 28rpx;
- color: #1e1e1e;
- }
- .numberContainer11 {
- border-top-left-radius: 10rpx;
- border-top-right-radius: 10rpx;
- justify-content: space-between;
- height: 100rpx;
- width: 100%;
- }
- .left {
- margin-left: 30rpx;
- }
- .right {
- width:100rpx;
- height:80rpx;
- justify-content: flex-start;
- }
- .universalpic_help_gray_26x26 {
- width: 26rpx;
- height: 26rpx;
- margin-top: 12rpx;
- }
- .numberContainer12 {
- width: 100%;
- background-color: #fff;
- margin-bottom: 50rpx;
- }
- .numberContainer121 {
- width: 100%;
- font-weight: 400;
- font-size: 28rpx;
- margin: 30rpx;
- line-height: 20rpx;
- }
- .numberContainer13 {
- height: 100rpx;
- width: 100%;
- color: #0071ef;
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- text-align: center;
- font-weight: 500;
- }
|