buildShare.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /* share/pages/buildShare/buildShare.wxss */
  2. .buildShare {
  3. width: 100%;
  4. min-height: 100vh;
  5. box-sizing: border-box;
  6. padding: 20rpx;
  7. }
  8. .leftitbox{
  9. display: block;
  10. width: 30px;
  11. height: 28px;
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. z-index: 10;
  16. }
  17. .b-name {
  18. font-size: 38rpx;
  19. color: #333333;
  20. font-weight: bold;
  21. }
  22. .b-content {
  23. margin: 10rpx 0rpx 20rpx;
  24. color: #6C7B8B;
  25. font-size: 30rpx;
  26. }
  27. .videoStyle {
  28. width: 100%;
  29. height: 450rpx;
  30. margin-top: 20rpx;
  31. }
  32. .b-imgBox {
  33. width: 100%;
  34. }
  35. .b-img-item {
  36. width: 220rpx;
  37. height: 200rpx;
  38. display: inline-block;
  39. margin-right: 20rpx;
  40. position: relative;
  41. margin-bottom: 20rpx;
  42. border-radius: 10rpx;
  43. overflow: hidden;
  44. }
  45. .mr0 {
  46. margin-right: 0rpx !important;
  47. }
  48. .b-img-item>image {
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .b-time {
  53. font-size: 24rpx;
  54. line-height: 50rpx;
  55. color: #999999;
  56. }
  57. .b-vrBox {
  58. width: 100%;
  59. }
  60. .interVrStyle {
  61. position: absolute;
  62. width: 110rpx !important;
  63. top: 50%;
  64. left: 50%;
  65. transform: translate(-50%, -50%);
  66. z-index: 9;
  67. }
  68. .topbox {
  69. display: block;
  70. width: 100%;
  71. background-color: #ffffff;
  72. position: fixed;
  73. top: 0;
  74. left: 0;
  75. z-index: 9999999;
  76. }
  77. .leftindexbox {
  78. position: absolute;
  79. left: 8px;
  80. width: 70px;
  81. padding: 4px 0;
  82. height: 28px;
  83. border-radius: 18px;
  84. box-sizing: border-box;
  85. z-index: 99;
  86. }
  87. .leftindexbox .leftgoto {
  88. display: block;
  89. width: 8px;
  90. height: 14px;
  91. float: left;
  92. margin-left: 11px;
  93. /* transform: rotateY(180deg); */
  94. position: relative;
  95. top: 2px;
  96. z-index: 9;
  97. }
  98. .gotoindex {
  99. display: block;
  100. width: 16px;
  101. height: 16px;
  102. float: right;
  103. position: relative;
  104. right: 10px;
  105. top: 1px;
  106. }
  107. .leftindexbox .text {
  108. position: absolute;
  109. height: 14px;
  110. width: 1px;
  111. left: 30px;
  112. top: 6px;
  113. background-color: #d1cfcf;
  114. }
  115. .videoloading {
  116. display: block;
  117. width: 100%;
  118. height: 100%;
  119. z-index: 99;
  120. background-color: transparent;
  121. position: fixed;
  122. top: 0;
  123. left: 0;
  124. }
  125. .contactFixedBottom {
  126. width: 100%;
  127. height: 150rpx;
  128. background: #FFFFFF;
  129. box-shadow: 0rpx 0rpx 48rpx 0rpx rgba(0, 0, 0, 0.1);
  130. border-radius: 45rpx 45rpx 0rpx 0rpx;
  131. position: fixed;
  132. bottom: 0rpx;
  133. left: 0rpx;
  134. z-index: 9;
  135. display: flex;
  136. }
  137. .userInfo {
  138. flex: none;
  139. width: 50%;
  140. height: 100%;
  141. display: flex;
  142. align-items: center;
  143. box-sizing: border-box;
  144. padding: 0rpx 20rpx;
  145. }
  146. .headerBack {
  147. position: absolute;
  148. width: 40rpx;
  149. left: 20rpx;
  150. top: 20rpx;
  151. }
  152. .mobile {
  153. width: 150rpx;
  154. height: 80rpx;
  155. background-color: #F03947;
  156. border-radius: 19rpx;
  157. }
  158. .wechat {
  159. width: 150rpx;
  160. height: 80rpx;
  161. background-color: #07C160;
  162. border-radius: 19rpx;
  163. }
  164. .wechatIcon {
  165. width: 40rpx;
  166. margin-right: 10rpx;
  167. }
  168. .phoneIcon {
  169. width: 35rpx;
  170. margin-right: 10rpx;
  171. }
  172. .contactType {
  173. flex: none;
  174. width: 50%;
  175. height: 100%;
  176. display: flex;
  177. align-items: center;
  178. box-sizing: border-box;
  179. justify-content: space-around;
  180. }
  181. .infoMsg {
  182. box-sizing: border-box;
  183. padding-left: 10rpx;
  184. }
  185. .userInfoAvatar {
  186. width: 80rpx;
  187. height: 80rpx;
  188. border-radius: 50%;
  189. overflow: hidden;
  190. }
  191. .nameCard {
  192. width: 30rpx;
  193. margin-left: 10rpx;
  194. }
  195. .borderNone {
  196. border-bottom: none !important;
  197. }
  198. .bgGroup {
  199. background-color: #f2f2f2 !important;
  200. }
  201. .pricebtnimg {
  202. display: block;
  203. position: fixed;
  204. right: 20rpx;
  205. bottom: 300rpx;
  206. width: 140rpx;
  207. height: 140rpx;
  208. z-index: 9;
  209. }