orderdetail.wxss 1012 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/orderdetail/orderdetail.wxss */
  2. .order_info{
  3. background-color: white;
  4. }
  5. .order_info_t{
  6. border-bottom:1rpx solid rgba(235, 235, 235, 1);
  7. }
  8. .order_info_n{
  9. margin: 18rpx 0rpx 18rpx 38rpx;
  10. height: 22rpx;
  11. line-height: 22rpx;
  12. color: rgba(56, 55, 53, 1);
  13. font-size: 22rpx;
  14. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  15. text-indent: 4rpx;
  16. border-left:4rpx solid #FFE600;
  17. }
  18. .order_de_inof{
  19. display: flex;
  20. margin-top:24rpx;
  21. }
  22. .order_de_t{
  23. margin-left: 38rpx;
  24. width: 160rpx;
  25. line-height: 38rpx;
  26. color: rgba(56, 55, 53, 1);
  27. font-size: 26rpx;
  28. text-align: left;
  29. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  30. }
  31. .order_de_v{
  32. flex: 1;
  33. line-height: 38rpx;
  34. color: rgba(33, 36, 37, 1);
  35. font-size: 28rpx;
  36. font-weight: bold;
  37. font-family: NotoSansHans-Bold;
  38. }
  39. .order_de_v image{
  40. width:140rpx;
  41. }
  42. .order_de_remark{
  43. margin:20rpx auto;
  44. width: 662rpx;
  45. line-height: 34rpx;
  46. color: rgba(104, 104, 104, 1);
  47. font-size: 24rpx;
  48. text-align: justify;
  49. font-family: NotoSansHans-Light;
  50. }