| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelTitle0{
- margin-top: 40rpx;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- min-height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- width:690rpx;
- height:100rpx;
- color:#fff;
- border-radius: 10rpx;
- margin-bottom: 30rpx;
- border:1rpx solid #9B9B9B;
- }
- .panelItemSelected{
- border:5rpx solid #fff;
- box-shadow:0 0 0 3px #0071EF;
- }
- .panelItem01{
- width:100%;
- line-height: 100rpx;
- padding-left: 30rpx;
- font-weight: 400;
- border-radius: 10rpx;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem2{
- width:690rpx;
- font-weight: 400;
- font-size:24rpx;
- }
- .help_picture_chooseadvice{
- width:688rpx;
- height:265rpx;
- margin: 40rpx 0;
- }
- .panelItem .panelItem3{
- margin-right: 25rpx;
- justify-content: flex-end;
- color:#787878;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .panelItem4 {
- width: 690rpx;
- font-weight: 400;
- font-size: 24rpx;
- margin: 30rpx;
- color: #787878;
- }
|