|
@@ -33,8 +33,8 @@
|
|
|
<view class="label">商品品牌</view>
|
|
|
<view class="select spacing" @click="hanldOperationConfim">
|
|
|
<view class="placeholder" :style="brandname=='请选择品牌名称'?'':'color:#333333'">{{brandname}}</view>
|
|
|
- <text class="iconfont icon-xiayibu"></text>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <text class="iconfont icon-xiayibu"></text>
|
|
|
<!-- 品牌弹窗 -->
|
|
|
<tui-bottom-popup :radius="true" :show="popupShow" @close="hidePopup()">
|
|
|
<view class="tui-popup-box clearfix">
|
|
@@ -162,8 +162,8 @@
|
|
|
<text class="row-input" :class="addressData.address === '请选择所在地区' ? 'none,placeholder' : ''" >
|
|
|
{{addressData.address}}
|
|
|
</text>
|
|
|
- <text class="iconfont icon-xiayibu"></text>
|
|
|
</view>
|
|
|
+ <text class="iconfont icon-xiayibu"></text>
|
|
|
</view>
|
|
|
<textarea type="text" class="border-grey address-details" v-model="secondParams.address" maxlength="50"
|
|
|
placeholder="请填写详细地址,如街道/小区/门牌等" placeholder-class="placeholder"/></textarea>
|
|
@@ -363,10 +363,10 @@
|
|
|
}
|
|
|
},
|
|
|
uploadGoodsImagesFn(event){//上传商品图片
|
|
|
- uploadFileImage().then(res =>{
|
|
|
- this.GoodsImagesList.push(JSON.parse(res.data).data);
|
|
|
- this.secondParams.image1 =this.GoodsImagesList.toString()+',';
|
|
|
- })
|
|
|
+ uploadFileImage().then(res =>{
|
|
|
+ this.GoodsImagesList.push(JSON.parse(res.data).data);
|
|
|
+ this.secondParams.image1 =this.GoodsImagesList.toString()+',';
|
|
|
+ })
|
|
|
},
|
|
|
removeGoodsImagesFn(index){//删除商品图片
|
|
|
this.GoodsImagesList.splice(index,1);
|
|
@@ -435,7 +435,7 @@
|
|
|
this.$util.msg('请填写正确的手机号',2000);
|
|
|
return
|
|
|
}
|
|
|
- if(this.userIdentity === 3){
|
|
|
+ if(this.userIdentity === 1){
|
|
|
if(this.secondParams.dockingPeopleName == ''){
|
|
|
this.$util.msg('请输入采美对接人姓名',2000);
|
|
|
return
|
|
@@ -529,6 +529,7 @@
|
|
|
})
|
|
|
this.$api.getComStorage('userInfo').then((resolve) =>{
|
|
|
this.userIdentity = resolve.userIdentity
|
|
|
+ console.log(this.userIdentity)
|
|
|
}).catch(error =>{
|
|
|
console.log(error)
|
|
|
})
|
|
@@ -537,294 +538,397 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
- *{
|
|
|
- border: 0;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
- view{font-size: 28rpx;}
|
|
|
- .my-maintenance{padding: 20rpx;}
|
|
|
- .bannerimg {height: 66rpx;width: 100%;}
|
|
|
- .bannerimg image{width: 100%;height: 100% ;}
|
|
|
- .newsTitle {line-height: 48rpx;text-align: left;color: #e15616;padding:20rpx;background-color: rgba(225, 86, 22, .1);}
|
|
|
- .nestext{font-size: 24rpx;}
|
|
|
- .secondradio view{display: inline-block;color: #333333;margin-right: 21rpx}
|
|
|
- .secondradio{display: inline-block;margin-left: 40rpx;}
|
|
|
- .Secondary{margin-left: 161rpx;}
|
|
|
- .secondradio view.active {color: #e15616;}
|
|
|
- .placeholder{color: #b2b2b2;}
|
|
|
- .linqi_text { width: 607rpx; height: 68rpx;background-color: #1890f9;box-shadow: 0rpx 4rpx 6rpx 0rpx rgba(24, 144, 249, 0.17);text-align: center;
|
|
|
- line-height: 68rpx;color: #ffffff;margin: auto;font-size:24rpx;position: relative;}
|
|
|
- .jiaobiao {width: 0;height: 0;border-left: 20rpx solid transparent;border-right: 20rpx solid transparent;top: -25%;
|
|
|
- right: 40%;border-bottom: 20rpx solid #1890f9;position: absolute;}
|
|
|
- .label{color: #666666;display: inline-block;}
|
|
|
- .label.second{width: 155rpx;}
|
|
|
- .row .spacing.second{width: 70%;}
|
|
|
- .row{border-bottom: 2rpx solid #e1e1e1;line-height: 90rpx;height: 90rpx;}
|
|
|
- .row.fenlei{height: auto;margin: 10rpx 0;border: 0}
|
|
|
- .select {position: relative;color: #b2b2b2;text-align: left;user-select: none;}
|
|
|
- .row .spacing{display: inline-block;margin-left: 50rpx;width: 430rpx;vertical-align:middle;position: relative}
|
|
|
- .select .placeholder {position: relative;cursor: pointer;width: 100%;display: inline-block;}
|
|
|
- .icon-xiayibu{right: 0rpx;;color: #b2b2b2;position: absolute}
|
|
|
- .xiangliao{font-size: 26rpx;margin-right: 10rpx;color: #b2b2b2}
|
|
|
- .icon-jiagexiangliao{color: #e15616 !important;}
|
|
|
- .pricecolor{margin-left: 10rpx;}
|
|
|
- .showflag{color: #b2b2b2;}
|
|
|
- .border-grey{width: 100%;resize: none;padding: 20rpx 0;height: 160rpx;border-bottom: 2rpx solid #e1e1e1;}
|
|
|
- .release-main-container {overflow: hidden;margin: 20rpx 0}
|
|
|
- .uploadGoodsImages{display: flex;overflow-x: auto;overflow-y: hidden;}
|
|
|
- .secondradio{
|
|
|
- .row-radio{
|
|
|
- transform: scale(.8);
|
|
|
- }
|
|
|
- .row-input{margin-right: 10rpx;}
|
|
|
- }
|
|
|
- .linqi_text .p{
|
|
|
- font-size: $font-size-20;
|
|
|
- }
|
|
|
- .upload-file {
|
|
|
- float: left;
|
|
|
- margin: 20rpx 20rpx 20rpx 0px;
|
|
|
- cursor: pointer;
|
|
|
- width: 194rpx;
|
|
|
- height: 194rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- border: solid 2rpx #e1e1e1;
|
|
|
- flex-shrink: 0;
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
- .input-file {
|
|
|
- width: 194rpx;
|
|
|
- height: 194rpx;
|
|
|
- opacity: 0;
|
|
|
- cursor: pointer;
|
|
|
- position: absolute;
|
|
|
- }
|
|
|
- .add-text {
|
|
|
- font-size: 26rpx;
|
|
|
- color: #333330;
|
|
|
- opacity: 0.5;
|
|
|
- position: absolute;
|
|
|
- top: 55%;
|
|
|
- right:24%;
|
|
|
- }
|
|
|
- .upload-img {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- display: block;
|
|
|
- border-radius: .53vw;
|
|
|
- }
|
|
|
- .icon-shangchuantupian{
|
|
|
- width: 46rpx;
|
|
|
- height: 46rpx;
|
|
|
- color: #b2b2b2;
|
|
|
- font-size: 18px;
|
|
|
- position: absolute;
|
|
|
- top: 30%;
|
|
|
- left: 40%;
|
|
|
- }
|
|
|
- .icon-shanchu1{
|
|
|
- position: absolute;
|
|
|
- top: -25rpx;
|
|
|
- right:-10rpx;
|
|
|
- color: #f94b4b;
|
|
|
- font-size: 36rpx;
|
|
|
- }
|
|
|
- .wen-tips {
|
|
|
- width: 664rpx;
|
|
|
- height: 68rpx;
|
|
|
- line-height: 68rpx;
|
|
|
- text-align: center;
|
|
|
- color: #FFF;
|
|
|
- font-size: 20rpx;
|
|
|
- background-color: #1890f9;
|
|
|
- box-shadow: 0 0.8vw 1.6vw 0 rgba(24, 144, 249, 0.17);
|
|
|
- border-radius: 2rpx;
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .form-upload-tips:hover .wen-tips {display: block;}
|
|
|
- .textarea-wrapper {
|
|
|
- letter-spacing: 2rpx;
|
|
|
- line-height: 48rpx;
|
|
|
- color: #333333;
|
|
|
- position: relative;
|
|
|
- font-size: 28rpx;
|
|
|
- border: 2rpx solid #b2b2b2;
|
|
|
- height: 300rpx;
|
|
|
- padding: 16rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- margin: 20rpx 0;
|
|
|
- }
|
|
|
- .textarea-wrapper textarea{
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .word-limit {
|
|
|
- position: absolute;
|
|
|
- right: 2.7vw;
|
|
|
- bottom: 2.7vw;
|
|
|
- font-size: 3.2vw;
|
|
|
- color: #9aa5b5;
|
|
|
- }
|
|
|
- .smText{
|
|
|
- color: #999999;
|
|
|
- text-align: left;
|
|
|
- line-height: 42rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- margin-top: 10rpx;
|
|
|
- width: 100%;
|
|
|
- height: 260rpx;
|
|
|
- }
|
|
|
- .BtnAll{
|
|
|
- width: 100%;
|
|
|
- margin-bottom: 20rpx;
|
|
|
- .btn-submit{
|
|
|
- width: 600rpx;
|
|
|
- height: 90rpx;
|
|
|
- margin: auto;
|
|
|
- text-align: center;
|
|
|
- line-height: 90rpx;
|
|
|
- color: #fff;
|
|
|
- background-image: linear-gradient(315deg,
|
|
|
- #f28f31 0%,
|
|
|
- #e15616 100%);
|
|
|
- border-radius: 90rpx;
|
|
|
- font-size: 30rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- .row.Read{
|
|
|
- border: 0;
|
|
|
- text-align: center;
|
|
|
- color: #999999;
|
|
|
- }
|
|
|
- .thebj {
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- bottom: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-color: rgba(0, 0, 0, .5);
|
|
|
- z-index: 999999;
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
- .thebj.show{
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- .theresult {
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- width:580rpx;
|
|
|
- background-color: #fff;
|
|
|
- border-radius: 32rpx;
|
|
|
- }
|
|
|
- .theresult .title{
|
|
|
- line-height: 100rpx;
|
|
|
- text-align: center;
|
|
|
- display: block;
|
|
|
- color: #333333;
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: bold;
|
|
|
- border-bottom: 2rpx solid #efefef;
|
|
|
+ view{font-size: 28rpx;}
|
|
|
+ .my-maintenance{
|
|
|
+ padding: 20rpx;
|
|
|
+ }
|
|
|
+ .bannerimg {
|
|
|
+ height: 66rpx;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .bannerimg image{
|
|
|
+ width: 100%;
|
|
|
+ height: 100% ;
|
|
|
+ }
|
|
|
+ .newsTitle {
|
|
|
+ line-height: 48rpx;
|
|
|
+ text-align: left;
|
|
|
+ color: #e15616;
|
|
|
+ padding:20rpx;
|
|
|
+ background-color: rgba(225, 86, 22, .1);
|
|
|
+ }
|
|
|
+ .nestext{
|
|
|
+ font-size: 24rpx;
|
|
|
+ }
|
|
|
+ .secondradio view{
|
|
|
+ display: inline-block;
|
|
|
+ color: #333333;
|
|
|
+ margin-right: 21rpx;
|
|
|
+ }
|
|
|
+ .secondradio{
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: 40rpx;
|
|
|
+ }
|
|
|
+ .Secondary{
|
|
|
+ margin-left: 96rpx;
|
|
|
+ }
|
|
|
+ .secondradio view.active {
|
|
|
+ color: #e15616;
|
|
|
+ }
|
|
|
+ .placeholder{
|
|
|
+ color: #b2b2b2;
|
|
|
+ }
|
|
|
+ .linqi_text {
|
|
|
+ width: 607rpx;
|
|
|
+ height: 68rpx;
|
|
|
+ background-color: #1890f9;
|
|
|
+ box-shadow: 0rpx 4rpx 6rpx 0rpx rgba(24, 144, 249, 0.17);
|
|
|
+ text-align: center;
|
|
|
+ line-height: 68rpx;
|
|
|
+ color: #ffffff;
|
|
|
+ margin: auto;
|
|
|
+ font-size:24rpx;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .jiaobiao {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-left: 20rpx solid transparent;
|
|
|
+ border-right: 20rpx solid transparent;
|
|
|
+ top: -25%;
|
|
|
+ right: 40%;
|
|
|
+ border-bottom: 20rpx solid #1890f9;
|
|
|
+ position: absolute;
|
|
|
}
|
|
|
- .theresult p{
|
|
|
- padding: 30rpx 52rpx;
|
|
|
- line-height: 48rpx;
|
|
|
- color: #666666;
|
|
|
- font-size: 30rpx;
|
|
|
+ .label{
|
|
|
+ color: #666666;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .label.second{
|
|
|
+ width: 155rpx;
|
|
|
+ }
|
|
|
+ .row .spacing.second{
|
|
|
+ width: 70%;
|
|
|
+ }
|
|
|
+ .row{
|
|
|
+ border-bottom: 2rpx solid #e1e1e1;
|
|
|
+ line-height: 90rpx;
|
|
|
+ height: 90rpx;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .row.fenlei{
|
|
|
+ height: auto;
|
|
|
+ margin: 10rpx 0;
|
|
|
+ border: 0;
|
|
|
+ }
|
|
|
+ .select {
|
|
|
+ position: relative;
|
|
|
+ color: #b2b2b2;
|
|
|
+ text-align: left;
|
|
|
+ user-select: none;
|
|
|
+ }
|
|
|
+ .row .spacing{
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: 50rpx;
|
|
|
+ width: 430rpx;
|
|
|
+ vertical-align:middle;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .select .placeholder {
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ width: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .icon-xiayibu{
|
|
|
+ right: 0rpx;
|
|
|
+ color: #b2b2b2;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .xiangliao{
|
|
|
+ font-size: 26rpx;
|
|
|
+ margin-right: 10rpx;
|
|
|
+ color: #b2b2b2;
|
|
|
+ }
|
|
|
+ .icon-jiagexiangliao{
|
|
|
+ color: #e15616 !important;
|
|
|
+ }
|
|
|
+ .pricecolor{
|
|
|
+ margin-left: 10rpx;
|
|
|
+ }
|
|
|
+ .showflag{
|
|
|
+ color: #b2b2b2;
|
|
|
+ }
|
|
|
+ .border-grey{
|
|
|
+ width: 100%;
|
|
|
+ resize: none;
|
|
|
+ padding: 20rpx 0;
|
|
|
+ height: 160rpx;
|
|
|
+ border-bottom: 2rpx solid #e1e1e1;
|
|
|
+ }
|
|
|
+ .release-main-container {
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 20rpx 0;
|
|
|
+ }
|
|
|
+ .uploadGoodsImages{
|
|
|
+ display: flex;
|
|
|
+ overflow-x: auto;
|
|
|
+ overflow-y: hidden;
|
|
|
+ }
|
|
|
+ .secondradio{
|
|
|
+ .row-radio{
|
|
|
+ transform: scale(.8);
|
|
|
}
|
|
|
- .paybtn view{
|
|
|
- width: 290rpx;
|
|
|
+ .row-input{margin-right: 10rpx;}
|
|
|
+ }
|
|
|
+ .linqi_text .p{
|
|
|
+ font-size: $font-size-20;
|
|
|
+ }
|
|
|
+ .upload-file {
|
|
|
+ float: left;
|
|
|
+ margin: 20rpx 20rpx 20rpx 0px;
|
|
|
+ cursor: pointer;
|
|
|
+ width: 194rpx;
|
|
|
+ height: 194rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ border: solid 2rpx #e1e1e1;
|
|
|
+ flex-shrink: 0;
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .input-file {
|
|
|
+ width: 194rpx;
|
|
|
+ height: 194rpx;
|
|
|
+ opacity: 0;
|
|
|
+ cursor: pointer;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .add-text {
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #333330;
|
|
|
+ opacity: 0.5;
|
|
|
+ position: absolute;
|
|
|
+ top: 55%;
|
|
|
+ right:24%;
|
|
|
+ }
|
|
|
+ .upload-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: block;
|
|
|
+ border-radius: .53vw;
|
|
|
+ }
|
|
|
+ .icon-shangchuantupian{
|
|
|
+ width: 46rpx;
|
|
|
+ height: 46rpx;
|
|
|
+ color: #b2b2b2;
|
|
|
+ font-size: 18px;
|
|
|
+ position: absolute;
|
|
|
+ top: 30%;
|
|
|
+ left: 40%;
|
|
|
+ }
|
|
|
+ .icon-shanchu1{
|
|
|
+ position: absolute;
|
|
|
+ top: -25rpx;
|
|
|
+ right:-10rpx;
|
|
|
+ color: #f94b4b;
|
|
|
+ font-size: 36rpx;
|
|
|
+ }
|
|
|
+ .wen-tips {
|
|
|
+ width: 664rpx;
|
|
|
+ height: 68rpx;
|
|
|
+ line-height: 68rpx;
|
|
|
+ text-align: center;
|
|
|
+ color: #FFF;
|
|
|
+ font-size: 20rpx;
|
|
|
+ background-color: #1890f9;
|
|
|
+ box-shadow: 0 0.8vw 1.6vw 0 rgba(24, 144, 249, 0.17);
|
|
|
+ border-radius: 2rpx;
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .form-upload-tips:hover .wen-tips {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .textarea-wrapper {
|
|
|
+ letter-spacing: 2rpx;
|
|
|
+ line-height: 48rpx;
|
|
|
+ color: #333333;
|
|
|
+ position: relative;
|
|
|
+ font-size: 28rpx;
|
|
|
+ border: 2rpx solid #b2b2b2;
|
|
|
+ height: 300rpx;
|
|
|
+ padding: 16rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ margin: 20rpx 0;
|
|
|
+ }
|
|
|
+ .textarea-wrapper textarea{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .word-limit {
|
|
|
+ position: absolute;
|
|
|
+ right: 2.7vw;
|
|
|
+ bottom: 2.7vw;
|
|
|
+ font-size: 3.2vw;
|
|
|
+ color: #9aa5b5;
|
|
|
+ }
|
|
|
+ .smText{
|
|
|
+ color: #999999;
|
|
|
+ text-align: left;
|
|
|
+ line-height: 42rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ margin-top: 10rpx;
|
|
|
+ width: 100%;
|
|
|
+ height: 260rpx;
|
|
|
+ }
|
|
|
+ .BtnAll{
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ .btn-submit{
|
|
|
+ width: 600rpx;
|
|
|
height: 90rpx;
|
|
|
+ margin: auto;
|
|
|
text-align: center;
|
|
|
line-height: 90rpx;
|
|
|
- font-size: 30rpx;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
- .paybtn .cancel{
|
|
|
- background-image: linear-gradient(270deg, #f28f31 0%, #e15616 100%);
|
|
|
- border-radius: 0rpx 0rpx 32rpx 0rpx;
|
|
|
color: #fff;
|
|
|
-
|
|
|
- }
|
|
|
- .paybtn .thegopay{
|
|
|
- background-color: #efefef;
|
|
|
- border-radius: 0rpx 0rpx 0rpx 32rpx;
|
|
|
- color: #999999;
|
|
|
+ background-image: linear-gradient(315deg,
|
|
|
+ #f28f31 0%,
|
|
|
+ #e15616 100%);
|
|
|
+ border-radius: 90rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
}
|
|
|
- .icon-wenhao{
|
|
|
- color: #1890f9;
|
|
|
- font-size: 35rpx;
|
|
|
- width: 50rpx;
|
|
|
+ }
|
|
|
+ .row.Read{
|
|
|
+ border: 0;
|
|
|
+ text-align: center;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+ .thebj {
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: rgba(0, 0, 0, .5);
|
|
|
+ z-index: 999999;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ .thebj.show{
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ .theresult {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width:580rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 32rpx;
|
|
|
+ }
|
|
|
+ .theresult .title{
|
|
|
+ line-height: 100rpx;
|
|
|
+ text-align: center;
|
|
|
+ display: block;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ border-bottom: 2rpx solid #efefef;
|
|
|
+ }
|
|
|
+ .theresult p{
|
|
|
+ padding: 30rpx 52rpx;
|
|
|
+ line-height: 48rpx;
|
|
|
+ color: #666666;
|
|
|
+ font-size: 30rpx;
|
|
|
+ }
|
|
|
+ .paybtn view{
|
|
|
+ width: 290rpx;
|
|
|
+ height: 90rpx;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 90rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .paybtn .cancel{
|
|
|
+ background-image: linear-gradient(270deg, #f28f31 0%, #e15616 100%);
|
|
|
+ border-radius: 0rpx 0rpx 32rpx 0rpx;
|
|
|
+ color: #fff;
|
|
|
+
|
|
|
+ }
|
|
|
+ .paybtn .thegopay{
|
|
|
+ background-color: #efefef;
|
|
|
+ border-radius: 0rpx 0rpx 0rpx 32rpx;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+ .icon-wenhao{
|
|
|
+ color: #1890f9;
|
|
|
+ font-size: 35rpx;
|
|
|
+ width: 50rpx;
|
|
|
+ }
|
|
|
+ .form-upload-tips:hover .wen-tips {display: block;}
|
|
|
+ .tui-popup-box {
|
|
|
+ z-index: 22;
|
|
|
+ width: 702rpx;
|
|
|
+ padding: 24rpx 24rpx 36rpx 24rpx;
|
|
|
+ height: 670rpx;
|
|
|
+ position: relative;
|
|
|
+ .icon-iconfontguanbi{
|
|
|
+ font-size: 40rpx;
|
|
|
+ color: #b2b2b2;
|
|
|
+ width: 60rpx;
|
|
|
+ float: right;
|
|
|
+ display: block;
|
|
|
}
|
|
|
- .form-upload-tips:hover .wen-tips {display: block;}
|
|
|
- .tui-popup-box {
|
|
|
- z-index: 22;
|
|
|
- width: 702rpx;
|
|
|
- padding: 24rpx 24rpx 36rpx 24rpx;
|
|
|
- height: 670rpx;
|
|
|
- position: relative;
|
|
|
- .icon-iconfontguanbi{
|
|
|
- font-size: 40rpx;
|
|
|
- color: #b2b2b2;
|
|
|
- width: 60rpx;
|
|
|
- float: right;
|
|
|
- display: block;
|
|
|
- }
|
|
|
- .content{
|
|
|
- .freight-radio{
|
|
|
+ .content{
|
|
|
+ .freight-radio{
|
|
|
+ height: 66rpx;
|
|
|
+ line-height: 66rpx;
|
|
|
+ padding: 0 35rpx;
|
|
|
+ .row-group{
|
|
|
+ width: 100%;
|
|
|
+ // max-height: 605rpx;
|
|
|
+ // overflow: auto;
|
|
|
+
|
|
|
+ }
|
|
|
+ .row-input{
|
|
|
height: 66rpx;
|
|
|
line-height: 66rpx;
|
|
|
- padding: 0 35rpx;
|
|
|
- .row-group{
|
|
|
- width: 100%;
|
|
|
- // max-height: 605rpx;
|
|
|
- // overflow: auto;
|
|
|
-
|
|
|
- }
|
|
|
- .row-input{
|
|
|
- height: 66rpx;
|
|
|
- line-height: 66rpx;
|
|
|
- width: 100%;
|
|
|
- display: block;
|
|
|
-
|
|
|
- }
|
|
|
- .row-radio{
|
|
|
- float: right;
|
|
|
- transform: scale(0.9);
|
|
|
- color: #b2b2b2;
|
|
|
- }
|
|
|
- .row-text{
|
|
|
- font-size: $font-size-28;
|
|
|
- color: #666666;
|
|
|
- float: left;
|
|
|
- }
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+
|
|
|
+ }
|
|
|
+ .row-radio{
|
|
|
+ float: right;
|
|
|
+ transform: scale(0.9);
|
|
|
+ color: #b2b2b2;
|
|
|
+ }
|
|
|
+ .row-text{
|
|
|
+ font-size: $font-size-28;
|
|
|
+ color: #666666;
|
|
|
+ float: left;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- checkbox .wx-checkbox-input{
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
- .row-check{
|
|
|
- transform: scale(0.8);
|
|
|
- }
|
|
|
- checkbox .wx-checkbox-input.wx-checkbox-input-checked{
|
|
|
- background: #E15616;
|
|
|
- border: 2rpx solid #e15616;
|
|
|
- }
|
|
|
- checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
|
|
|
- border-radius: 50%;
|
|
|
- border: 2rpx solid #e15616;
|
|
|
- width: 34rpx;
|
|
|
- height: 34rpx;
|
|
|
- line-height: 34rpx;
|
|
|
- text-align: center;
|
|
|
- font-size:34rpx;
|
|
|
- color:#fff;
|
|
|
- background: transparent;
|
|
|
- transform:translate(-50%, -50%) scale(.8);
|
|
|
- -webkit-transform:translate(-50%, -50%) scale(.8);
|
|
|
- }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ checkbox .wx-checkbox-input{
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+ .row-check{
|
|
|
+ transform: scale(0.8);
|
|
|
+ }
|
|
|
+ checkbox .wx-checkbox-input.wx-checkbox-input-checked{
|
|
|
+ background: #E15616;
|
|
|
+ border: 2rpx solid #e15616;
|
|
|
+ }
|
|
|
+ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 2rpx solid #e15616;
|
|
|
+ width: 34rpx;
|
|
|
+ height: 34rpx;
|
|
|
+ line-height: 34rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size:34rpx;
|
|
|
+ color:#fff;
|
|
|
+ background: transparent;
|
|
|
+ transform:translate(-50%, -50%) scale(.8);
|
|
|
+ -webkit-transform:translate(-50%, -50%) scale(.8);
|
|
|
+ }
|
|
|
</style>
|