index.wxss 500 B

123456789101112131415161718192021222324252627282930313233
  1. .noneList{
  2. text-align: center;
  3. margin-top: 30%;
  4. }
  5. .noneList .title{
  6. margin-bottom: 30rpx;
  7. font-size: 46rpx;
  8. font-weight: bolder;
  9. }
  10. .noneList button{
  11. line-height: 2;
  12. font-size: 28rpx;
  13. border-radius: 100rpx;
  14. }
  15. .orderList{
  16. }
  17. .orderList .weui-cell{
  18. display: flex;
  19. flex-direction: row;
  20. padding: 20rpx;
  21. background: #fff;
  22. border-bottom: 1px solid #eee;
  23. justify-content: space-between;
  24. }
  25. .weui-cell__hd{
  26. display: flex;
  27. flex-direction: row;
  28. }
  29. .weui-cell__bd{
  30. color: #999;
  31. }