labDetail.wxss 678 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* pages/voyageManage/myBills/labDetail.wxss */
  2. .df {
  3. display: flex;
  4. }
  5. .jcsb {
  6. justify-content: space-between;
  7. }
  8. .jcc {
  9. justify-content: center;
  10. }
  11. .jcfe {
  12. justify-content: flex-end;
  13. }
  14. .jcsa {
  15. justify-content: space-around;
  16. }
  17. .aic {
  18. align-items: center;
  19. }
  20. .line1 {
  21. display: flex;
  22. font-size: 30rpx;
  23. }
  24. .line1-full-item {
  25. display: flex;
  26. margin: 16rpx 0 10rpx 32rpx;
  27. width: 100%;
  28. }
  29. .line1-full-title {
  30. width: 30%;
  31. }
  32. .next {
  33. width: 50vw;
  34. text-align: center;
  35. color: #fff;
  36. background: #0094FE;
  37. border-radius: 10rpx;
  38. margin: 20rpx auto;
  39. height: 70rpx;
  40. line-height: 70rpx;
  41. border-radius: 10rpx;
  42. padding: 0 30rpx;
  43. font-size: 30rpx;
  44. }