colorplan.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. border-radius: 10rpx;
  28. margin-bottom: 30rpx;
  29. border:1rpx solid #9B9B9B;
  30. }
  31. .panelItemSelected{
  32. border:5rpx solid #fff;
  33. box-shadow:0 0 0 3px #1e1e1e;
  34. }
  35. .panelItem01{
  36. width:360rpx;
  37. line-height: 100rpx;
  38. padding-left: 30rpx;
  39. font-weight: 400;
  40. border-top-left-radius: 10rpx;
  41. border-bottom-left-radius: 10rpx;
  42. }
  43. .panelItem02{
  44. width:230rpx;
  45. height:100rpx;
  46. }
  47. .panelItem03{
  48. width:100rpx;
  49. height:100rpx;
  50. border-top-right-radius: 10rpx;
  51. border-bottom-right-radius: 10rpx;
  52. }
  53. .panelItem .panelItem1{
  54. margin-left: 30rpx;
  55. font-weight: 400;
  56. }
  57. .panelItem .panelItem2{
  58. margin-right: 30rpx;
  59. }