summary.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. @charset "UTF-8";
  2. .text-center.data-v-31a6c39a {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-31a6c39a {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-31a6c39a {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-31a6c39a {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-31a6c39a {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-31a6c39a {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-31a6c39a {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-31a6c39a {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-31a6c39a {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .summary-head.data-v-31a6c39a {
  39. height: 200rpx;
  40. width: 100%;
  41. position: relative;
  42. }
  43. .summary-head .shop-pic.data-v-31a6c39a {
  44. height: 100%;
  45. width: 100%;
  46. opacity: 0.8;
  47. }
  48. .summary-head .home.data-v-31a6c39a {
  49. position: absolute;
  50. top: 55rpx;
  51. left: 0rpx;
  52. background: #ff4544;
  53. border-radius: 0 28rpx 28rpx 0;
  54. height: 56rpx;
  55. }
  56. .summary-head .home view.data-v-31a6c39a {
  57. color: #fff;
  58. font-size: 26rpx;
  59. padding-right: 24rpx;
  60. }
  61. .summary-head .home image.data-v-31a6c39a {
  62. height: 22rpx;
  63. width: 12rpx;
  64. margin: 12rpx;
  65. }
  66. .summary-head .cover-pic.data-v-31a6c39a {
  67. border-radius: 16rpx;
  68. position: absolute;
  69. top: 130rpx;
  70. left: 305rpx;
  71. height: 140rpx;
  72. width: 140rpx;
  73. }
  74. .summary-info.data-v-31a6c39a {
  75. margin: 100rpx 55rpx 0 55rpx;
  76. }
  77. .summary-info .summary-name.data-v-31a6c39a {
  78. text-align: center;
  79. color: #353535;
  80. }
  81. .summary-info .summary-contact.data-v-31a6c39a {
  82. height: 80rpx;
  83. width: 360rpx;
  84. margin: 40rpx auto;
  85. color: #5292ed;
  86. font-size: 28rpx;
  87. border-radius: 40rpx;
  88. border: 1rpx solid #5292ed;
  89. }
  90. .summary-info .summary-contact image.data-v-31a6c39a {
  91. height: 32rpx;
  92. width: 32rpx;
  93. margin-right: 16rpx;
  94. }
  95. .summary-info .tag.data-v-31a6c39a {
  96. margin: 15rpx 0;
  97. }
  98. .summary-info .tag > image.data-v-31a6c39a {
  99. padding-top: 5rpx;
  100. height: 32rpx;
  101. width: 32rpx;
  102. }
  103. .summary-info .tag > view.data-v-31a6c39a {
  104. margin-left: 24rpx;
  105. font-size: 28rpx;
  106. color: #353535;
  107. }
  108. .summary-info .tag .max.data-v-31a6c39a {
  109. max-width: 448rpx;
  110. }
  111. .summary-info .tag .tv.data-v-31a6c39a {
  112. text-align: center;
  113. display: inline-block;
  114. border-radius: 22rpx;
  115. margin: 0 32rpx;
  116. padding: 0 20rpx;
  117. font-size: 26rpx;
  118. height: 44rpx;
  119. line-height: 44rpx;
  120. border: 1px solid #5292ed;
  121. color: #5292ed;
  122. }
  123. .summary-end.data-v-31a6c39a {
  124. margin: 36rpx 0;
  125. }
  126. .map.data-v-31a6c39a {
  127. width: 640rpx;
  128. height: 560rpx;
  129. }