setting.wxss 869 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: space-between;
  11. }
  12. .panelTitle .panelTitle1{
  13. font-size:32rpx;
  14. margin-left: 30rpx;
  15. margin-bottom: 30rpx;
  16. }
  17. .panelTitle .panelTitle2{
  18. font-size:28rpx;
  19. margin-right: 30rpx;
  20. background-color: #1e1e1e;
  21. color:#fff;
  22. border-radius: 22rpx;
  23. text-align: center;
  24. padding: 0 20rpx;
  25. margin-bottom: 32rpx;
  26. }
  27. .panelItem{
  28. width:100%;
  29. justify-content: space-between;
  30. font-size:28rpx;
  31. height:100rpx;
  32. background-color: #fff;
  33. }
  34. .panelItem0{
  35. height:133rpx;
  36. }
  37. .panelItem .panelItem1{
  38. margin-left: 30rpx;
  39. font-weight: 400;
  40. }
  41. .panelItem .panelItem2{
  42. margin-right: 30rpx;
  43. color:#787878;
  44. font-weight: 400;
  45. }
  46. .Arrow{
  47. width:16rpx;
  48. height:26rpx;
  49. margin-left: 30rpx;
  50. }