12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031 |
- <template>
- <view :data-theme="theme" class="discover borderPad">
- <!-- 表单 -->
- <form v-if="!topicShow" @submit="formSubmit" report-submit='true'>
- <navigator url="/pages/address/user_address_list/index" v-if="fair">
- <view class="allAddress">
- <view class='address row-between-wrapper flex-between-center'>
- <view class='addressCon' v-if="addressInfo.realName">
- <view class='name'>{{addressInfo.realName}}
- <text class='phone'>{{addressInfo.phone}}</text>
- </view>
- <view class="acea-row line2">
- <text class='default font_color' v-if="addressInfo.isDefault">[默认]</text>
- <text>{{addressInfo.province}}{{addressInfo.city}}{{addressInfo.district}}{{ addressInfo.street}}{{addressInfo.detail}}</text>
- </view>
- </view>
- <view class='addressCon' v-else>
- <view class='setaddress'>设置收货地址</view>
- </view>
- <view class='iconfont icon-jiantou'></view>
- </view>
- <view class='line'>
- <image src='../../goods/static/images/line.png'></image>
- </view>
- </view>
- </navigator>
- <view class="release_content">
- <view class="release_item">
- <view class="title mb30">
- <input :placeholder="fair ? '填写好物名称' : dazi ? '填写标题' : '填写标题会有更多赞噢~'" name="title" placeholder-class='placeholder' v-model="formData.title" maxlength="20" />
- </view>
- <view class="textarea">
- <textarea :placeholder="fair ? '说说好物信息,入手渠道,转卖原因...' : dazi ? '填写简介' : formData.type == 1?'分享使用体验和心得,获得更多点赞和关注哦~(600字以内)':'分享使用体验和心得,获得更多点赞和关注哦~(200字以内)'"
- auto-height name="comment" placeholder-class='placeholder' v-model="formData.content" :maxlength="formData.type == 1?'600':'200'"></textarea>
- <view class="discoverlist acea-row mt-10">
- <view v-for="(item, index) in discoverTopicList" :key="item.id" class="list mr-12 font-color">
- <text class="icon iconfont icon-huati"></text>{{item.name}}
- </view>
- </view>
- </view>
- <view class="photo_count mt-30">
- <view class="input_photo acea-row row-middle">
- <view class="pictrue" v-if="formData.video">
- <image class="video-bg" mode="widthFix" src="../static/images/video_bg.png"></image>
- <view class="videoHover" @click="videoshow">
- <view>
- <text class="iconfont icon-24gf-play"></text>
- </view>
- </view>
- <text class="video-text">点击可预览视频</text>
- <view class="close_btn" @click="formData.video = ''"><text class="iconfont icon-guanbi4"></text></view>
- </view>
- <view class="pictrue" v-for="(item, index) in image" :key="index">
- <easy-loadimage mode="widthFix" :image-src="item.url"></easy-loadimage>
- <text class="cover_text" v-if="item.isCover">封面</text>
- <view class="close_btn" @click="DelPic(index)"><text class="iconfont icon-guanbi4"></text></view>
- <view class="cover_change" v-if="!item.isCover" @click="onChangeCover(item, index)">更换封面
- </view>
- </view>
- <view v-if="image.length < 9 && !formData.video" class="pictrue acea-row row-center-wrapper row-column add"
- @click="upload('image')">
- <view><text class='iconfont icon-paizhao'></text></view>
- <view class="text">添加图片</view>
- </view>
- <view v-if="image.length === 0 && !formData.video && !dazi" class="pictrue acea-row row-center-wrapper row-column add"
- @click="upload('video',1)">
- <view><text class='iconfont icon-tianjiashipin'></text></view>
- <view class="text">添加视频</view>
- </view>
- <view v-if="formData.video && image.length=== 0" class="pictrue acea-row row-center-wrapper row-column add"
- @click="upload('video',2)">
- <view><text class='iconfont icon-paizhao'></text></view>
- <view class="text">添加封面</view>
- </view>
- </view>
- </view>
- <!-- <view @click="addTopic" class="flex flex-wrap mt-120">
- <view class="h-52 px-16 rd-30rpx border-eee flex-center fs-24">
- <span class="line-heightOne">#话题</span>
- </view>
- </view> -->
- </view>
- </view>
- <view class="release_content">
- <view class="release_item" style="padding: 0 24rpx;">
- <!-- <view class='item acea-row row-between-wrapper' @click.stop="addProduct">
- <view class='name color28'><text class="iconfont icon-tianjiabaobei"></text>添加宝贝({{productList.length}})
- </view>
- <view class="select">
- <view class="select_count">
- <text v-if="productList.length == 0" class="text">请选择</text>
- <view v-else class="text">
- <image class="image" v-for="(item,index) in productList" :key="index" :src="item.image || item.productImage"></image>
- </view>
- <text class="iconfont icon-xiangyou"></text>
- </view>
- </view>
- </view> -->
- <view class='item acea-row row-between-wrapper'>
- <view class='name color28'><text class="iconfont icon-neirongfenlei"></text>内容分类
- </view>
- <view class="select">
- <view class="select_count">
- <picker class="pickerIpt" @change="bindSexChange" :value="sexindex" :range="categoryList" range-key="name">
- <text v-if="!categoryName" class="text">请选择</text>
- <view class="uni-input color28 text">{{categoryName}}</view>
- </picker>
- <text @change="bindSexChange" class="iconfont icon-xiangyou"></text>
- </view>
- </view>
- </view>
- <view v-if="fair && noteId" class='item acea-row row-between-wrapper'>
- <view class='name color28'><text class="iconfont icon-neirongfenlei"></text>是否上架</view>
- <view class="select">
- <switch @change="switch2Change" :checked="saleStatus" :color="indicatorBg" style="transform:scale(0.7)" />
- </view>
- </view>
- <view class='item acea-row row-between-wrapper' v-if="fair">
- <view class='name color28'><text class="iconfont icon-qiandai"></text>价格
- </view>
- <view class="select">
- <view class="select_count">
- <text class="select-input">¥</text>
- <input class="text w-128 select-input" type="number" :maxlength="6" :placeholder="'价格'" placeholder-class="placeholder" v-model="formData.price" />
- <text @change="bindSexChange" class="iconfont icon-xiangyou"></text>
- </view>
- </view>
- </view>
- <template v-if="!fair && !dazi">
- <view v-if="!replyPlatformSwitch" class='item acea-row row-between-wrapper'>
- <view class='name color28'>总平台禁止评论</view>
- </view>
- <view v-else class='item acea-row row-between-wrapper'>
- <view class='name color28'><text class="iconfont icon-pinglun3"></text>是否禁止评论</view>
- <view class="select">
- <switch @change="switch1Change" :checked="replyStatus" :color="indicatorBg" style="transform:scale(0.7)" />
- </view>
- </view>
- </template>
- </view>
- </view>
- <button class="release_btn button" form-type="submit">发布</button>
- </form>
- <!-- 商品列表 -->
- <tui-bottom-popup class="topic" :zIndex="1002" :maskZIndex="1001" :show="popupShow" @close="popup">
- <associated-product v-if="popupShow" :checkedObj="productList" @getProduct="getProduct" @close="popup"></associated-product>
- </tui-bottom-popup>
- <!-- 话题列表 -->
- <tui-bottom-popup class="topic" :zIndex="1002" :maskZIndex="1001" :show="topicShow" @close="popupTopic">
- <discover-topic v-if="topicShow" @onClose="popupTopic"></discover-topic>
- </tui-bottom-popup>
- <!--视频预览弹窗-->
- <tui-bottom-popup class="topic" :zIndex="1002" :maskZIndex="1001" :show="showVideo" @close="showVideo=false">
- <view v-if="showVideo" class="video-count">
- <!--#ifndef APP-PLUS-->
- <video id="myVideo" class="videoLink" autoplay loop muted :src="formData.video"></video>
- <!--#endif-->
- <!--#ifdef APP-PLUS-->
- <view v-html="videoHtml"></view>
- <!--#endif-->
- </view>
- </tui-bottom-popup>
- </view>
- </template>
- <script>
- // #ifdef MP
- import {
- base64src
- } from '@/utils/base64src.js'
- // #endif
- import {
- mapGetters
- } from "vuex";
- import {
- setThemeColor
- } from '@/utils/setTheme.js'
- import {
- noteDetailApi,
- secondHandDetailApi,
- communityCategoryListApi,
- getSecondHandInfo,
- noteUpdateApi,
- noteAddApi,
- secondHandAddApi,
- secondHandUpdateApi,
- replyPlatformSwitchApi
- } from '@/api/discover.js';
- import {
- Debounce
- } from '@/utils/validate.js';
- import {
- HTTP_REQUEST_URL
- } from '@/config/app.js';
- import {
- getAddressDefault
- } from '@/api/user.js';
- import tuiBottomPopup from "../components/tui-bottom-popup.vue"
- import associatedProduct from "../components/associatedProduct.vue"
- import easyLoadimage from '@/components/base/easy-loadimage.vue';
- import discoverTopic from '../components/discover_topic.vue';
- let app = getApp();
- export default {
- components: {
- tuiBottomPopup,
- associatedProduct,
- easyLoadimage,
- discoverTopic
- },
- computed: {
- ...mapGetters(['discoverTopic']),
- videoHtml: function() {
- return `<video autoplay loop muted controls="controls" width="100%" height="870px"><source src="${this.formData.video}" type="video/mp4"></video>`;
- }
- },
- data() {
- return {
- topicShow: false,
- popupShow: false,
- theme: app.globalData.theme,
- image: [], //图片集合
- cover: '', //视频第一帧作为封面
- filesLen: 0,
- exceeded_list: [],
- uploadMaxSize: 50, //上传图片大小限制
- formData: {
- categoryId: 0,
- image: "",
- content: "",
- cover: '',
- topicIds: "",
- proIds: "",
- video: '',
- id: 0,
- replyStatus: 1,
- title: "",
- type: 1 //1图文,2视频
- },
- productList: [], //商品
- topicList: [], //话题
- noteId: 0, //内容id
- sexindex: 0, //分类索引
- categoryName: '', //分类名称
- categoryList: [], //逛逛分类
- indicatorBg: '#e93323',
- discoverTopicList: [], //选中的话题列表
- replyStatus: false, //开关
- saleStatus: true, //开关
- showVideo: false, //预览视频弹窗
- replyPlatformSwitch: false, //评论总开关状态,true开启,false关闭
- videoContext: '',
- fair: false,
- dazi: false,
- addressInfo: {},
- }
- },
- onShow() {
- this.getReplyPlatformSwitch();
- uni.$on('addressInfo', function(res) {
- that.$set(that, 'addressInfo', res);
- })
- },
- mounted() {
- // #ifndef APP-PLUS
- this.videoContext = uni.createVideoContext('myVideo', this);
- // #endif
- },
- onLoad(options) {
- console.log(options)
- this.discoverTopicList = [];
- this.$store.commit('DiscoverTopic', this.discoverTopicList);
- this.indicatorBg = setThemeColor();
- this.fair = options.fair ? options.fair : false
- this.dazi = options.dazi ? options.dazi : false
- this.noteId = options.noteId ? Number(options.noteId) : 0;
- if (this.noteId > 0) this.getDetail();
- this.getCommunityCategoryList();
- this.videoContext = uni.createVideoContext("myvideo", this);
- if (this.fair) {
- getAddressDefault().then(res => {
- console.log('地址', res)
- this.addressInfo = res.data || {}
- })
- }
- },
- // 滚动监听
- onPageScroll(e) {
- // 传入scrollTop值并触发所有easy-loadimage组件下的滚动监听事件
- uni.$emit('scroll');
- },
- methods: {
- /*更换封面*/
- onChangeCover(item) {
- uni.showLoading({
- title: '加载中',
- mask: true
- })
- setTimeout(() => {
- this.image.map(items => {
- items.isCover = false
- })
- this.$set(item, 'isCover', true);
- uni.hideLoading();
- }, 500);
- },
- /*获取评论总开关状态*/
- getReplyPlatformSwitch() {
- replyPlatformSwitchApi().then(res => {
- this.replyPlatformSwitch = res.data == 1 ? true : false;
- })
- },
- /*查看视频*/
- videoshow() {
- this.showVideo = true
- this.videoContext = uni.createVideoContext('myVideo', this);
- this.$nextTick(() => {
- this.videoContext.play();
- })
- },
- //开关
- switch1Change: function(e) {
- this.formData.replyStatus = e.detail.value ? 2 : 1;
- },
- //开关
- switch2Change: function(e) {
- this.formData.saleStatus = e.detail.value ? 0 : 4;
- },
- //分类列表
- getCommunityCategoryList() {
- if (this.dazi) {
- this.categoryList = [{id: 0, name: '游戏陪玩'}, {id: 1, name: '代练'}]
- } else {
- let categoryApi = this.fair ? getSecondHandInfo() : communityCategoryListApi();
- categoryApi.then(res => {
- this.categoryList = this.fair ? res.data.navigatList : res.data;
- })
- }
- },
- //选择分类
- bindSexChange(e) {
- this.sexindex = e.detail.value;
- this.formData.categoryId = this.categoryList[this.sexindex].id;
- this.categoryName = this.categoryList[this.sexindex].name;
- },
- /*获取图文详情*/
- getDetail() {
- let api = this.fair ? secondHandDetailApi : noteDetailApi;
- api(this.noteId).then(res => {
- this.formData = res.data;
- this.productList = res.data.productList || [];
- this.topicList = res.data.topicList || [];
- //视频2 图文1
- if (this.formData.type === 2) {
- this.image = [{
- url: res.data.cover,
- isCover: true
- }];
- } else {
- let images = res.data.image ? res.data.image.split(',') : [];
- let index = images.findIndex(item => {
- if (item === this.formData.cover) {
- return true
- }
- });
- images.map(item => {
- this.image.push({
- isCover: false,
- url: item
- })
- })
- this.$set(this.image[index], 'isCover', true);
- }
- this.discoverTopicList = res.data.topicList || [];
- this.$store.commit('DiscoverTopic', this.discoverTopicList);
- this.replyStatus = this.formData.replyStatus == 2 ? true : false;
- this.saleStatus = this.formData.saleStatus == 0 ? true : false;
- this.categoryName = this.formData.categoryName;
- this.sexindex = this.formData.categoryId;
- }).catch(err => {
- return this.$util.Tips({
- title: err
- });
- })
- },
- /*删除话题*/
- onDel(i) {
- this.discoverTopicList.splice(i, 1);
- this.$store.commit('DiscoverTopic', this.discoverTopicList);
- },
- /*参与话题*/
- addTopic() {
- this.topicShow = true;
- },
- popup() {
- this.popupShow = false;
- },
- popupTopic() {
- this.topicShow = false;
- this.discoverTopicList = [...this.discoverTopic]
- },
- /*添加宝贝*/
- addProduct() {
- this.popupShow = true;
- },
- // 上传
- upload(name, n) {
- if (name === 'image') {
- this.formData.type = 1
- this.getImage();
- } else {
- this.formData.type = 2
- n === 1 ? this.getVideo() : this.getImage();
- }
- },
- //传图片
- getImage() {
- this.$util.uploadImageOne({
- name: 'multipart',
- model: "product",
- pid: 1,
- count: 9
- }, res => {
- let data = []
- res.map(item => {
- data.push({
- isCover: false,
- url: item
- })
- })
- this.image = [...this.image, ...data];
- if (this.image && this.image.length) this.image[0].isCover = true;
- });
- },
- //传视频
- getVideo() {
- this.$util.uploadVideo({
- name: 'multipart',
- model: "product",
- pid: 1,
- }, async res => {
- this.formData.video = res.fils;
- // #ifdef H5
- this.image = [{
- url: res.coverURL,
- isCover: true
- }];
- // #endif
- });
- },
- /**删除图片*/
- DelPic(index) {
- this.image.splice(index, 1);
- },
- /*获取选中的宝贝*/
- getProduct(data) {
- this.productList = data;
- this.popupShow = false;
- },
- /**
- * 提交数据
- */
- formSubmit: Debounce(function(e) {
- let that = this;
- if (this.fair) {
- this.formData.addressId = this.addressInfo.id
- if (that.image.length == 0) return that.$util.Tips({
- title: '请添加内容图片'
- });
- if (that.formData.type == 2 && !that.formData.video) {
- return that.$util.Tips({
- title: '请添加内容视频'
- });
- }
- }
- if (!that.formData.categoryId) return that.$util.Tips({
- title: '请选择内容分类'
- });
- if (!that.formData.price && that.fair) return that.$util.Tips({
- title: '请输入价格'
- });
- if (this.formData.type == 1) {
- let images = [];
- this.image.map(item => {
- images.push(item.url)
- });
- this.formData.image = images.join(',');
- let index = this.image.findIndex(item => {
- if (item.isCover) {
- return true
- }
- });
- if (this.image.length) this.formData.cover = this.image[index].url;
- } else {
- if (this.image.length > 0) {
- this.formData.cover = this.image[0].url;
- } else {
- this.formData.cover = this.cover;
- }
- }
- this.formData.proIds = this.productList.map(val => val.productId).join(',');
- this.formData.topicIds = this.discoverTopicList.map(val => val.id).join(',');
- this.formData.city = uni.getStorageSync('cityName')
- // if (!that.formData.cover) return that.$util.Tips({
- // title: '请上传封面图'
- // });
- this.formData.latitude = uni.getStorageSync('user_latitude');
- this.formData.longitude = uni.getStorageSync('user_longitude');
- uni.showLoading({
- title: '保存中',
- mask: true
- })
- let addApi = this.fair ? secondHandAddApi : noteAddApi
- let editApi = this.fair ? secondHandUpdateApi : noteUpdateApi
- console.log(that.noteId, this.formData, this.saleStatus)
- that.noteId ? editApi(that.formData).then(res => {
- uni.hideLoading()
- that.$util.Tips({
- title: '提交成功',
- icon: 'success'
- });
- setTimeout(function() {
- let url = that.fair ? '/pages/trade_fair/trade_fair_user/index' : '/pages/discover/discover_user/index'
- uni.redirectTo({
- url: url
- })
- }, 500);
- }).catch(err => {
- uni.hideLoading()
- return that.$util.Tips({
- title: err
- });
- }) : addApi(that.formData).then(res => {
- that.$util.Tips({
- title: '提交成功',
- icon: 'success'
- });
- uni.hideLoading()
- setTimeout(function() {
- let url = that.fair ? '/pages/trade_fair/trade_fair_user/index' : '/pages/discover/discover_user/index'
- uni.redirectTo({
- url: url
- })
- }, 500);
- }).catch(err => {
- uni.hideLoading()
- return that.$util.Tips({
- title: err
- });
- })
- })
- }
- }
- </script>
- <style lang="scss" scoped>
- .pickerIpt {
- width: 300rpx;
- }
- .icon-huati {
- font-size: 24rpx;
- }
- .icon-guanbi5 {
- font-size: 20rpx;
- }
- .discover {
- padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/ */
- padding-bottom: constant(safe-area-inset-bottom) !important; ///兼容 IOS<11.2/
- }
- .topic {
- /deep/.tui-popup-class {
- height: 95% !important;
- }
- }
- .discoverlist {
- .list {
- // height: 62rpx;
- // line-height: 62rpx;
- // border-radius: 31rpx;
- @include main_color(theme);
- border: none;
- font-size: 24rpx;
- .icon {
- margin-right: 2rpx;
- }
- }
- }
- .crop_btn {
- line-height: 90rpx;
- height: 90rpx;
- height: calc(90rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
- height: calc(90rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
- }
- .container {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 20;
- width: 750rpx;
- height: 100vh;
- }
- .release_content {
- margin-top: 20rpx;
- .release_tab {
- border-radius: 16rpx 16rpx 0 0;
- border-bottom: 1rpx solid #E4E4E4;
- background: #fff;
- align-items: center;
- justify-content: center;
- height: 86rpx;
- .tab_item {
- margin: 0 40rpx;
- font-size: 32rpx;
- color: #999;
- position: relative;
- line-height: 86rpx;
- cursor: pointer;
- &.on {
- color: #E93323;
- &::after {
- content: "";
- display: inline-block;
- width: 100%;
- height: 3rpx;
- background: #E93323;
- position: absolute;
- bottom: 2rpx;
- left: 0;
- }
- }
- .iconfont {
- margin-right: 10rpx;
- font-size: 32rpx;
- }
- }
- }
- .release_item {
- background: #ffffff;
- padding: 30rpx;
- border-radius: 10rpx;
- }
- .photo_count {}
- }
- /deep/.input_photo .easy-loadimage,
- /deep/.input_photo uni-image,
- /deep/.input_photo image {
- width: 200rpx;
- height: 200rpx;
- border-radius: 12rpx !important;
- }
- .input_photo .pictrue {
- width: 200rpx;
- height: 200rpx;
- border-radius: 12rpx !important;
- margin-right: 20rpx;
- position: relative;
- overflow: hidden;
- &:nth-child(3n) {
- margin-right: 0;
- }
- .close_btn {
- width: 30rpx;
- height: 30rpx;
- background: rgba(0, 0, 0, .6);
- border-radius: 0 12rpx 0 12rpx;
- position: absolute;
- top: 0;
- right: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 10;
- .iconfont {
- color: #ffffff;
- font-size: 12rpx;
- }
- }
- .cover_text {
- display: flex;
- width: 58rpx;
- height: 29rpx;
- background: #E93323;
- border-radius: 0px 12rpx 0px 12rpx;
- position: absolute;
- left: 0;
- bottom: 0;
- z-index: 10;
- align-items: center;
- justify-content: center;
- font-size: 18rpx;
- color: #fff;
- }
- .cover_change {
- width: 200rpx;
- height: 40rpx;
- background: rgba(0, 0, 0, 0.5);
- border-radius: 0px 0px 12rpx 12rpx;
- opacity: 1;
- color: #fff;
- text-align: center;
- font-size: 18rpx;
- position: absolute;
- z-index: 10;
- bottom: 0;
- line-height: 38rpx;
- }
- }
- /deep/.loading-img {
- width: 200rpx;
- height: 200rpx;
- border-radius: 12rpx;
- }
- .input_photo .pictrue {
- margin-bottom: 20rpx;
- .videoHover {
- width: 200rpx;
- height: 200rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10;
- >view {
- width: 50rpx;
- height: 50rpx;
- background: #000000;
- border-radius: 50rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- .iconfont {
- color: #ffffff;
- font-size: 21rpx;
- }
- }
- }
- .video-text {
- display: block;
- width: 200rpx;
- text-align: center;
- color: #ffffff;
- font-size: 18rpx;
- z-index: 13;
- position: absolute;
- bottom: 20rpx;
- }
- video {
- width: 200rpx;
- height: 200rpx;
- border-radius: 12rpx;
- }
- }
- .input_photo .add {
- background: #f6f6f6;
- color: #666666;
- .iconfont {
- font-size: 50rpx;
- }
- .text {
- margin-top: 20rpx;
- font-size: 27rpx;
- }
- }
- .textarea {
- padding-top: 30rpx;
- border-top: 1px solid #EEEEEE;
- // min-height: 120rpx;
- textarea {
- font-size: 28rpx;
- width: 100%;
- box-sizing: border-box;
- // overflow: hidden;
- }
- }
- .title {
- font-size: 30rpx !important;
- margin-top: 20rpx;
- .placeholder {
- font-size: 30rpx !important;
- }
- }
- .textarea .placeholder,
- .title .placeholder {
- color: #999999;
- overflow: auto !important;
- }
- .release_item .item {
- height: 106rpx;
- border-bottom: 1rpx solid #eee;
- position: relative;
- font-size: 30rpx;
- &:nth-child(3) {
- height: auto;
- padding: 30rpx 0 10rpx;
- }
- &:last-child {
- border-bottom: none;
- }
- .name {
- .iconfont {
- margin-right: 20rpx;
- font-size: 32rpx;
- }
- }
- .select {
- // width: 300rpx;
- color: #bbbbbb;
- text-align: right;
- .select_count {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
-
- .select-input {
- color: $bg-color-primary;
- }
- .text {
- margin-right: 15rpx;
- text-align: right;
- .image,
- image,
- uni-image {
- width: 60rpx;
- height: 60rpx;
- border-radius: 6rpx;
- overflow: hidden;
- margin-right: 10rpx;
- }
- }
- .iconfont {
- font-size: 24rpx;
- }
- .text_name {
- color: var(--view-theme);
- padding: 5rpx 12rpx;
- background: var(--view-minorColor);
- border-radius: 23rpx;
- font-size: 24rpx;
- margin-right: 10rpx;
- .icon {
- color: var(--view-theme);
- font-weight: bold;
- font-size: 24rpx;
- }
- .title {
- margin: 0 10rpx;
- }
- .iconfont {
- font-size: 16rpx;
- }
- }
- }
- }
- .button {
- width: 710rpx;
- height: 86rpx;
- line-height: 84rpx;
- color: #ffffff;
- text-align: center;
- font-size: 32rpx;
- @include main_bg_color(theme);
- border-radius: 43rpx;
- }
- .release_btn {
- position: fixed;
- bottom: 30rpx;
- padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
- padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
- }
- .video-count {
- position: fixed;
- width: 600rpx;
- height: 500rpx;
- top: 50%;
- left: 50%;
- margin-left: -300rpx;
- margin-top: -250rpx;
- z-index: 100;
- display: flex;
- align-items: center;
- justify-content: center;
- .videoLink {
- width: 600rpx;
- height: 500rpx;
- }
- }
-
- .address {
- padding: 40rpx 24rpx;
- background-color: #fff;
- box-sizing: border-box;
- }
- .address .addressCon {
- width: 596rpx;
- font-size: 26rpx;
- color: #666;
- }
- .address .addressCon .name {
- font-size: 30rpx;
- color: #282828;
- font-weight: bold;
- // margin-bottom: 10rpx;
- }
- .address .addressCon .name .phone {
- margin-left: 50rpx;
- }
- .address .addressCon .default {
- margin-right: 12rpx;
- }
- .address .addressCon .setaddress {
- color: #333;
- font-size: 28rpx;
- }
- .address .iconfont {
- color: #707070;
- }
- .allAddress {
- width: 100%;
- @include index-gradient(theme);
- padding: 30rpx 24rpx 0 24rpx;
- }
- .allAddress .address.group {
- border-radius: 0;
- }
- .allAddress .address {
- max-height: 180rpx;
- margin: -2rpx auto 0 auto;
- border-radius: 14rpx 14rpx 0 0;
- }
- .allAddress .line {
- width: 100%;
- margin: 0 auto;
- }
-
- .line {
- width: 100%;
- height: 3rpx;
- }
-
- .line image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .font_color {
- @include main_color(theme);
- }
- </style>
|