1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012 |
- <template>
- <view class="container">
- <view class="introduce-section">
- <view class="price-box">
- <view class="title">{{goods.title}}</view>
- <view v-if='goods.isFutures==0' class="title-tip">
- <text class="price-tip">¥</text>
- <text class="price">{{goods.price}}</text>
- <text class="price-tip">元/吨</text>
- </view>
- <view v-else class="title-tip">
- <text class="price-tip">今日基差</text>
- <text class="price-tip">¥</text>
- <text class="price-tip">{{goods.basis}}</text>
- <text class="price-tip">元/吨</text>
- </view>
- </view>
- <view class="bot-row">
- <view v-if='goods.companyId==2' class='cu-tag radius line-orange'>佳屹农</view>
- <view v-else class='cu-tag radius line-orange'>易粮易运</view>
- <view v-if='goods.sellerPhone && goods.companyId!=2' class='cu-tag radius line-orange' >{{goods.sellerPhone}}</view>
- <!-- <view class='cu-tag radius line-orange'>{{goods.basis}}元/吨</view> -->
- </view>
- <!-- <view v-if='goods.companyId==2' class="bot-row">
- <view class='cu-tag radius line-orange'>大袋{{goods.basisBig}}</view>
- <view class='cu-tag radius line-orange'>小袋装{{goods.basisSmall}}</view>
- </view> -->
- <view v-if='goods.companyId!=2' class="bot-row">
- <view class='cu-tag radius line-orange'>剩余量: {{goods.total - goods.soldCount}}吨</view>
- <view class='cu-tag radius line-orange'>总量: {{goods.total}}吨</view>
- </view>
- </view>
- <view v-if="goods.storeImg" class="carousel-section">
- <swiper autoplay="true" interval="3000" duration="500" class="carousel" circular @change="swiperChange">
- <swiper-item key="0" class="carousel-item">
- <image :src="goods.storeImg" @tap="ViewImage(goods.storeImg)"/>
- </swiper-item>
- <swiper-item key="1" class="carousel-item">
- <image :src="goods.foodsImg" @tap="ViewImage(goods.foodsImg)"/>
- </swiper-item>
- <swiper-item key="2" class="carousel-item">
- <image :src="goods.carImg" @tap="ViewImage(goods.carImg)"/>
- </swiper-item>
- </swiper>
- <view class="swiper-dots">
- <text class="num">{{swiperCurrent+1}}</text>
- <text class="sign">/</text>
- <text class="num">{{swiperLength}}</text>
- </view>
- </view>
-
- <view class="detail-desc">
- <view class="d-header">
- <text>基本信息</text>
- </view>
- <view class="c-list">
- <view class="c-row b-b">
- <text class="tit">品种</text>
- <view class="con-list">
- <text>{{goods.goodsName}}</text>
- </view>
- </view>
- <view v-if='goods.companyId!=2' class="c-row b-b">
- <text class="tit">产地</text>
- <view class="con-list">
- <text>{{goods.origin}}</text>
- </view>
- </view>
- <view v-if='goods.companyId!=2' class="c-row b-b">
- <text class="tit">国标等级</text>
- <view class="con-list">
- <text>{{goods.level}}</text>
- </view>
- </view>
- <view v-if='goods.companyId!=2' class="c-row b-b">
- <text class="tit">年份</text>
- <view class="con-list">
- <text>{{goods.year}}</text>
- </view>
- </view>
- <view v-if='goods.companyId!=2' class="c-row b-b">
- <text class="tit">包装方式</text>
- <view class="con-list">
- <text>{{goods.packing}}</text>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">最小成交量</text>
- <view class="con-list">
- <text>{{goods.minSale}}(吨)</text>
- </view>
- </view>
- <view v-if='goods.isFutures==0' class="c-row b-b">
- <text class="tit">剩余量</text>
- <view class="con-list">
- <text>{{numFilter(goods.total-goods.soldCount)}}</text>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">价格类型</text>
- <view class="con-list">
- <text>{{goods.priceType}}</text>
- </view>
- </view>
- <view class="c-row b-b">
- <text class="tit">库存地</text>
- <view class="con-list">
- <text>{{goods.stock}}</text>
- </view>
- </view>
- </view>
- <view class="d-header">
- <text>粮食指标</text>
- </view>
- <view class="c-list">
- <view v-if='goods.goodsName=="玉米"' class="c-row b-b">
- <text class="tit">杂质(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.impurity}}</text>
- </view>
- </view>
- <view v-if='goods.goodsName=="玉米"' class="c-row b-b">
- <text class="tit">生霉粒(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.moldy}}</text>
- </view>
- </view>
- <view v-if='goods.goodsName=="玉米"' class="c-row b-b">
- <text class="tit">容重(g/L){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.bulkDensity}}</text>
- </view>
- </view>
- <view v-if='goods.goodsName=="玉米"' class="c-row b-b">
- <text class="tit">气味、色泽</text>
- <view class="con-list">
- <text>{{goods.smell}}</text>
- </view>
- </view>
- <!-- <view v-if='goods.goodsName=="玉米"' class="c-row b-b">
- <text class="tit">热损(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.heatLoss}}</text>
- </view>
- </view> -->
- <view class="c-row b-b">
- <text class="tit">水分(%){{'<='}} </text>
- <view class="con-list">
- <text>{{goods.waterContent}}</text>
- </view>
- </view>
- <view v-if='goods.goodsName=="大豆"' class="c-row b-b">
- <text class="tit">蛋白(%){{'>='}} </text>
- <view class="con-list">
- <text>{{goods.protein}}</text>
- </view>
- </view>
- <view v-if='goods.goodsName=="大豆"' class="c-row b-b">
- <text class="tit">粒型</text>
- <view class="con-list">
- <text>{{goods.grainType}}</text>
- </view>
- </view>
- <view v-if="goods.userName1" class="c-row b-b">
- <text class="tit">价格</text>
- <view class="con-list">
- <input placeholder="请填写" name="input" v-model="price" @input="priceInput"></input>
- </view>
- <button class='cu-btn bg-green shadow' @click="changePrice">修改价格</button>
- </view>
- <view v-if="goods.userName1" class="c-row b-b">
- <text class="tit">备注</text>
- <view class="con-list">
- <input placeholder="请填写" name="input" v-model="reason" @input="reasonInput"></input>
- </view>
- <button class='cu-btn bg-red shadow' @click="endSale">终止销售</button>
- </view>
- </view>
- <view v-if="goods.userName" class="padding-xl" @click="navToDetailPage()">
- <button class="cu-btn block line-orange lg">
- <text class="cuIcon-upload"></text> 上传图片</button>
- </view>
- </view>
- <!-- 底部操作菜单 -->
- <view class="page-bottom">
- <view class="action-btn-group">
- <button type="primary" class=" action-btn no-border buy-now-btn" @click="contactUs">联系我们</button>
- <button v-if="goods.status == 1" type="primary" class=" action-btn no-border add-cart-btn" >交易结束</button>
- <button v-else type="primary" class=" action-btn no-border add-cart-btn" @click="tradeNow">我要买粮</button>
- </view>
- </view>
- </view>
- </template>
- <script>
- import uniNumberBox from '@/components/uni-number-box.vue';
- import {
- mapState
- } from 'vuex';
- export default {
- components: {
- uniNumberBox
- },
- data() {
- return {
- swiperCurrent: 0,
- titleNViewBackground: '',
- swiperLength: 0,
- goods: {
- id: undefined,
- title: undefined,
- soldCount: 0,
- total: 0,
- price: 0,
- origin: undefined,
- stock: undefined,
- level: undefined,
- goodsName: undefined,
- smell: undefined,
- priceType: undefined,
- packing: undefined,
- year: undefined,
- waterContent: 0,
- bulkDensity: 0,
- moldy: 0,
- impurity: 0,
- overFlow: 0,
- seller:'',
- sellerPhone:'',
- minSale: 0,
- status:0
- },
- share:{
- title: '',
- imageUrl:'https://taohaoliang.oss-cn-beijing.aliyuncs.com/shareLogo.png',
- },
- reason:"",
- price:undefined
- };
- },
- onShow() {
- },
- onLoad(options) {
- const that = this
- uni.showLoading({
- title: '正在加载',
- mask:true
- })
- that.$api.request('goods', 'getSaleDetailInfo', {
- id: options.id
- }, failres => {
- that.$api.msg(failres.errmsg)
- uni.hideLoading()
- }).then(res => {
- console.log(res.data)
- that.goods = res.data
- that.swiperLength = 3
- if(that.goods.soldCount >= that.goods.total){
- that.goods.status = 1
- }
- that.share.title = that.goods.title
- uni.hideLoading()
- })
- },
- computed: {
- ...mapState(['hasLogin','userInfo'])
- },
- methods: {
- numFilter (value) {
- if(!value){
- return 0
- }
- // 截取当前数据到小数点后两位
- let realVal = parseFloat(value).toFixed(2)
- return realVal
- },
- swiperChange(e) {
- const index = e.detail.current;
- this.swiperCurrent = index;
- },
- contactUs() {
- const that = this
- if(that.goods.liangxinId)
- {
- let chat = {
- chatId: that.goods.liangxinId,
- chatType:0,
- chatName:'易粮易运'
- }
- this.$u.vuex('chatObj',chat);
- this.$u.route({
- url:"pageC/chat/chat"
- });
- }
- else{
- uni.makePhoneCall({
-
- // 手机号
- phoneNumber: that.goods.sellerPhone,
-
- // 成功回调
- success: (res) => {
- console.log('调用成功!')
- },
-
- // 失败回调
- fail: (res) => {
- console.log('调用失败!')
- }
-
- });
- }
-
- },
- ViewImage(e) {
- var img = [];
- img.push(e)
- uni.previewImage({
- current:0,
- urls: img
- });
- },
- priceInput(e) {
- this.price = e.detail.value
- },
- reasonInput(e) {
- this.reason = e.detail.value
- },
- navToDetailPage() {
- const that = this
- uni.navigateTo({
- url: `/pageA/product/detail_upload?id=${that.goods.id}`
- })
- },
- changePrice(options){
- const that = this
- uni.showLoading({
- title: '正在加载'
- })
- if(!that.price){
- that.$api.msg('请输入修改价格')
- return
- }
- that.$api.request('sale', 'changePrice', {
- id: that.goods.id,
- price:that.price
- }, failres => {
- that.$api.msg(failres.errmsg)
- uni.hideLoading()
- }).then(res => {
- that.$api.msg('修改成功')
- uni.hideLoading()
- setTimeout(()=>{uni.navigateBack()},1000);
- })
- },
- endSale(){
- const that = this
- uni.showLoading({
- title: '正在加载',
- mask:true
- })
- that.$api.request('sale', 'endSale', {
- id: that.goods.id,
- reason:that.reason
- }, failres => {
- that.$api.msg(failres.errmsg)
- uni.hideLoading()
- }).then(res => {
- that.$api.msg('终止成功')
- uni.hideLoading()
- setTimeout(()=>{uni.navigateBack()},1000);
-
- })
- },
- tradeNow(){
- if (!this.hasLogin) {
- uni.showModal({
- title: '登录提示',
- content: '您尚未登录,是否立即登录?',
- showCancel: true,
- confirmText: '登录',
- success: (e) => {
- if (e.confirm) {
- uni.navigateTo({
- url: '/pages/public/login'
- })
- }
- },
- fail: () => {},
- complete: () => {}
- })
- }
- else{
- const that = this
- uni.navigateTo({
- url: `/pageA/product/trade?id=${that.goods.id}&packing=${that.goods.packing}}&province=${that.goods.province}
- &city=${that.goods.city}&area=${that.goods.area}&storeName=${that.goods.storeName}&seller=${that.goods.seller}
- &companyId=${that.goods.companyId}&sellerPhone=${that.goods.sellerPhone}&minSale=${that.goods.minSale}
- &exsitCount=${that.goods.total}&isFutures=${that.goods.isFutures}
- &basis=${that.goods.basis}&basisSmall=${that.goods.basisSmall}&basisBig=${that.goods.basisBig}
- &unloadingFee=${that.goods.unloadingFee}`
- })
- }
-
- }
- },
- }
- </script>
- <style lang='scss'>
- page {
- background: $page-color-base;
- /* padding-bottom: 160upx; */
- }
- .container{
- padding-bottom: 160upx;
- }
- .icon-you {
- font-size: $font-base + 2upx;
- color: #888;
- }
- .carousel {
- width: 100%;
- height: 350upx;
- .carousel-item {
- width: 100%;
- height: 100%;
- padding: 0 28upx;
- overflow: hidden;
- }
- image {
- width: 100%;
- height: 100%;
- border-radius: 10upx;
- }
- }
- .carousel-section {
- padding: 0;
- .titleNview-placing {
- padding-top: 0;
- height: 0;
- }
- .carousel {
- .carousel-item {
- padding: 0;
- }
- }
- .swiper-dots {
- left: 45upx;
- bottom: 40upx;
- }
- }
- /* 分享 */
- .share-section {
- display: flex;
- align-items: center;
- color: $font-color-base;
- background: linear-gradient(left, #fdf5f6, #fbebf6);
- padding: 12upx 30upx;
- .share-icon {
- display: flex;
- align-items: center;
- width: 70upx;
- height: 30upx;
- line-height: 1;
- border: 1px solid $uni-color-primary;
- border-radius: 4upx;
- position: relative;
- overflow: hidden;
- font-size: 22upx;
- color: $uni-color-primary;
- &:after {
- content: '';
- width: 50upx;
- height: 50upx;
- border-radius: 50%;
- left: -20upx;
- top: -12upx;
- position: absolute;
- background: $uni-color-primary;
- }
- }
- .icon-xingxing {
- position: relative;
- z-index: 1;
- font-size: 24upx;
- margin-left: 2upx;
- margin-right: 10upx;
- color: #fff;
- line-height: 1;
- }
- .tit {
- font-size: $font-base;
- margin-left: 10upx;
- }
- .icon-bangzhu1 {
- padding: 10upx;
- font-size: 30upx;
- line-height: 1;
- }
- .share-btn {
- flex: 1;
- text-align: right;
- font-size: $font-sm;
- color: $uni-color-primary;
- }
- .icon-you {
- font-size: $font-sm;
- margin-left: 4upx;
- color: $uni-color-primary;
- }
- }
- .c-list {
- font-size: $font-sm + 2upx;
- color: $font-color-base;
- background: #fff;
- .c-row {
- display: flex;
- align-items: center;
- padding: 20upx 30upx;
- position: relative;
- }
- .tit {
- width: 220upx;
- }
- .con {
- flex: 1;
- color: $font-color-dark;
- .selected-text {
- margin-right: 10upx;
- }
- }
- .bz-list {
- height: 40upx;
- font-size: $font-sm+2upx;
- color: $font-color-dark;
- text {
- display: inline-block;
- margin-right: 30upx;
- }
- }
- .con-list {
- flex: 1;
- display: flex;
- flex-direction: column;
- color: $font-color-dark;
- line-height: 40upx;
- text-align: right;
- padding-right: 20upx;
- }
- .red {
- color: $uni-color-primary;
- }
- }
- /* 评价 */
- .eva-section {
- display: flex;
- flex-direction: column;
- padding: 20upx 30upx;
- background: #fff;
- margin-top: 16upx;
- .e-header {
- display: flex;
- align-items: center;
- height: 70upx;
- font-size: $font-sm + 2upx;
- color: $font-color-light;
- .tit {
- font-size: $font-base + 2upx;
- color: $font-color-dark;
- margin-right: 4upx;
- }
- .tip {
- flex: 1;
- text-align: right;
- }
- .icon-you {
- margin-left: 10upx;
- }
- }
- }
- .eva-box {
- display: flex;
- padding: 20upx 0;
- .portrait {
- flex-shrink: 0;
- width: 80upx;
- height: 80upx;
- border-radius: 100px;
- }
- .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- font-size: $font-base;
- color: $font-color-base;
- padding-left: 26upx;
- .con {
- font-size: $font-base;
- color: $font-color-dark;
- padding: 20upx 0;
- }
- .bot {
- display: flex;
- justify-content: space-between;
- font-size: $font-sm;
- color: $font-color-light;
- }
- }
- }
- /* 详情 */
- .detail-desc {
- background: #fff;
- margin-top: 16upx;
- width: 750upx;
- .d-header {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 80upx;
- font-size: $font-base + 2upx;
- color: $font-color-dark;
- position: relative;
- text {
- padding: 0 20upx;
- background: #fff;
- position: relative;
- z-index: 1;
- }
- &:after {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translateX(-50%);
- width: 300upx;
- height: 0;
- content: '';
- border-bottom: 1px solid #ccc;
- }
- }
- }
- /* 规格选择弹窗 */
- .attr-content {
- padding: 10upx 30upx;
- .a-t {
- display: flex;
- image {
- width: 170upx;
- height: 170upx;
- flex-shrink: 0;
- margin-top: -40upx;
- border-radius: 8upx;
- ;
- }
- .right {
- display: flex;
- flex-direction: column;
- padding-left: 24upx;
- font-size: $font-sm + 2upx;
- color: $font-color-base;
- line-height: 42upx;
- .price {
- font-size: $font-lg;
- color: $uni-color-primary;
- margin-bottom: 10upx;
- }
- .selected-text {
- margin-right: 10upx;
- }
- }
- }
- .attr-list {
- display: flex;
- flex-direction: column;
- font-size: $font-base + 2upx;
- color: $font-color-base;
- padding-top: 30upx;
- padding-left: 10upx;
- }
- .item-list {
- padding: 30upx 0 0;
- display: flex;
- flex-wrap: wrap;
- text {
- display: flex;
- align-items: center;
- justify-content: center;
- background: #eee;
- margin-right: 20upx;
- margin-bottom: 20upx;
- border-radius: 100upx;
- min-width: 60upx;
- height: 60upx;
- padding: 0 20upx;
- font-size: $font-base;
- color: $font-color-dark;
- }
- .selected {
- background: #fbebee;
- color: $uni-color-primary;
- }
- }
- }
- /* 弹出层 */
- .popup {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 99;
- &.show {
- display: block;
- .mask {
- animation: showPopup 0.2s linear both;
- }
- .layer {
- animation: showLayer 0.2s linear both;
- }
- }
- &.hide {
- .mask {
- animation: hidePopup 0.2s linear both;
- }
- .layer {
- animation: hideLayer 0.2s linear both;
- }
- }
- &.none {
- display: none;
- }
- .mask {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .layer {
- position: fixed;
- z-index: 99;
- bottom: 0;
- width: 100%;
- min-height: 40vh;
- border-radius: 10upx 10upx 0 0;
- background-color: #fff;
- .btn {
- height: 66upx;
- line-height: 66upx;
- border-radius: 100upx;
- background: $uni-color-primary;
- font-size: $font-base + 2upx;
- color: #fff;
- margin: 30upx auto 20upx;
- }
- }
- @keyframes showPopup {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes hidePopup {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes showLayer {
- 0% {
- transform: translateY(120%);
- }
- 100% {
- transform: translateY(0%);
- }
- }
- @keyframes hideLayer {
- 0% {
- transform: translateY(0);
- }
- 100% {
- transform: translateY(120%);
- }
- }
- }
- .swiper-dots {
- display: flex;
- position: absolute;
- left: 60upx;
- bottom: 15upx;
- width: 72upx;
- height: 36upx;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAYAAADDhn8LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4MzlBNjE0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4MzlBNjA0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0E3RUNERkE0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E3RUNERkI0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gh5BPAAACTUlEQVR42uzcQW7jQAwFUdN306l1uWwNww5kqdsmm6/2MwtVCp8CosQtP9vg/2+/gY+DRAMBgqnjIp2PaCxCLLldpPARRIiFj1yBbMV+cHZh9PURRLQNhY8kgWyL/WDtwujjI8hoE8rKLqb5CDJaRMJHokC6yKgSCR9JAukmokIknCQJpLOIrJFwMsBJELFcKHwM9BFkLBMKFxNcBCHlQ+FhoocgpVwwnv0Xn30QBJGMC0QcaBVJiAMiec/dcwKuL4j1QMsVCXFAJE4s4NQA3K/8Y6DzO4g40P7UcmIBJxbEesCKWBDg8wWxHrAiFgT4fEGsB/CwIhYE+AeBAAdPLOcV8HRmWRDAiQVcO7GcV8CLM8uCAE4sQCDAlHcQ7x+ABQEEAggEEAggEEAggEAAgQACASAQQCCAQACBAAIBBAIIBBAIIBBAIABe4e9iAe/xd7EAJxYgEGDeO4j3EODp/cOCAE4sYMyJ5cwCHs4rCwI4sYBxJ5YzC84rCwKcXxArAuthQYDzC2JF0H49LAhwYUGsCFqvx5EF2T07dMaJBetx4cRyaqFtHJ8EIhK0i8OJBQxcECuCVutxJhCRoE0cZwMRyRcFefa/ffZBVPogePihhyCnbBhcfMFFEFM+DD4m+ghSlgmDkwlOgpAl4+BkkJMgZdk4+EgaSCcpVX7bmY9kgXQQU+1TgE0c+QJZUUz1b2T4SBbIKmJW+3iMj2SBVBWz+leVfCQLpIqYbp8b85EskIxyfIOfK5Sf+wiCRJEsllQ+oqEkQfBxmD8BBgA5hVjXyrBNUQAAAABJRU5ErkJggg==);
- background-size: 100% 100%;
-
- .num {
- width: 36upx;
- height: 36upx;
- border-radius: 50px;
- font-size: 24upx;
- color: #fff;
- text-align: center;
- line-height: 36upx;
- }
-
- .sign {
- position: absolute;
- top: 0;
- left: 50%;
- line-height: 36upx;
- font-size: 12upx;
- color: #fff;
- transform: translateX(-50%);
- }
- }
- /* 底部操作菜单 */
- .page-bottom {
- position: fixed;
- left: 30upx;
- bottom: 30upx;
- z-index: 95;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 690upx;
- height: 100upx;
- background: rgba(255, 255, 255, .9);
- box-shadow: 0 0 20upx 0 rgba(0, 0, 0, .5);
- border-radius: 16upx;
- .p-b-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: $font-sm;
- color: $font-color-base;
- width: 96upx;
- height: 80upx;
- .yticon {
- font-size: 40upx;
- line-height: 48upx;
- color: $font-color-light;
- }
- &.active,
- &.active .yticon {
- color: $uni-color-primary;
- }
- .icon-fenxiang2 {
- font-size: 42upx;
- transform: translateY(-2upx);
- }
- .icon-shoucang {
- font-size: 46upx;
- }
- }
-
- }
- .rich-img {
- width: 100%;
- height: auto;
- margin: 0;
- padding: 0;
- line-height: 0px;
- }
- button::after {
- border: none;
- }
-
- /* 销售信息 */
- .introduce-section {
- background: #fff;
- padding: 20upx 30upx;
- padding-bottom: 100upx;
- .guess-item {
- padding-bottom: 20upx;
- border-bottom: 1px solid #ccc;
- }
- .title {
- font-size: 28upx;
- color: $font-color-dark;
- font-weight:bold;
- height: 50upx;
- line-height: 50upx;
- flex:2.5;
- }
- .title-tip {
- flex:1.5;
- }
- .price-box {
- display: flex;
- align-items: baseline;
- height: 120rpx;
- padding: 10upx 0;
- font-size: 26upx;
- color: $uni-color-primary;
- }
-
- .price {
- font-size: $font-lg + 2upx;
- }
-
- .m-price {
- margin: 0 12upx;
- color: $font-color-light;
- text-decoration: line-through;
- }
-
- .coupon-tip {
- align-items: center;
- padding: 4upx 10upx;
- background: $uni-color-primary;
- font-size: $font-sm;
- color: #fff;
- border-radius: 6upx;
- line-height: 1;
- transform: translateY(-4upx);
- }
-
- .bot-row {
- display: flex;
- align-items: center;
- height: 50upx;
- font-size: $font-sm;
- color: $font-color-light;
-
- view {
- flex: 1;
- }
- }
- }
- </style>
|