| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .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_themecolor{
- width:688rpx;
- height:380rpx;
- margin: 40rpx 0;
- }
|