product-details.vue 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496
  1. <template>
  2. <view class="product" :style="{paddingTop:CustomBar+'px'}">
  3. <custom-p v-if="isHeaderPoduct"
  4. :systeminfo='systeminfo'
  5. :navbar-data='nvabarData'
  6. :headerBtnPosi ="headerBtnPosi"
  7. :headerColor="headerColor"
  8. :type="isShareType"
  9. :page='backPage'>
  10. </custom-p>
  11. <view class="product-topnav" v-if='isNavbarFiexd' :class="navbarFiexd" :style="{top:CustomBar +'px'}">
  12. <view class="search-input">
  13. <view class="gosearch-btn" :class="navbarFiexd" @click="this.$api.navigateTo(clickPath)">
  14. <view class="search-icon">
  15. <text class="iconfont icon-iconfonticonfontsousuo1"></text>
  16. </view>
  17. <view class="search-text">搜索其他二手商品</view>
  18. </view>
  19. </view>
  20. <view class="navbar">
  21. <view class="nav-item tui-skeleton-fillet" :class="{ current: tabCurrentIndex === 0 }" @click="tabClick(0)">
  22. <text>详情</text>
  23. <text class="line"></text>
  24. </view>
  25. <view class="nav-item tui-skeleton-fillet" :class="{ current: tabCurrentIndex === 1 }" @click="tabClick(1)">
  26. <text>品牌</text>
  27. <text class="line"></text>
  28. </view>
  29. <view class="nav-item tui-skeleton-fillet" :class="{ current: tabCurrentIndex === 2 }" @click="tabClick(2)">
  30. <text>推荐</text>
  31. <text class="line"></text>
  32. </view>
  33. </view>
  34. </view>
  35. <tui-skeleton v-if="skeletonShow" backgroundColor="#fafafa" borderRadius="10rpx" :isLoading ="true" :loadingType="5"></tui-skeleton>
  36. <view class="container-product tui-skeleton">
  37. <view class="container-product-main">
  38. <view class="product-top">
  39. <view class="banner-section">
  40. <uni-swiper-dot :info="productImage" :current="current" field="content" :mode="mode" >
  41. <swiper class="banner tui-banner tui-skeleton-rect" @change="swiperChange" :duration='800' :autoplay="false" :circular="true" >
  42. <swiper-item v-for="(item, index) in product.imageList" :key="index" class="banner-item">
  43. <image :src="item" @click="previewImg(index)" class="product-img" />
  44. </swiper-item>
  45. </swiper>
  46. <view class="swiper__dots-box">
  47. <tui-tag padding="12rpx 24rpx" type="translucent" shape="circleLeft" size="32rpx" :scaleMultiple="0.82" originRight>{{ current + 1 }}/{{ product.imageList.length }}</tui-tag>
  48. </view>
  49. </uni-swiper-dot>
  50. </view>
  51. <view class="product-wrap clearfix">
  52. <view class="wrap-top" >
  53. <view class="wrap-top-price">
  54. <second-price :product="product"></second-price>
  55. </view>
  56. <view class="p-title tui-skeleton-fillet">
  57. <view class="p-title-name">
  58. {{product.name == undefined ? '' : product.name}}
  59. </view>
  60. <button open-type="share" class="p-title-share tui-share-position" @tap="onShare">
  61. <view class=""><text class="iconfont icon-fenxiang1"></text></view>
  62. <view class="">分享</view>
  63. </button>
  64. </view>
  65. <view class="productRemarks" v-if="product.productRemarks!=''&&product.productRemarks!=null">
  66. <text class="text">{{product.productRemarks}}</text>
  67. </view>
  68. <view class="wrap-label" v-if="product.tagsList.length>0">
  69. <view class="label-a tui-skeleton-fillet" v-for="(label,index) in product.tagsList" :key="index">{{label}}</view>
  70. </view>
  71. </view>
  72. </view>
  73. <view class="product-seve" v-if="hasLogin">
  74. <text class="iconfont icon-wuyoutuihuo tui-skeleton-rect"><text class="text">无忧退货</text></text>
  75. <text class="iconfont icon-wuyoutuihuoi tui-skeleton-rect"><text class="text">快速退款</text></text>
  76. <text class="iconfont icon-wuyoutuihuo tui-skeleton-rect"><text class="text">正品保证</text></text>
  77. </view>
  78. </view>
  79. <view class="product-parameter" @click="showPopup">
  80. <text class="title">参数:</text>
  81. <text class="name">品牌 参数 分类...</text>
  82. <text class="iconfont icon-xiayibu"></text>
  83. </view>
  84. </view>
  85. <view class="product-details productDetails0">
  86. <!-- 商品详情 -->
  87. <view class="title">
  88. <view class="title-tab">商品详情</view>
  89. </view>
  90. <view class="Disclaimer" v-if="hasLogin">
  91. <span >免责声明</span>
  92. <text class="text">
  93. 鉴于本商城提供的二手版块信息包括但不限于公司名称,商品的简介、性能、描述与说明,相关图片、视频等均由卖家自行提供,由卖家对其提供的信息承担相应法律责任。买家应自行甄别商品信息并查验商品性状。本商城对二手版块中买卖双方的交易不提供任何形式的担保与保证,特此声明!
  94. </text>
  95. </view>
  96. <view class="content tui-banner product-rich-text tui-skeleton-rect">
  97. <view class="contentHtml">
  98. <view class="detailsText" v-if="product.productDetails!=''||product.productDetails!=null" >{{product.productDetails}}</view>
  99. <view class="imgList" v-for="(item, index) in product.imageList" :key="index" :data-src="item">
  100. <img :src="item"/>
  101. </view>
  102. </view>
  103. </view>
  104. </view>
  105. <view class="product-details secondBrand productDetails1" v-if="product.brandInfo!=''&&product.brandInfo!=null">
  106. <!-- 品牌信息 -->
  107. <view class="title">
  108. <view class="title-tab">品牌信息</view>
  109. </view>
  110. <text class="brandinfo">
  111. {{product.brandInfo}}
  112. </text>
  113. </view>
  114. <view class="product-details recommend productDetails2">
  115. <!-- 相关推荐 -->
  116. <view class="title">
  117. <view class="title-tab">相关推荐</view>
  118. </view>
  119. <view class="content hot">
  120. <recommend :query-productid="product.productID" v-if="isRequest" ></recommend>
  121. </view>
  122. </view>
  123. </view>
  124. <!-- 商品参数 -->
  125. <tui-bottom-popup :radius="true" :show="popupShow" @close="hidePopup()">
  126. <view class="tui-popup-box clearfix">
  127. <view class="title">商品参数</view>
  128. <cm-parameter :product="product" :goodsData="goodsData" ></cm-parameter>
  129. <view class="tui-right-flex tui-popup-btn" :style="{ paddingBottom :isIphoneX ? '68rpx' : '0rpx' }">
  130. <view class="tui-flex-1">
  131. <view class="tui-button" @click="hidePopup()">收起</view>
  132. </view>
  133. </view>
  134. </view>
  135. </tui-bottom-popup>
  136. <!-- 侧边 -->
  137. <scroll-top :isScrollTop="isScrollTop" :bottom="200"></scroll-top>
  138. </view>
  139. </view>
  140. </template>
  141. <script>
  142. import { mapState,mapMutations } from 'vuex'
  143. import customP from '@/components/cm-module/headerNavbar/header-poduct' //自定义导航
  144. import secondPrice from "@/components/cm-module/productDetails/secondPrice.vue" //价格显示
  145. import authorize from '@/common/config/authorize.js'
  146. import uniStars from '@/components/uni-stars/uni-stars.vue'
  147. import tuiSkeleton from "@/components/tui-skeleton/tui-skeleton"
  148. import recommend from "@/components/cm-module/productDetails/secondRecommend" //相关推荐
  149. import cmParameter from "@/components/cm-module/productDetails/secondParameters.vue" //相关参数
  150. import wxLogin from "@/common/config/wxLogin.js"
  151. import { debounce } from '@/common/config/common.js'
  152. var isPreviewImg;
  153. export default{
  154. components:{
  155. uniStars,
  156. customP,
  157. tuiSkeleton,
  158. recommend,
  159. secondPrice,
  160. cmParameter,
  161. },
  162. data(){
  163. return{
  164. clickPath:'/search/pages/search/search-second',
  165. disabledTabNavList:[{name:'相关推荐'}],
  166. mode:'round',
  167. iconClass:'icon-aixin',
  168. iconColor:'#ff9100',
  169. specClass: '',//规格弹窗css类,控制开关动画
  170. isRequest:false,
  171. isScrollTop:false,
  172. current:0,
  173. isShareType:'',
  174. isHeaderPoduct:false,
  175. isNavbarFiexd:false,
  176. navbarFiexd:'none',
  177. isRecommend:false,
  178. isRarameter:true,
  179. isService:false,
  180. skeletonShow:true,
  181. disabled:false,
  182. isNoneDisabled:false,
  183. tabCurrentIndex:0,
  184. userID:'',
  185. productID:0,
  186. userIdentity:'',//用户类型
  187. goodsData:{},//自定义数据
  188. shop:{},//供应商信息
  189. product:{},//采美
  190. productImage:[],
  191. headerBtnPosi: this.setHeaderBtnPosi(), //获取设备顶部胶囊高度
  192. systeminfo: this.setSysteminfo(), //获取设备信息
  193. isIphoneX:this.$store.state.isIphoneX,
  194. windowHeight: '',
  195. headerColor:false,
  196. backPage:1,
  197. nvabarData: { //顶部自定义导航
  198. showCapsule: 1, // 是否显示左上角图标 1表示显示 0表示不显示
  199. title: '' // 导航栏 中间的标题
  200. },
  201. linkPath:'',
  202. popupShow:false,//参数弹窗
  203. CustomBar:this.CustomBar,// 顶部导航栏高度
  204. tabSelectFlag:false,
  205. sectionPropsArr: [],
  206. scrollTopArray:[],
  207. sectionTopRangeArr: [],
  208. winHeight:''
  209. }
  210. },
  211. computed: {
  212. ...mapState(['hasLogin','userInfo','isWxAuthorize'])
  213. },
  214. onLoad(option) {
  215. this.productID = option.id;//获取商品ID
  216. this.isShareType = option.type
  217. this.linkPath = option.path
  218. this.isHeaderPoduct = true
  219. if(option.page == 2){
  220. this.backPage = option.page
  221. }
  222. if(this.isShareType =='share'){
  223. wxLogin.wxLoginAuthorize()
  224. }
  225. },
  226. methods:{
  227. initData(){// 初始化商品详情查询
  228. this.SecondService.ProductDetail({productId:this.productID}).then(response =>{
  229. this.skeletonShow = false
  230. this.productImage=[];
  231. this.shop = response.data.shop
  232. this.product = response.data
  233. //处理商品图片列表
  234. this.product.imageList.forEach(item =>{
  235. this.productImage.push(item);
  236. })
  237. setTimeout(()=>{
  238. this.getSectionProps();
  239. },2000)
  240. this.isRequest = true
  241. }).catch(error =>{
  242. this.$util.msg(error.msg,2000);
  243. })
  244. },
  245. swiperChange(e) {//顶部商品图片切换
  246. const index = e.detail.current;
  247. this.current = index;
  248. },
  249. previewImg (index) {//顶部商品图片预览
  250. isPreviewImg = true
  251. let previewUrls = this.productImage
  252. uni.previewImage({
  253. current: index, //图片索引
  254. urls: previewUrls, //必须是http图片,本地图片无效
  255. longPressActions:''
  256. })
  257. },
  258. tabClick(index) {//商品详情&&供应商信息tab切换
  259. this.tabSelectFlag = true
  260. this.tabCurrentIndex = index;
  261. let classIndex = '.productDetails'+index;
  262. uni.createSelectorQuery().select('.container-product-main').boundingClientRect((data)=>{//最外层盒子节点
  263.   uni.createSelectorQuery().select(classIndex).boundingClientRect((res)=>{//最外层盒子节点
  264.     uni.pageScrollTo({
  265.       duration:300,//过渡时间必须为0,uniapp bug,否则运行到手机会报错
  266.       scrollTop:res.top - data.top - 150,//滚动到实际距离是元素距离顶部的距离减去最外层盒子的滚动距离
  267.     })
  268. setTimeout(()=>{
  269. this.tabSelectFlag = false;
  270. },500)
  271.   }).exec()
  272. }).exec()
  273. },
  274. handleContact(e){//跳转小程序客服
  275. },
  276. setHeaderBtnPosi(){
  277. // 获得胶囊按钮位置信息
  278. let headerBtnPosi = uni.getMenuButtonBoundingClientRect();
  279. return headerBtnPosi
  280. },
  281. setSysteminfo(){
  282. let systeminfo;
  283. uni.getSystemInfo({ // 获取设备信息
  284. success: (res) => {
  285. systeminfo = res
  286. },
  287. })
  288. return systeminfo
  289. },
  290. getOptionFn(e){
  291. this.isShareType = e.type
  292. },
  293. discard(){
  294. //丢弃
  295. },
  296. onShare(res){//分享转发
  297. if (res.from === 'button') {
  298. // 来自页面内转发按钮
  299. }
  300. return {
  301. title: `${this.product.name}`,
  302. path: `second/pages/product/product-details?type=share&id=${this.productID}`,
  303. imageUrl:`${this.product.imageList[0]}`
  304. }
  305. },
  306. showPopup(){
  307. this.popupShow = true
  308. },
  309. hidePopup(){
  310. this.popupShow = false
  311. },
  312. getSectionProps() {//获取每个tab对应区域的scrollTop值
  313. let className = '.product-details',
  314. sectionPropsArr = [];
  315. uni.createSelectorQuery().select('.container-product-main').boundingClientRect((data)=>{//最外层盒子节点
  316.   uni.createSelectorQuery().selectAll(className).boundingClientRect((res)=>{//最外层盒子节点
  317. res.forEach((item, index) => {
  318. sectionPropsArr.push({
  319. className: `${className}${index}`,
  320. scrollTop: item.top - data.top - 150
  321. })
  322. })
  323. this.sectionPropsArr = sectionPropsArr;
  324. this.sectionTopRangeArr = this.getSectionRange(sectionPropsArr);
  325.   }).exec()
  326. }).exec()
  327. },
  328. getSectionRange(arr) {// 获取每个tab对应区域的区间
  329. let sectionScrollTopList = [];
  330. for(let i = 0; i < arr.length; i++) {
  331. let thisScrollTop = arr[i].scrollTop;
  332. if(i < arr.length - 1) {
  333. let nextScrollTop = arr[i+1].scrollTop;
  334. if(i == 0) {
  335. sectionScrollTopList.push(`0-${thisScrollTop}`);
  336. } else if(i == arr.length - 1){
  337. sectionScrollTopList.push(`${thisScrollTop}-${nextScrollTop - this.winHeight}`);
  338. } else {
  339. sectionScrollTopList.push(`${thisScrollTop}-${nextScrollTop}`);
  340. }
  341. } else {
  342. sectionScrollTopList.push(`${thisScrollTop}-${thisScrollTop+500}`);
  343. }
  344. }
  345. return sectionScrollTopList;
  346. },
  347. activeTab: debounce((top, _this)=> {//当滑动时也能同步激活tab
  348. const { sectionTopRangeArr } = _this;
  349. if(sectionTopRangeArr.length > 0) {
  350. sectionTopRangeArr.forEach((item, index) => {
  351. let splitItem = item.split('-'),
  352. openInterval = Number(splitItem[0]),
  353. closedInterval = Number(splitItem[1]);
  354. if(top >= openInterval && top < closedInterval) {
  355. _this.tabCurrentIndex = index;
  356. }
  357. })
  358. }
  359. },100, true),
  360. getWinHeight() {
  361. this.winHeight = wx.getSystemInfoSync().windowHeight;
  362. },
  363. },
  364. onPullDownRefresh() {
  365. setTimeout(() => {
  366. this.initData()
  367. uni.stopPullDownRefresh()
  368. }, 200)
  369. },
  370. onPageScroll(e){//实时获取到滚动的值
  371. const { scrollTop } = e;
  372. if(!this.tabSelectFlag) {
  373. this.activeTab(scrollTop, this);
  374. }
  375. if(e.scrollTop>100){
  376. this.headerColor = true
  377. this.navbarFiexd = 'fixed'
  378. this.isNavbarFiexd = true
  379. this.nvabarData={
  380. showCapsule: 1,
  381. title: '商品详情',
  382. }
  383. }else{
  384. this.headerColor = false
  385. this.navbarFiexd = 'none'
  386. this.isNavbarFiexd = false
  387. this.nvabarData={
  388. showCapsule: 1,
  389. title: '',
  390. }
  391. }
  392. if(e.scrollTop>700){
  393. this.isScrollTop = true
  394. }else{
  395. this.isScrollTop = false
  396. }
  397. },
  398. onShareAppMessage(res){//分享转发
  399. if (res.from === 'button') {
  400. // 来自页面内转发按钮
  401. }
  402. return {
  403. title: `${this.product.name}`,
  404. path: `second/pages/product/product-details?type=share&id=${this.productID}`,
  405. imageUrl:`${this.product.imageList[0]}`
  406. }
  407. },
  408. onShow() {
  409. this.$api.getStorage().then((resolve) => {
  410. this.userID = resolve.userId ? resolve.userId : '';
  411. this.userIdentity = resolve.userIdentity ? resolve.userIdentity : 3
  412. if (isPreviewImg) {
  413. isPreviewImg = false;
  414. return;
  415. } else {
  416. this.initData();
  417. }
  418. }).catch(error =>{
  419. this.initData();
  420. })
  421. }
  422. }
  423. </script>
  424. <style lang="scss">
  425. page{
  426. background-color: #FFFFFF;
  427. }
  428. .product-topnav{
  429. width: 100%;
  430. height: 174rpx;
  431. box-sizing: border-box;
  432. background: #FFFFFF;
  433. z-index: 1000;
  434. position: fixed;
  435. opacity: 1;
  436. left: 0;
  437. &.fixed{
  438. animation: showFixedColor 0.1s ease-in-out both;
  439. }
  440. &.none{
  441. animation: hideFixedColor 0.1s ease-in-out both;
  442. }
  443. .navbar {
  444. width: 100%;
  445. height: 60rpx;
  446. box-sizing: border-box;
  447. padding: 0 24rpx;
  448. display: flex;
  449. .nav-item {
  450. display: flex;
  451. flex: 1;
  452. justify-content: center;
  453. align-items: center;
  454. height: 60rpx;
  455. font-size: $font-size-28;
  456. color: $text-color;
  457. position: relative;
  458. float: left;
  459. position: relative;
  460. .line{
  461. width: 60rpx;
  462. height: 2px;
  463. border-radius: 1px;
  464. background: #FFFFFF;
  465. position: absolute;
  466. bottom: 0;
  467. left: 50%;
  468. margin-left: -30rpx;
  469. }
  470. &.current{
  471. color:$color-system;
  472. .line{
  473. background: $color-system;
  474. }
  475. }
  476. }
  477. }
  478. .search-input{
  479. width: 100%;
  480. height: 114rpx;
  481. padding:24rpx;
  482. box-sizing: border-box;
  483. .gosearch-btn{
  484. width: 100%;
  485. height: 100%;
  486. border-radius: 40rpx;
  487. margin: 0 auto;
  488. font-size: 26rpx;
  489. line-height: 66rpx;
  490. color: #B2B2B2;
  491. position: relative;
  492. box-sizing: border-box;
  493. padding-left: 66rpx;
  494. &.fixed{
  495. background: rgba(70,70,70,0.1);
  496. }
  497. &.none{
  498. background: rgba(70,70,70,0.1);
  499. }
  500. .search-icon{
  501. width: 66rpx;
  502. height: 66rpx;
  503. position:absolute ;
  504. left: 0;
  505. top: 2rpx;
  506. text-align: center;
  507. line-height: 66rpx;
  508. .icon-iconfonticonfontsousuo1{
  509. margin:0 6rpx;
  510. font-size: $font-size-34;
  511. color: #B2B2B2;
  512. z-index: 10;
  513. }
  514. }
  515. .search-text{
  516. font-size: $font-size-24;
  517. line-height: 66rpx;
  518. color: #B2B2B2;
  519. }
  520. }
  521. }
  522. }
  523. .productRemarks{
  524. height: 36rpx;
  525. margin: 8rpx 0;
  526. width: 100%;
  527. float: left;
  528. .text{
  529. display: inline-block;
  530. padding: 0 18rpx;
  531. line-height: 32rpx;
  532. font-size: 20rpx;
  533. color: #FF2A2A;
  534. text-align: center;
  535. border-radius: 4rpx;
  536. background: #FFFFFF;
  537. border: 1px solid #FF2A2A;
  538. float: left;
  539. opacity: 0.8;
  540. }
  541. }
  542. .banner-section{
  543. width: 100%;
  544. height: 750rpx;
  545. position: relative;
  546. }
  547. .banner{
  548. width: 100%;
  549. height: 750rpx;
  550. .product-img{
  551. width: 750rpx;
  552. }
  553. image {
  554. width: 100%;
  555. height: 100%;
  556. }
  557. }
  558. .swiper__dots-box{
  559. position: absolute;
  560. color: #fff;
  561. bottom: 30rpx;
  562. right: 0;
  563. }
  564. .product-wrap{
  565. width: 100%;
  566. height: auto;
  567. padding: 24rpx 0 0 0;
  568. background-color: #FFFFFF;
  569. .wrap-top{
  570. width: 702rpx;
  571. padding: 0 24rpx;
  572. height: auto;
  573. float: left;
  574. padding-bottom:20rpx;
  575. &.none{
  576. .p-title{
  577. color:#999999
  578. }
  579. }
  580. .p-title{
  581. width: 100%;
  582. height: auto;
  583. float: left;
  584. .p-title-name{
  585. width:602rpx;
  586. // height: 96rpx;
  587. float: left;
  588. line-height: 46rpx;
  589. font-size: $font-size-34;
  590. color: $text-color;
  591. // -o-text-overflow: ellipsis;
  592. // text-overflow: ellipsis;
  593. // display: -webkit-box;
  594. // word-break: break-all;
  595. // -webkit-box-orient: vertical;
  596. // -webkit-line-clamp: 2;
  597. // overflow: hidden;
  598. }
  599. .p-title-share{
  600. width: 96rpx;
  601. height: 96rpx;
  602. float: right;
  603. text-align: center;
  604. color: #999999;
  605. font-size: $font-size-24;
  606. box-sizing: border-box;
  607. padding: 8rpx 0;
  608. .icon-fenxiang1{
  609. font-size: $font-size-34;
  610. }
  611. }
  612. }
  613. .wrap-main-text{
  614. line-height: 56rpx;
  615. color: #FF2A2A;
  616. font-size: $font-size-26;
  617. display: block;
  618. float: left;
  619. font-weight: normal;
  620. }
  621. .wrap-main-none{
  622. display: block;
  623. width: 256rpx;
  624. height: 44rpx;
  625. padding-left: 20rpx;
  626. border-radius: 11rpx;
  627. background: $btn-confirm;
  628. float: right;
  629. line-height: 44rpx;
  630. color: #FFFFFF;
  631. text-align: center;
  632. font-size: $font-size-24;
  633. }
  634. .p-price-none{
  635. height: 44rpx;
  636. line-height: 44rpx;
  637. float: left;
  638. font-size: $font-size-24;
  639. color: #666;
  640. text-decoration: line-through;
  641. margin-left: 8rpx;
  642. }
  643. .p-minBuy{
  644. height: 44rpx;
  645. line-height: 44rpx;
  646. float: right;
  647. padding: 0 18rpx;
  648. border-radius: 22rpx;
  649. background-color: #f7f7f7;
  650. color: #7F7F7F;
  651. font-size: 24rpx;
  652. text-align: center;
  653. .min-text{
  654. margin: 0 6rpx;
  655. }
  656. }
  657. .p-login{
  658. height: 56rpx;
  659. line-height: 56rpx;
  660. color: $color-system;
  661. font-size: $font-size-24;
  662. &.grade{
  663. .price-left{
  664. float: left;
  665. .none{
  666. display: block;
  667. font-size: $font-size-20;
  668. line-height: 48rpx;
  669. color: #4A4B54;
  670. float: left;
  671. font-weight: bold;
  672. margin-left: 5rpx;
  673. text{
  674. letter-spacing: 4rpx;
  675. font-size: $font-size-32;
  676. }
  677. }
  678. }
  679. }
  680. .p-no{
  681. float: left;
  682. margin-right: 5rpx;
  683. font-size: $font-size-28;
  684. color: #FF2A2A;
  685. }
  686. .p-login-btn{
  687. display: block;
  688. height: 44rpx;
  689. padding: 0 10rpx 0 20rpx;
  690. border-radius: 11rpx;
  691. background: $btn-confirm;
  692. float: right;
  693. line-height: 44rpx;
  694. color: #FFFFFF;
  695. text-align: center;
  696. font-size: $font-size-24;
  697. }
  698. }
  699. }
  700. .wrap-label{
  701. float: left;
  702. width: 100%;
  703. box-sizing: border-box;
  704. .label-a{
  705. padding: 0 18rpx;
  706. line-height: 32rpx;
  707. font-size: $font-size-20;
  708. color:$color-system;
  709. text-align: center;
  710. border-radius: 6rpx;
  711. background:#ffe6dc;
  712. margin: 0 20rpx 15rpx 0;
  713. display: inline-block;
  714. }
  715. }
  716. .wrap-top-price{
  717. float: left;
  718. width: 100%;
  719. box-sizing: border-box;
  720. .wrap-main-item{
  721. width: 100%;
  722. height: 56rpx;
  723. .p-price{
  724. height: 56rpx;
  725. line-height: 56rpx;
  726. float: left;
  727. color: #FF2A2A;
  728. font-weight: bold;
  729. &.none{
  730. text-decoration: line-through;
  731. color: #999999;
  732. font-weight: normal;
  733. }
  734. .txt{
  735. margin:0 2rpx;
  736. }
  737. .txt.sm{
  738. font-size: $font-size-26;
  739. }
  740. .txt.big{
  741. font-size: $font-size-34;
  742. }
  743. }
  744. }
  745. .floor-item-act{
  746. height: 56rpx;
  747. text-align: center;
  748. box-sizing: border-box;
  749. float: left;
  750. padding:10rpx 0;
  751. margin-left: 10rpx;
  752. .floor-tags{
  753. height: 28rpx;
  754. border-radius: 6rpx;
  755. background-color: #FFFFFF;
  756. line-height: 28rpx;
  757. color: $color-system;
  758. text-align: center;
  759. display: inline-block;
  760. padding:0 16rpx;
  761. font-size: $font-size-20;
  762. border: 1px solid #E15616;
  763. float: right;
  764. }
  765. }
  766. .floor-item-btn{
  767. float: left;
  768. height: 40rpx;
  769. margin-top: 8rpx;
  770. .btn{
  771. line-height: 40rpx;
  772. padding: 0 20rpx;
  773. height: 40rpx;
  774. background: $btn-confirm;
  775. color: #FFFFFF;
  776. font-size: $font-size-20;
  777. border-radius: 4rpx;
  778. }
  779. }
  780. }
  781. .wrap-info{
  782. float: left;
  783. width: 702rpx;
  784. padding: 24rpx 24rpx 0 24rpx;
  785. border-bottom: 1px solid #F8F8F8;
  786. .info-viewT{
  787. width: 100%;
  788. min-height: 40rpx;
  789. font-size: $font-size-28;
  790. color: $text-color;
  791. line-height: 40rpx;
  792. text-align: left;
  793. &.none{
  794. color: #999999;
  795. }
  796. .info-viewL{
  797. min-width: 350rpx;
  798. float: left;
  799. margin-bottom: 24rpx;
  800. }
  801. .info-viewR{
  802. min-width: 352rpx;
  803. float: left;
  804. margin-bottom: 24rpx;
  805. }
  806. }
  807. .info-viewB{
  808. width: 100%;
  809. height: auto;
  810. }
  811. .info-f{
  812. width: 50%;
  813. float: left;
  814. font-size: $font-size-28;
  815. color: $text-color;
  816. line-height: 40rpx;
  817. margin-bottom: 24rpx;
  818. text-align: left;
  819. }
  820. }
  821. }
  822. .product-seve{
  823. width: 702rpx;
  824. height: 90rpx;
  825. padding: 0 24rpx;
  826. background-color: #FFFFFF;
  827. position: relative;
  828. display: flex;
  829. line-height: 90rpx;
  830. border-bottom: 20rpx solid #F7F7F7;
  831. .title{
  832. line-height: 90rpx;
  833. display: inline-block;
  834. float: left;
  835. font-size: $font-size-28;
  836. color: $text-color;
  837. }
  838. .iconfont{
  839. color: #fea785;
  840. margin-right: 40rpx;
  841. font-size: $font-size-26;
  842. }
  843. .text{
  844. font-size: $font-size-26;
  845. color: #fea785;
  846. margin-left: 10rpx;
  847. }
  848. }
  849. .product-parameter{
  850. width: 702rpx;
  851. height: 90rpx;
  852. padding: 0 24rpx;
  853. background-color: #FFFFFF;
  854. position: relative;
  855. display: flex;
  856. border-bottom: 20rpx solid #F7F7F7;
  857. .title{
  858. line-height: 90rpx;
  859. display: inline-block;
  860. float: left;
  861. font-size: $font-size-28;
  862. color: #666666;
  863. }
  864. .name{
  865. float: right;
  866. line-height: 90rpx;
  867. display: inline-block;
  868. float: left;
  869. font-size: $font-size-28;
  870. color: $text-color;
  871. float: right;
  872. padding-right: 48rpx;
  873. overflow: hidden;
  874. text-overflow:ellipsis;
  875. white-space: nowrap;
  876. text-align: right;
  877. }
  878. .icon-xiayibu{
  879. line-height: 90rpx;
  880. display: inline-block;
  881. position: absolute;
  882. width: 48rpx;
  883. top: 0;
  884. right: 0;
  885. color: #b2b2b2;
  886. }
  887. }
  888. .product-supplier{
  889. width: 100%;
  890. height: 174rpx;
  891. padding: 30rpx 24rpx;
  892. box-sizing: border-box;
  893. background-color: #FFFFFF;
  894. position: relative;
  895. box-sizing: border-box;
  896. border-bottom: 20rpx solid #F7F7F7;
  897. .logo{
  898. width: 128rpx;
  899. height: 92rpx;
  900. float: left;
  901. border: 1px solid #efefef;
  902. border-radius: 6rpx;
  903. image{
  904. width: 100%;
  905. height: 100%;
  906. display: block;
  907. border-radius: 6rpx;
  908. }
  909. }
  910. .main{
  911. width: 470rpx;
  912. height: 92rpx;
  913. float: left;
  914. margin-left: 20rpx;
  915. .name{
  916. width: 100%;
  917. line-height: 46rpx;
  918. float: left;
  919. font-size: $font-size-28;
  920. color: $text-color;
  921. float: right;
  922. overflow: hidden;
  923. text-overflow:ellipsis;
  924. white-space: nowrap;
  925. text-align: left;
  926. }
  927. .massgs{
  928. width: 100%;
  929. line-height: 46rpx;
  930. float: left;
  931. font-size: $font-size-24;
  932. color: #999999;
  933. .label{
  934. float: left;
  935. }
  936. .p-stars{
  937. float: left;
  938. margin-left: 20rpx;
  939. }
  940. .acount{
  941. float: right;
  942. text{
  943. color: $color-system;
  944. }
  945. }
  946. }
  947. }
  948. .icon-xiayibu{
  949. line-height: 154rpx;
  950. display: inline-block;
  951. position: absolute;
  952. width: 48rpx;
  953. top: 0;
  954. right: 0;
  955. color: #b2b2b2;
  956. }
  957. }
  958. .product-details {
  959. background: #FFFFFF;
  960. border-bottom: 20rpx solid #F7F7F7;
  961. padding: 24rpx;
  962. &.service{
  963. border-bottom: none;
  964. }
  965. &.recommend{
  966. background-color: #F7F7F7;
  967. border-bottom: none;
  968. padding: 0;
  969. .title{
  970. .title-tab{
  971. background-color: #F7F7F7;
  972. color: $text-color;
  973. padding: 0 24rpx;
  974. }
  975. }
  976. }
  977. .title{
  978. width: 100%;
  979. box-sizing: border-box;
  980. // padding: 0 24rpx;
  981. .title-tab{
  982. width: 100%;
  983. height: 100rpx;
  984. background: #fff;
  985. z-index: 10;
  986. font-size: $font-size-30;
  987. text-align: left;
  988. color: $text-color;
  989. line-height: 100rpx;
  990. font-weight: 600;
  991. box-sizing: border-box;
  992. }
  993. .title-msg{
  994. width: 100%;
  995. height: 236rpx;
  996. padding: 18rpx;
  997. background-color: rgba(225,86,22, 0.1);
  998. color: $color-system;
  999. box-sizing: border-box;
  1000. margin-bottom: 30rpx;
  1001. .tit{
  1002. line-height: 46rpx;
  1003. font-size: $font-size-24;
  1004. text-align: left;
  1005. }
  1006. .txt{
  1007. line-height: 38rpx;
  1008. font-size: $font-size-20;
  1009. text-align: justify;
  1010. }
  1011. }
  1012. }
  1013. .content{
  1014. width: 100%;
  1015. // background-color: #FFFFFF;
  1016. }
  1017. }
  1018. .isLower{
  1019. width: 100%;
  1020. height: 116rpx;
  1021. line-height: 116rpx;
  1022. text-align: center;
  1023. color: #000000;
  1024. font-size: $font-size-32;
  1025. font-weight: bold;
  1026. }
  1027. .bottom-btn{
  1028. width: 100%;
  1029. height: 110rpx;
  1030. position: fixed;
  1031. bottom: 0;
  1032. left: 0;
  1033. background: #FFFFFF;
  1034. z-index: 99;
  1035. .bottom-le{
  1036. width: 302rpx;
  1037. height: 86rpx;
  1038. padding:12rpx 24rpx;
  1039. float: left;
  1040. .item-bt{
  1041. width: 86rpx;
  1042. height: 100%;
  1043. margin-right:22rpx;
  1044. display: flex;
  1045. float: left;
  1046. flex-direction: column;
  1047. align-items: center;
  1048. font-size: $font-size-24;
  1049. color: $text-color;
  1050. line-height: 34rpx;
  1051. position: relative;
  1052. .animation-num{
  1053. font-size:$font-size-32 ;
  1054. color: #FF2A2A;
  1055. position: absolute;
  1056. top: -12rpx;
  1057. right: 4rpx;
  1058. font-weight: bold;
  1059. }
  1060. .animation{
  1061. animation: showAmnation 2.2s ease-in-out both;
  1062. }
  1063. .restion{
  1064. animation: hideAmnation 1s ease-in-out both;
  1065. }
  1066. .icon-num{
  1067. position: absolute;
  1068. right:-12rpx;
  1069. top: -9rpx;
  1070. }
  1071. .icon-num.goleft{
  1072. right: 4rpx;
  1073. }
  1074. &:last-child{
  1075. margin-right: 0;
  1076. }
  1077. image {
  1078. width: 40rpx;
  1079. height: 40rpx;
  1080. margin-bottom: 8rpx;
  1081. }
  1082. button.contact-btn{
  1083. width: 100%;
  1084. height: 100%;
  1085. margin: 0;
  1086. padding: 0;
  1087. display: flex;
  1088. flex-direction: column;
  1089. align-items: center;
  1090. box-sizing: border-box;
  1091. font-size: $font-size-24;
  1092. text-align: center;
  1093. text-decoration: none;
  1094. line-height: 34rpx;
  1095. border-radius: 0;
  1096. -webkit-tap-highlight-color: transparent;
  1097. overflow: hidden;
  1098. color: $text-color;
  1099. background-color:#FFFFFF;
  1100. }
  1101. }
  1102. }
  1103. .bottom-ri{
  1104. width: 400rpx;
  1105. height: 100%;
  1106. float: right;
  1107. display: flex;
  1108. box-sizing: border-box;
  1109. padding: 13rpx 20rpx 13rpx 0;
  1110. .btn{
  1111. flex: 1;
  1112. width: 200rpx;
  1113. line-height: 84rpx;
  1114. text-align: center;
  1115. font-size: $font-size-28;
  1116. color: #FFFFFF;
  1117. }
  1118. .btn-cart{
  1119. background-color: #ffe6dc;
  1120. color: $color-system;
  1121. border-radius: 42rpx 0 0 42rpx;
  1122. }
  1123. .btn-cart.disabled{
  1124. background-color: #E1E1E1;
  1125. }
  1126. .btn-bay{
  1127. background:linear-gradient(to right, #f28f31 0%, #e15616 100%);
  1128. border-radius: 0 42rpx 42rpx 0;
  1129. }
  1130. .btn-bay.disabled{
  1131. background-color: linear-gradient(135deg,rgba(242,143,49,0.5) 0%,rgba(225,86,22,0.5) 100%);;
  1132. }
  1133. }
  1134. }
  1135. .uni-badge--small {
  1136. -webkit-transform: scale(.8);
  1137. -ms-transform: scale(.8);
  1138. transform: scale(.8);
  1139. -webkit-transform-origin: center center;
  1140. -ms-transform-origin: center center;
  1141. transform-origin: center center;
  1142. }
  1143. .uni-badge {
  1144. font-family: 'Helvetica Neue', Helvetica, sans-serif;
  1145. -webkit-box-sizing: border-box;
  1146. box-sizing: border-box;
  1147. font-size: 12px;
  1148. line-height: 1;
  1149. display: inline-block;
  1150. padding: 3px 6px;
  1151. color: #333;
  1152. border-radius: 100px;
  1153. background-color: #f1f1f1;
  1154. }
  1155. .uni-badge-error {
  1156. color: #fff;
  1157. background-color: #dd524d;
  1158. }
  1159. /* 加入购物模态层*/
  1160. @keyframes showPopup {
  1161. 0% {
  1162. opacity: 0;
  1163. }
  1164. 100% {
  1165. opacity: 1;
  1166. }
  1167. }
  1168. @keyframes hidePopup {
  1169. 0% {
  1170. opacity: 1;
  1171. }
  1172. 100% {
  1173. opacity: 0;
  1174. }
  1175. }
  1176. @keyframes showLayer {
  1177. 0% {
  1178. transform: translateY(0);
  1179. }
  1180. 100% {
  1181. transform: translateY(-100%);
  1182. }
  1183. }
  1184. @keyframes hideLayer {
  1185. 0% {
  1186. transform: translateY(-100%);
  1187. }
  1188. 100% {
  1189. transform: translateY(0);
  1190. }
  1191. }
  1192. @keyframes showAmnation {
  1193. 0% {
  1194. top: -12rpx;
  1195. opacity: 0;
  1196. }
  1197. 50% {
  1198. top: -60rpx;
  1199. opacity: 1;
  1200. }
  1201. 100% {
  1202. top: -100rpx;
  1203. opacity: 0;
  1204. }
  1205. }
  1206. @keyframes hideAmnation {
  1207. 0% {
  1208. top: -100rpx;
  1209. opacity: 0;
  1210. }
  1211. 100% {
  1212. top: -12rpx;
  1213. opacity: 0;
  1214. }
  1215. }
  1216. .popup {
  1217. position: fixed;
  1218. top: 0;
  1219. width: 100%;
  1220. height: 100%;
  1221. z-index: 999;
  1222. display: none;
  1223. .mask{
  1224. position: fixed;
  1225. top: 0;
  1226. width: 100%;
  1227. height: 100%;
  1228. z-index: 21;
  1229. background-color: rgba(0, 0, 0, 0.6);
  1230. }
  1231. .layer {
  1232. position: fixed;
  1233. z-index: 22;
  1234. bottom: -294rpx;
  1235. width: 702rpx;
  1236. padding: 24rpx 24rpx 36rpx 24rpx;
  1237. height: 260rpx;
  1238. border-radius: 20rpx 20rpx 0 0;
  1239. background-color: #fff;
  1240. display: flex;
  1241. flex-wrap: wrap;
  1242. align-content: space-between;
  1243. .content {
  1244. width: 100%;
  1245. }
  1246. .btn {
  1247. width: 100%;
  1248. height: 88rpx;
  1249. margin-top: 20rpx;
  1250. .button {
  1251. width: 100%;
  1252. height: 88rpx;
  1253. color: #fff;
  1254. display: flex;
  1255. align-items: center;
  1256. justify-content: center;
  1257. background: $btn-confirm;
  1258. font-size: $font-size-28;
  1259. border-radius: 14rpx;
  1260. }
  1261. }
  1262. }
  1263. &.show {
  1264. display: block;
  1265. .mask{
  1266. animation: showPopup 0.2s linear both;
  1267. }
  1268. .layer {
  1269. animation: showLayer 0.2s linear both;
  1270. }
  1271. }
  1272. &.hide {
  1273. display: block;
  1274. .mask{
  1275. animation: hidePopup 0.2s linear both;
  1276. }
  1277. .layer {
  1278. animation: hideLayer 0.2s linear both;
  1279. }
  1280. }
  1281. &.none {
  1282. display: none;
  1283. }
  1284. &.service {
  1285. .row {
  1286. margin: 30upx 0;
  1287. .title {
  1288. font-size: 30upx;
  1289. margin: 10upx 0;
  1290. }
  1291. .description {
  1292. font-size: 28upx;
  1293. color: #999;
  1294. }
  1295. }
  1296. }
  1297. .layer-smimg{
  1298. width: 114rpx;
  1299. height: 114rpx;
  1300. float: left;
  1301. border-radius: 10rpx;
  1302. margin-right: 24rpx;
  1303. image{
  1304. width: 114rpx;
  1305. height: 114rpx;
  1306. border-radius: 10rpx;
  1307. }
  1308. }
  1309. .layer-nunbox{
  1310. justify-content: space-between;
  1311. align-items: center;
  1312. width: 536rpx;
  1313. height: auto;
  1314. float: left;
  1315. .layer-nunbox-t{
  1316. width: 100%;
  1317. height:44rpx;
  1318. position:relative;
  1319. display: flex;
  1320. margin-bottom: 10rpx;
  1321. .text{
  1322. font-size: $font-size-24;
  1323. line-height: 48rpx;
  1324. color: #999999;
  1325. }
  1326. .layer-nunbox-text{
  1327. line-height: 44rpx;
  1328. font-size: $font-size-28;
  1329. }
  1330. .number-box{
  1331. display: flex;
  1332. justify-content: center;
  1333. align-items: center;
  1334. .iconfont{
  1335. font-size: $font-size-32;
  1336. padding:0 18rpx;
  1337. font-size: $text-color;
  1338. }
  1339. .btn-input{
  1340. width: 62rpx;
  1341. height: 48rpx;
  1342. line-height: 48rpx;
  1343. background: #F8F8F8;
  1344. border-radius: 4rpx;
  1345. text-align: center;
  1346. font-size: $font-size-28;
  1347. }
  1348. }
  1349. .product-step{
  1350. position: absolute;
  1351. left: 45rpx;
  1352. bottom: 0;
  1353. height: 44rpx;
  1354. background: #FFFFFF;
  1355. }
  1356. }
  1357. .layer-nunbox-b{
  1358. width: 100%;
  1359. height:44rpx;
  1360. margin-top: 13rpx;
  1361. }
  1362. .text{
  1363. line-height: 44rpx;
  1364. font-size: $font-size-28;
  1365. .p{
  1366. color: #FF2A2A;
  1367. }
  1368. .p:first-child{
  1369. margin-left: 30rpx;
  1370. }
  1371. .p.sm{
  1372. font-size: $font-size-24;
  1373. }
  1374. }
  1375. }
  1376. }
  1377. .tui-popup-box {
  1378. position: relative;
  1379. box-sizing: border-box;
  1380. min-height: 220rpx;
  1381. padding:0rpx 24rpx 24rpx 24rpx;
  1382. .title{
  1383. font-size: $font-size-34;
  1384. color: $text-color;
  1385. line-height: 88rpx;
  1386. text-align: center;
  1387. float: left;
  1388. width: 100%;
  1389. height: 88rpx;
  1390. }
  1391. .content{
  1392. width: 100%;
  1393. height: auto;
  1394. float: left;
  1395. .content-tr{
  1396. width: 100%;
  1397. height: 58rpx;
  1398. line-height: 58rpx;
  1399. display: flex;
  1400. .content-td{
  1401. display: flex;
  1402. flex: 3;
  1403. font-size: $font-size-26;
  1404. color: #999999;
  1405. line-height: 58rpx;
  1406. text-align: left;
  1407. }
  1408. .content-th{
  1409. display: flex;
  1410. flex: 7;
  1411. font-size: $font-size-26;
  1412. color: #333333;
  1413. line-height: 58rpx;
  1414. text-align: left;
  1415. }
  1416. }
  1417. }
  1418. }
  1419. .tui-popup-btn {
  1420. width: 100%;
  1421. height: auto;
  1422. float: left;
  1423. margin-top: 24rpx;
  1424. .tui-button{
  1425. width: 100%;
  1426. height: 88rpx;
  1427. background: $btn-confirm;
  1428. line-height: 88rpx;
  1429. text-align: center;
  1430. color: #FFFFFF;
  1431. font-size: $font-size-28;
  1432. border-radius: 44rpx;
  1433. }
  1434. }
  1435. /*富文本样式*/
  1436. rich-text.p{
  1437. width: 702rpx !important;
  1438. padding: 0 24rpx;
  1439. text-align: justify;
  1440. }
  1441. rich-text.img{
  1442. width: 100%;
  1443. height: auto;
  1444. }
  1445. .Disclaimer {
  1446. background: rgba(225,86,22,0.1);
  1447. border-radius:20rpx;
  1448. padding:0 20rpx 20rpx 20rpx;
  1449. font-size: 20rpx;
  1450. color: #e15616;
  1451. margin-bottom: 30rpx
  1452. }
  1453. .Disclaimer span {
  1454. display: block;
  1455. padding: 20rpx 0;
  1456. text-align: left;
  1457. font-size: 24rpx;
  1458. }
  1459. .Disclaimer .text {
  1460. line-height:48rpx;
  1461. }
  1462. .brandinfo{
  1463. color: #333333;
  1464. line-height: 46rpx;
  1465. font-size: 26rpx;
  1466. }
  1467. .imgList{
  1468. width: 702rpx;
  1469. margin: auto;
  1470. height: 710rpx;
  1471. margin-bottom: 20rpx;
  1472. }
  1473. .imgList img{
  1474. width: 100%;
  1475. height: 100%;
  1476. }
  1477. .detailsText{
  1478. padding: 0 30rpx 30rpx 30rpx;
  1479. color: #333333;
  1480. font-size: 24rpx;
  1481. text-align: left;
  1482. }
  1483. </style>