colorplan.wxss 875 B

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