info.less 670 B

1234567891011121314151617181920212223242526272829303132
  1. /* pages/loadAppoint/info.wxss */
  2. .orderLoadBox{
  3. > .title{
  4. height: 100rpx;
  5. line-height: 100rpx;
  6. font-weight: bold;
  7. font-size: 40rpx;
  8. color: #14284A;
  9. text-align: center;
  10. background: linear-gradient( 180deg, #D4E1F6 0%, #FFFFFF 100%);
  11. }
  12. .dialogUser{
  13. height: 50vh;
  14. padding-top: 30rpx;
  15. .saleItem{
  16. width: 700rpx;
  17. margin:0 auto 30rpx;
  18. padding-bottom: 20rpx;
  19. border-bottom: 1px solid #eee;
  20. .title{
  21. font-size: 36rpx;
  22. display: flex;
  23. justify-content: space-between;
  24. }
  25. .time{
  26. margin-top: 15rpx;
  27. color: #666;
  28. font-size: 24rpx;
  29. }
  30. }
  31. }
  32. }