orderdetail.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. display:inline-block;
  42. }
  43. .order_de_remark{
  44. margin:20rpx auto;
  45. width: 662rpx;
  46. line-height: 34rpx;
  47. color: rgba(104, 104, 104, 1);
  48. font-size: 24rpx;
  49. text-align: justify;
  50. font-family: NotoSansHans-Light;
  51. }