detail.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background-color: #f4f4f4;
  5. }
  6. .top{
  7. height: 150rpx;
  8. line-height: 150rpx;
  9. background-color: #09afff;
  10. color: white;
  11. font-size: 52rpx;
  12. font-weight: 600;
  13. padding: 0 20rpx;
  14. }
  15. .book-title{
  16. background-color: #e0d8d8;
  17. font-size: 38rpx;
  18. padding: 0 20rpx;
  19. height: 76rpx;
  20. line-height: 76rpx;
  21. color: #333;
  22. }
  23. .content{
  24. background-color: white;
  25. padding: 0 20rpx;
  26. }
  27. .row{
  28. display: flex;
  29. line-height: 66rpx;
  30. }
  31. .title{
  32. color: #9e9797;
  33. font-size: 36rpx;
  34. word-break: keep-all;
  35. }
  36. .value{
  37. font-size: 36rpx;
  38. color: #333;
  39. }
  40. .marker{
  41. color: white;
  42. background-color: #e2b749;
  43. border: 0.5px solid #598a0c;
  44. padding: 2rpx 10rpx;
  45. border-radius: 15rpx;
  46. font-size: 28rpx;
  47. margin-left: 10rpx;
  48. }
  49. .pie{
  50. display: inline-block;
  51. width: 4px;
  52. height: 4px;
  53. background-color: #666;
  54. vertical-align: middle;
  55. margin-right: 7px;
  56. border-radius: 4px;
  57. }
  58. .order-item-operate{
  59. border-top: 1px solid #f4f4f4;
  60. height: 82rpx;
  61. display: flex;
  62. align-items: center;
  63. justify-content: space-between;
  64. padding:0 32rpx;
  65. }
  66. .order-operate-wrapper{
  67. /* height: 80rpx; */
  68. display: flex;
  69. align-items: center;
  70. justify-content: flex-end;
  71. }
  72. .order-operate-wrapper>view{
  73. height: 44rpx;
  74. width:148rpx;
  75. text-align: center;
  76. line-height: 44rpx;
  77. text-align: center;
  78. border-radius:10rpx;
  79. border:1rpx solid #09afff;
  80. font-size: 28rpx;
  81. margin-left:20rpx;
  82. color: #333;
  83. }