systemsetting.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .panelTitle{
  2. width:100%;
  3. margin-top: 50rpx;
  4. justify-content: space-between;
  5. }
  6. .panelTitle .panelTitle1{
  7. font-size:32rpx;
  8. margin-left: 30rpx;
  9. margin-bottom: 30rpx;
  10. }
  11. .panelTitle .panelTitle2{
  12. font-size:28rpx;
  13. margin-right: 30rpx;
  14. background-color: #1e1e1e;
  15. color:#fff;
  16. border-radius: 22rpx;
  17. text-align: center;
  18. padding: 0 20rpx;
  19. margin-bottom: 32rpx;
  20. }
  21. .panelItem{
  22. width:100%;
  23. justify-content: space-between;
  24. font-size:28rpx;
  25. height:100rpx;
  26. background-color: #fff;
  27. }
  28. .panelItem0{
  29. height:133rpx;
  30. }
  31. .panelItem00{
  32. margin-top: 50rpx;
  33. line-height: 100rpx;
  34. font-size:28rpx;
  35. font-weight: 400;
  36. justify-content: center;
  37. }
  38. .panelItem .panelItem1{
  39. margin-left: 30rpx;
  40. font-weight: 400;
  41. }
  42. .panelItem .panelItem2{
  43. margin-right: 30rpx;
  44. color:#787878;
  45. font-weight: 400;
  46. }
  47. .Arrow{
  48. width:16rpx;
  49. height:26rpx;
  50. margin-left: 30rpx;
  51. }
  52. .text1{
  53. font-size:24rpx;
  54. text-align: center;
  55. color:#787878;
  56. }
  57. .text2{
  58. font-size:24rpx;
  59. text-align: center;
  60. color:#787878;
  61. margin:50rpx 0 0 0;
  62. }