systemsetting.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. .panelItem01{
  39. color:#FE6659;
  40. font-weight: 500;
  41. }
  42. .panelItem .panelItem1{
  43. margin-left: 30rpx;
  44. font-weight: 400;
  45. }
  46. .panelItem .panelItem2{
  47. margin-right: 30rpx;
  48. color:#787878;
  49. font-weight: 400;
  50. }
  51. .Arrow{
  52. width:16rpx;
  53. height:26rpx;
  54. margin-left: 30rpx;
  55. }
  56. .text1{
  57. font-size:24rpx;
  58. text-align: center;
  59. color:#787878;
  60. }
  61. .text2{
  62. font-size:24rpx;
  63. text-align: center;
  64. color:#787878;
  65. margin:50rpx 0 0 0;
  66. }