orderDetail.wxss 974 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. background: #EEEEEE;
  5. }
  6. .box{
  7. width: 100%;
  8. height: 100%;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. }
  13. .box map{
  14. width: 100%;
  15. height: 490rpx;
  16. margin-bottom: 24rpx;
  17. }
  18. .box .list1{
  19. width:690rpx;
  20. height:160rpx;
  21. background:rgba(255,255,255,1);
  22. box-shadow:0px 0px 13rpx 0px rgba(216,216,216,1);
  23. border-radius:10rpx;
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: space-around;
  27. font-size:26rpx;
  28. font-family:PingFang SC;
  29. font-weight:400;
  30. color:rgba(77,77,77,1);
  31. opacity:0.8;
  32. padding-left: 30rpx;
  33. box-sizing: border-box;
  34. }
  35. .box .list2{
  36. width:690rpx;
  37. height:88rpx;
  38. background:rgba(255,255,255,1);
  39. box-shadow:0px 0px 13rpx 0px rgba(216,216,216,1);
  40. border-radius:10rpx;
  41. margin-top: 10rpx;
  42. display: flex;
  43. align-items: center;
  44. font-size:26rpx;
  45. font-family:PingFang SC;
  46. font-weight:400;
  47. color:rgba(77,77,77,1);
  48. }
  49. .box .list2 view{
  50. padding-left: 30rpx;
  51. }