| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- justify-content: flex-start;
- }
- .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;
- }
|