details.scss 3.2 KB

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