details.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .detaile {
  2. background : #fff;
  3. padding-bottom: 75px;
  4. .bor {
  5. border-bottom: 1px solid rgba(240, 240, 240, 1);
  6. }
  7. .head {
  8. padding : 10px 10px;
  9. text-align: center;
  10. img {
  11. height: 20px;
  12. }
  13. img:last-child {
  14. margin-left: 5px;
  15. }
  16. span {
  17. display : inline-block;
  18. width : calc(100% - 76px);
  19. padding-left: 40px;
  20. font-size : 18px;
  21. font-family : PingFang-SC-Bold;
  22. font-weight : bold;
  23. color : rgba(32, 32, 32, 1);
  24. }
  25. }
  26. .name {
  27. margin : 20px 15px 13px;
  28. height : 347px*0.5;
  29. background : rgba(255, 255, 255, 1);
  30. box-shadow : 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  31. border-radius: 4px;
  32. padding : 20px;
  33. .title {
  34. p {
  35. font-size : 16px;
  36. font-family: PingFang-SC-Bold;
  37. font-weight: bold;
  38. color : rgba(32, 32, 32, 1);
  39. }
  40. span {
  41. padding-left : 20px;
  42. background : no-repeat left center;
  43. background-size: 12px;
  44. }
  45. .time {
  46. background-image: url(../static/img/time.png);
  47. display : block;
  48. height : 30px;
  49. line-height : 30px;
  50. @extend .bor;
  51. margin-bottom: 10px;
  52. }
  53. .address {
  54. color : #7A7A7A;
  55. background-position-y: 4px;
  56. background-image : url(../static/img/address.png);
  57. display : block;
  58. }
  59. }
  60. }
  61. .content {
  62. margin: 20px;
  63. @extend .bor;
  64. .title {
  65. height : 50px;
  66. line-height: 50px;
  67. img {
  68. width : 15px;
  69. margin-right : 5px;
  70. vertical-align: inherit;
  71. margin-bottom : -2px;
  72. }
  73. .con {
  74. font-size : 16px;
  75. font-family: PingFang-SC-Medium;
  76. font-weight: 500;
  77. color : rgba(32, 32, 32, 1);
  78. }
  79. .time {
  80. float: right;
  81. }
  82. }
  83. .list {
  84. width: 100%;
  85. tr {
  86. margin-bottom: 10px;
  87. display : block
  88. }
  89. .t {
  90. color : #7A7A7A;
  91. min-width : 70px;
  92. vertical-align: text-top;
  93. }
  94. .con {
  95. padding-left: 20px;
  96. }
  97. .img {
  98. border-radius : 0px 0px 10px 0px;
  99. background : rgba(255, 186, 186, 1);
  100. width : 118px*0.5+10px;
  101. height : 24px;
  102. line-height : 26px;
  103. color : rgba(255, 92, 92, 1);
  104. font-size : 14px;
  105. margin-left : -20px;
  106. margin-bottom : 10px;
  107. text-align : center;
  108. }
  109. .mt40 {
  110. margin-bottom: 40px;
  111. display : block;
  112. }
  113. }
  114. }
  115. .money {
  116. width : 100%;
  117. height : 50px;
  118. line-height: 50px;
  119. background : rgba(255, 92, 92, 1);
  120. font-size : 18px;
  121. font-family: PingFang-SC-Medium;
  122. font-weight: 500;
  123. color: #fff;
  124. text-align: center;
  125. position: fixed;
  126. bottom: 0;
  127. left: 0;
  128. }
  129. }