|
@@ -5,218 +5,240 @@
|
|
<view class="c-row ">
|
|
<view class="c-row ">
|
|
<text class="tit">合同编号</text>
|
|
<text class="tit">合同编号</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.contractNo}}</text>
|
|
|
|
|
|
+ <text>{{WarehouseInOutInfo.contractNo}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="c-row ">
|
|
<view class="c-row ">
|
|
- <text class="tit">货名</text>
|
|
|
|
|
|
+ <text class="tit">收货方</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.goodsName}}</text>
|
|
|
|
|
|
+ <text>{{WarehouseInOutInfo.consignee}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="c-row ">
|
|
<view class="c-row ">
|
|
- <text class="tit">发车净重(吨)</text>
|
|
|
|
|
|
+ <text class="tit">货名</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.startWeight}}</text>
|
|
|
|
|
|
+ <text>{{WarehouseInOutInfo.goodsName}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="c-row ">
|
|
<view class="c-row ">
|
|
<text class="tit">车牌号</text>
|
|
<text class="tit">车牌号</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.carNo}}</text>
|
|
|
|
|
|
+ <text>{{WarehouseInOutInfo.carNo}} ({{WarehouseInOutInfo.tranCarNo}})</text>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row ">
|
|
|
|
+ <text class="tit">箱号</text>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <text>{{WarehouseInOutInfo.boxNo}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row ">
|
|
|
|
+ <text class="tit">封号</text>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <text>{{WarehouseInOutInfo.titleNo}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="center">
|
|
<view class="center">
|
|
- <view class="title_b">出库信息</view>
|
|
|
|
|
|
+ <view class="title_c ">出库信息</view>
|
|
<view class="c-list">
|
|
<view class="c-list">
|
|
- <view class="c-row ">
|
|
|
|
|
|
+ <view class="c-row b-b">
|
|
<text class="tit">毛重(吨)</text>
|
|
<text class="tit">毛重(吨)</text>
|
|
|
|
+ <view style="color: #ff0000; padding-left: 10rpx;">*</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.grossWeight}}</text>
|
|
|
|
|
|
+ {{WarehouseInOutInfo.grossWeight}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">皮重(吨)</text>
|
|
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="tit">皮重(吨)</view>
|
|
|
|
+ <view style="color: #ff0000; padding-left: 10rpx;">*</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.tare}}</text>
|
|
|
|
|
|
+ {{WarehouseInOutInfo.tare}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
|
|
+ <view class="c-row b-b">
|
|
<text class="tit">净重(吨)</text>
|
|
<text class="tit">净重(吨)</text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.netWeight}}</text>
|
|
|
|
|
|
+ <text>{{WarehouseInOutInfo.netWeight}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
|
|
+ <view class="c-row b-b">
|
|
<text class="tit">仓库</text>
|
|
<text class="tit">仓库</text>
|
|
|
|
+ <view style="color: #ff0000; padding-left: 10rpx;">*</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.warehouseName}}</text>
|
|
|
|
|
|
+ <view>
|
|
|
|
+ {{WarehouseInOutInfo.warehouseName}}
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">仓位号</text>
|
|
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">仓位号</view>
|
|
|
|
+ <view style="color: #ff0000; padding-left: 10rpx;">*</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.binNumber}}</text>
|
|
|
|
|
|
+ {{WarehouseInOutInfo.binNumber}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">入库类型</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.inOutType}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">扣款金额(元/吨)</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.deductionAmount}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">扣款项</text>
|
|
|
|
|
|
+
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <text class="tit">出库类型 </text>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
- <text>{{warehouseInOutInfo.deductionItems}}</text>
|
|
|
|
|
|
+ {{WarehouseInOutInfo.inOutType}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">入库日期</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.inOutDate}}</text>
|
|
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <text class="tit">出库日期</text>
|
|
|
|
+ <view class="con-list" @click="show = true">
|
|
|
|
+ <text>{{WarehouseInOutInfo.inOutDate}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="c-row ">
|
|
<view class="c-row ">
|
|
<text class="tit">磅单照片</text>
|
|
<text class="tit">磅单照片</text>
|
|
</view>
|
|
</view>
|
|
- <view style="padding-left: 30rpx;">
|
|
|
|
- <u-image width="30%" height="180rpx" :src="warehouseInOutInfo.addressUrl"></u-image>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="center">
|
|
|
|
- <view class="title_b">化验信息</view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">质检员</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.qualityInspector}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">蛋白(%){{'>='}}</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.protein}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">水分(%){{'<='}}</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.waterContent}}</text>
|
|
|
|
|
|
+ <view style="width: 90px;height: 90px; margin-left: 16px;" >
|
|
|
|
+ <image src="../../static/img/authentication/business@3x.png" mode="" style="width: 90px; height: 90px;" class="picture"></image>
|
|
|
|
+ <image src="../../static/img/authentication/xiangji-2@3x.png" mode="" class="xiangji"></image>
|
|
|
|
+ <!-- <image src="https://taohaoliang.oss-cn-beijing.aliyuncs.com/admin/4f284ec4444f497e9aee0a2c90a1b400.png" mode=""></image> -->
|
|
</view>
|
|
</view>
|
|
|
|
+ <!-- <upload class="upload" ref="upload" :action="action" :max-size="maxSize" :max-count="1"
|
|
|
|
+ :size-type="['compressed']" @on-success="getImgUrl" @on-remove="onRemove"
|
|
|
|
+ @on-uploaded="isAdd = true" :before-upload="filterFileType"></upload> -->
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">容重(g/L){{'<='}}</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.bulkDensity}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">热损伤(%){{'<='}}</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.jiaorenli}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">杂质(%){{'<='}}</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.impurity}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">霉变粒(%){{'<='}}</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.mildewGrain}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">不完整粒(%){{'<='}} </text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.imperfectGrain}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="c-row ">
|
|
|
|
- <text class="tit">品级</text>
|
|
|
|
- <view class="con-list">
|
|
|
|
- <text>{{warehouseInOutInfo.grade}}</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view class="center">
|
|
|
|
+ <view class="title_c ">化验信息</view>
|
|
|
|
+ <view class="c-list">
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">质检员</view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.qualityInspector}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">蛋白(%)>=</view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.protein}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">水分(%)<= </view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.waterContent}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">容重(克/升)>= </view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.bulkDensity}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">热损伤(%)<= </view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.jiaorenli}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">杂质(%)<= </view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.impurity}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">霉变粒(%)<= </view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.mildewGrain}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <view class="title">不完整粒(%)<= </view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.warehouseInOutDetail.imperfectGrain}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row b-b">
|
|
|
|
+ <text class="tit">品级 </text>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ {{WarehouseInOutInfo.grade}}
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
-
|
|
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- warehouseInOutInfo: {
|
|
|
|
- warehouseInOutDetail:{
|
|
|
|
- qualityInspector:''
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ WarehouseInOutInfo: {},
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onLoad(options){
|
|
|
|
-
|
|
|
|
|
|
+ onLoad(options) {
|
|
this.getList(options.id)
|
|
this.getList(options.id)
|
|
- console.log(options.id,"idwei1")
|
|
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- typeChange(e){
|
|
|
|
|
|
+ // action() {
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // maxSize() {
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // filterFileType() {
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ typeChange(e) {
|
|
this.typesIndex = e.detail.value
|
|
this.typesIndex = e.detail.value
|
|
this.types = this.typesType[this.typesIndex];
|
|
this.types = this.typesType[this.typesIndex];
|
|
},
|
|
},
|
|
- getList(id1){
|
|
|
|
- var that=this
|
|
|
|
- this.$api.doRequest('get','/warehouseInOutInfo/getInfo',{id:id1}).then(res => {
|
|
|
|
- console.log(res)
|
|
|
|
- that.warehouseInOutInfo = res.data.data
|
|
|
|
-
|
|
|
|
- })
|
|
|
|
- .catch(res => {
|
|
|
|
- uni.showToast({
|
|
|
|
- title: res.errmsg,
|
|
|
|
- icon:'none',
|
|
|
|
- duration: 2000
|
|
|
|
|
|
+ getList(id1) {
|
|
|
|
+ var that = this
|
|
|
|
+ this.$api.doRequest('get', '/warehouseInOutInfo/getInfo', {
|
|
|
|
+ id: id1
|
|
|
|
+ }).then(res => {
|
|
|
|
+ console.log(res)
|
|
|
|
+ this.WarehouseInOutInfo = res.data.data
|
|
|
|
+
|
|
|
|
+
|
|
})
|
|
})
|
|
- });
|
|
|
|
- console.log(this.warehouseInOutInfo)
|
|
|
|
|
|
+ .catch(res => {
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: res.errmsg,
|
|
|
|
+ icon: 'none',
|
|
|
|
+ duration: 2000
|
|
|
|
+ })
|
|
|
|
+ });
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
</script>
|
|
</script>
|
|
<style scoped lang='scss'>
|
|
<style scoped lang='scss'>
|
|
- .center{
|
|
|
|
|
|
+ .center {
|
|
margin: 15rpx 15rpx 10rpx 15rpx;
|
|
margin: 15rpx 15rpx 10rpx 15rpx;
|
|
- padding:0rpx 10rpx 30rpx 10rpx;
|
|
|
|
|
|
+ /* padding: 0rpx 10rpx 30rpx 10rpx; */
|
|
background-color: #FFFFFF;
|
|
background-color: #FFFFFF;
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
}
|
|
- .title_b{
|
|
|
|
|
|
+
|
|
|
|
+ .title_b {
|
|
margin: 20rpx 20rpx 0rpx 20rpx;
|
|
margin: 20rpx 20rpx 0rpx 20rpx;
|
|
- padding:20rpx 10rpx 20rpx 10rpx;
|
|
|
|
|
|
+ padding: 20rpx 10rpx 20rpx 10rpx;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-weight: 550;
|
|
font-weight: 550;
|
|
border-bottom: 1px solid #d6d6d6;
|
|
border-bottom: 1px solid #d6d6d6;
|
|
}
|
|
}
|
|
- .title_c{
|
|
|
|
|
|
+
|
|
|
|
+ .title_c {
|
|
margin: 20rpx 20rpx 0rpx 20rpx;
|
|
margin: 20rpx 20rpx 0rpx 20rpx;
|
|
- padding:20rpx 10rpx 20rpx 10rpx;
|
|
|
|
|
|
+ padding: 20rpx 10rpx 20rpx 10rpx;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-weight: 550;
|
|
font-weight: 550;
|
|
}
|
|
}
|
|
|
|
+
|
|
.margin-bottom {
|
|
.margin-bottom {
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.c-row {
|
|
.c-row {
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -webkit-flex;
|
|
@@ -227,7 +249,7 @@
|
|
padding: 20rpx 30rpx;
|
|
padding: 20rpx 30rpx;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.con-list {
|
|
.con-list {
|
|
-webkit-box-flex: 1;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-webkit-flex: 1;
|
|
@@ -244,7 +266,7 @@
|
|
text-align: right;
|
|
text-align: right;
|
|
padding-right: 20rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.d-header {
|
|
.d-header {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -253,14 +275,14 @@
|
|
font-size: $font-base + 2upx;
|
|
font-size: $font-base + 2upx;
|
|
color: $font-color-dark;
|
|
color: $font-color-dark;
|
|
position: relative;
|
|
position: relative;
|
|
-
|
|
|
|
|
|
+
|
|
text {
|
|
text {
|
|
padding: 0 20upx;
|
|
padding: 0 20upx;
|
|
background: #fff;
|
|
background: #fff;
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
&:after {
|
|
&:after {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 50%;
|
|
left: 50%;
|
|
@@ -272,33 +294,38 @@
|
|
border-bottom: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
/* 底部操作菜单 */
|
|
/* 底部操作菜单 */
|
|
.page-bottom1 {
|
|
.page-bottom1 {
|
|
position: fixed;
|
|
position: fixed;
|
|
left: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
z-index: 95;
|
|
z-index: 95;
|
|
- width:100%;
|
|
|
|
|
|
+ width: 100%;
|
|
height: 70px;
|
|
height: 70px;
|
|
background: rgba(255, 255, 255, .9);
|
|
background: rgba(255, 255, 255, .9);
|
|
- padding:15px;
|
|
|
|
|
|
+ padding: 15px;
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
- text-align:right;
|
|
|
|
- button{
|
|
|
|
- display:inline-block;
|
|
|
|
- border-radius:18px;
|
|
|
|
- margin:0 10px;
|
|
|
|
- font-size:14px;background:#fff;
|
|
|
|
- color:#333;
|
|
|
|
- border:1px solid #333;
|
|
|
|
|
|
+ text-align: right;
|
|
|
|
+
|
|
|
|
+ button {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ border-radius: 18px;
|
|
|
|
+ margin: 0 10px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ background: #fff;
|
|
|
|
+ color: #333;
|
|
|
|
+ border: 1px solid #333;
|
|
padding-left: 50rpx;
|
|
padding-left: 50rpx;
|
|
padding-right: 50rpx;
|
|
padding-right: 50rpx;
|
|
}
|
|
}
|
|
- .action-btn{
|
|
|
|
- background:#22C572;
|
|
|
|
- color:#fff;
|
|
|
|
- border:1px solid #22C572;
|
|
|
|
|
|
+
|
|
|
|
+ .action-btn {
|
|
|
|
+ background: #22C572;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border: 1px solid #22C572;
|
|
}
|
|
}
|
|
|
|
+
|
|
.p-b-btn {
|
|
.p-b-btn {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -308,33 +335,44 @@
|
|
color: $font-color-base;
|
|
color: $font-color-base;
|
|
width: 96upx;
|
|
width: 96upx;
|
|
height: 80upx;
|
|
height: 80upx;
|
|
-
|
|
|
|
|
|
+
|
|
.yticon {
|
|
.yticon {
|
|
font-size: 40upx;
|
|
font-size: 40upx;
|
|
line-height: 48upx;
|
|
line-height: 48upx;
|
|
color: $font-color-light;
|
|
color: $font-color-light;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
&.active,
|
|
&.active,
|
|
&.active .yticon {
|
|
&.active .yticon {
|
|
color: $uni-color-primary;
|
|
color: $uni-color-primary;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.icon-fenxiang2 {
|
|
.icon-fenxiang2 {
|
|
font-size: 42upx;
|
|
font-size: 42upx;
|
|
transform: translateY(-2upx);
|
|
transform: translateY(-2upx);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.icon-shoucang {
|
|
.icon-shoucang {
|
|
font-size: 46upx;
|
|
font-size: 46upx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ .container {
|
|
|
|
+ padding-bottom: 16upx;
|
|
}
|
|
}
|
|
- .container{
|
|
|
|
- padding-bottom: 160upx;
|
|
|
|
|
|
+ .xiangji{
|
|
|
|
+ width: 25px;
|
|
|
|
+ height: 25px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ margin-top: 35px;
|
|
|
|
+ margin-left: -58px;
|
|
|
|
+ }
|
|
|
|
+ .picture{
|
|
|
|
+ width: 90px;
|
|
|
|
+ height: 90px;
|
|
|
|
+ border-radius: 10px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
-
|
|
|
|
-
|
|
|