details.scss 3.2 KB

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