抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
2.6 KiB

  1. .applyshop {
  2. font-size: 30rpx;
  3. height: 70rpx;
  4. line-height: 70rpx;
  5. text-indent: 1em;
  6. color: #333;
  7. background: #fff;
  8. font-weight: bold;
  9. float: left;
  10. }
  11. .applyshopBox{
  12. overflow: hidden;
  13. background: #fff;
  14. margin-top: 20rpx;
  15. }
  16. .goShop{
  17. font-size: 22rpx;
  18. height: 70rpx;
  19. line-height: 70rpx;
  20. text-indent: 1em;
  21. color: #a6a6a6;
  22. background: #fff;
  23. font-weight: bold;
  24. float: right;
  25. /* margin-right: 20rpx; */
  26. }
  27. .posi {
  28. /* position: relative; */
  29. width: 100%;
  30. background: #FFF;
  31. margin-bottom: 20rpx;
  32. }
  33. .posi_logo {
  34. position: relative;
  35. width: 92%;
  36. display: flex;
  37. padding: 20rpx 0;
  38. background: #fff;
  39. margin: 0 auto;
  40. }
  41. /* .posi_logo view:nth-child(1) {
  42. border-radius: 16rpx;
  43. } */
  44. .shopCh{
  45. border-radius: 16rpx;
  46. }
  47. .posi_logo view:nth-child(1) image {
  48. display: block;
  49. width: 100rpx;
  50. height: 100rpx;
  51. border-radius: 16rpx;
  52. margin-right: 16rpx;
  53. border: 1px solid #e5e5e5;
  54. }
  55. .name{
  56. font-size: 32rpx;
  57. color: #333;
  58. letter-spacing: 0;
  59. width: 500rpx;
  60. white-space: nowrap;
  61. text-overflow: ellipsis;
  62. overflow: hidden;
  63. }
  64. /* .posi_logo view:nth-child(2) view {
  65. font-size: 32rpx;
  66. color: #333;
  67. letter-spacing: 0;
  68. } */
  69. .shopVoList {
  70. white-space: nowrap !important;
  71. overflow-y: scroll;
  72. height: 90rpx !important;
  73. width: 360rpx;
  74. font-size: 16px;
  75. color: #333;
  76. letter-spacing: 0;
  77. }
  78. .shopVoList text {
  79. font-size: 20rpx !important;
  80. color: #b8b8b8 !important;
  81. }
  82. .bottom{
  83. background: #fff;
  84. color: #666;
  85. text-align: center;
  86. padding: 20rpx 0;
  87. font-size: 32rpx;
  88. }
  89. .telBox {
  90. position: absolute;
  91. right: 0;
  92. top: 0;
  93. bottom: 0;
  94. margin: auto;
  95. }
  96. .telText{
  97. text-align: center;
  98. color: #b8b8b8 !important;
  99. font-size: 20rpx;
  100. }
  101. .telImg{
  102. width: 50rpx;
  103. height: 50rpx;
  104. margin-top: 20rpx;
  105. }
  106. .certificationBox{
  107. position: absolute;
  108. right: 80rpx;
  109. top: 0;
  110. bottom: 0;
  111. margin: auto;
  112. }
  113. .certificationImg{
  114. width: 50rpx;
  115. height: 50rpx;
  116. margin-top: 20rpx;
  117. }
  118. .siteBox{
  119. overflow: hidden;
  120. width: 92%;
  121. margin: 0 auto 1rpx auto;
  122. padding-bottom: 10rpx;
  123. }
  124. .siteText{
  125. width: 90%;
  126. float: left;
  127. font-size: 24rpx;
  128. color: #333;
  129. overflow: hidden;
  130. white-space: nowrap;
  131. text-overflow: ellipsis;
  132. }
  133. .siteImg{
  134. float: right;
  135. width: 40rpx;
  136. height: 40rpx;
  137. }
  138. .genduoImg{
  139. width: 14rpx;
  140. display: block;
  141. float: right;
  142. margin: 24rpx 30rpx 0 10rpx;
  143. }