colorplan.wxss 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .panelTitle{
  2. width:100%;
  3. margin-top: 50rpx;
  4. justify-content: flex-start;
  5. }
  6. .panelTitle0{
  7. margin-top: 40rpx;
  8. }
  9. .panelTitle .panelTitle1{
  10. font-size:32rpx;
  11. margin-left: 30rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .panelItem{
  15. width:100%;
  16. justify-content: space-between;
  17. font-size:28rpx;
  18. min-height:100rpx;
  19. background-color: #fff;
  20. }
  21. .panelItem0{
  22. width:690rpx;
  23. height:100rpx;
  24. color:#fff;
  25. border-radius: 10rpx;
  26. margin-bottom: 30rpx;
  27. border:1rpx solid #9B9B9B;
  28. }
  29. .panelItemSelected{
  30. border:5rpx solid #fff;
  31. box-shadow:0 0 0 3rpx #0071EF;
  32. }
  33. .panelItem01{
  34. width:100%;
  35. line-height: 100rpx;
  36. padding-left: 30rpx;
  37. font-weight: 400;
  38. border-radius: 10rpx;
  39. }
  40. .panelItem .panelItem1{
  41. margin-left: 30rpx;
  42. font-weight: 400;
  43. }
  44. .panelItem2{
  45. width:690rpx;
  46. font-weight: 400;
  47. font-size:24rpx;
  48. }
  49. .help_picture_themecolor{
  50. width:688rpx;
  51. height:380rpx;
  52. margin: 40rpx 0;
  53. }