tips.wxss 521 B

1234567891011121314151617181920212223242526272829303132333435
  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. .panelItem{
  12. width:100%;
  13. justify-content: space-between;
  14. font-size:28rpx;
  15. height:100rpx;
  16. background-color: #fff;
  17. }
  18. .panelItem .panelItem1{
  19. margin-left: 30rpx;
  20. font-weight: 400;
  21. }
  22. .panelItem .panelItem2{
  23. margin-right: 30rpx;
  24. color:#787878;
  25. font-weight: 400;
  26. }
  27. .Arrow{
  28. width:16rpx;
  29. height:26rpx;
  30. margin-left: 30rpx;
  31. }