remind.wxss 633 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .panelItem{
  2. width:100%;
  3. justify-content: space-between;
  4. font-size:28rpx;
  5. height:100rpx;
  6. background-color: #fff;
  7. }
  8. .panelItem0{
  9. margin-top: 50rpx;
  10. }
  11. .panelItem00{
  12. margin-top: 50rpx;
  13. height: 100rpx;
  14. line-height: 100rpx;
  15. font-size:28rpx;
  16. font-weight: 400;
  17. justify-content: center;
  18. }
  19. .panelItem .panelItem1{
  20. margin-left: 30rpx;
  21. font-weight: 400;
  22. }
  23. .panelItem .panelItem2{
  24. margin-right: 30rpx;
  25. color:#787878;
  26. font-weight: 400;
  27. }
  28. .Arrow{
  29. width:16rpx;
  30. height:26rpx;
  31. margin-left: 30rpx;
  32. }
  33. .text1{
  34. width:682rpx;
  35. font-size: 24rpx;
  36. font-weight: 400;
  37. color: #787878;
  38. margin: 30rpx 0 0 0;
  39. }