systemrestore.wxss 495 B

1234567891011121314151617181920212223242526272829303132333435
  1. .container {
  2. background-color: #F0F0F0;
  3. }
  4. .panelItem{
  5. margin-top: 60rpx;
  6. width:100%;
  7. justify-content: space-between;
  8. font-size:28rpx;
  9. height:100rpx;
  10. background-color: #fff;
  11. }
  12. .panelItem .panelItem1{
  13. margin-left: 30rpx;
  14. font-weight: 400;
  15. }
  16. .panelItem .panelItem2{
  17. margin-right: 30rpx;
  18. color:#787878;
  19. font-weight: 400;
  20. }
  21. .Arrow{
  22. width:16rpx;
  23. height:26rpx;
  24. margin-left: 30rpx;
  25. }
  26. .text1{
  27. width:690rpx;
  28. margin-top: 30rpx;
  29. font-size:22rpx;
  30. font-weight: 400;
  31. }