flx:提交盲板作业的时间
This commit is contained in:
parent
247b5ded8f
commit
f69bb50fc2
4
main.js
4
main.js
@ -38,11 +38,11 @@ if (process.env.NODE_ENV === 'development') {
|
||||
console.log('开发环境')
|
||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||
// Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地
|
||||
Vue.prototype.url_config = ' http://192.168.34.221:9111/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = ' http://192.168.34.221:9111/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||
|
||||
@ -35,7 +35,8 @@
|
||||
作业人:<text class="detail-data">{{detailData.jobPersonName}}</text>
|
||||
</view>
|
||||
<view class="list-info">
|
||||
实际作业开始时间:<text class="detail-data">{{detailData.actualJobBeginTime}}</text>
|
||||
作业实施时间:<text class="detail-data"
|
||||
v-if="detailData.workExecutionBeginTime && detailData.workExecutionEndTime">{{detailData.workExecutionBeginTime+'-'+detailData.workExecutionEndTime}}</text>
|
||||
</view>
|
||||
<!-- <view class="list-info">
|
||||
设备、管道名称:<text class="detail-data">{{detailData.devPipelineName}}</text>
|
||||
@ -118,29 +119,55 @@
|
||||
<scroll-view :scroll-x="true" class="teble-list">
|
||||
<view class="teble-item">
|
||||
<view class="table-item-inner">
|
||||
<view class="item-col" style="display: flex;justify-content: center;align-items: flex-end;line-height: 20rpx;font-weight: bold;background-color: lightgray;">
|
||||
<view class="item-col"
|
||||
style="display: flex;justify-content: center;align-items: flex-end;line-height: 20rpx;font-weight: bold;background-color: lightgray;">
|
||||
<text>设备、管道</text>
|
||||
</view>
|
||||
<view class="item-col" style="width: 665rpx;font-weight: bold;background-color: lightgray;">管道参数</view>
|
||||
<view class="item-col" style="margin-right: 5rpx;width: 665rpx;font-weight: bold;background-color: lightgray;">盲板参数</view>
|
||||
<view class="item-col"
|
||||
style="width: 665rpx;font-weight: bold;background-color: lightgray;">管道参数
|
||||
</view>
|
||||
<view class="item-col"
|
||||
style="margin-right: 5rpx;width: 665rpx;font-weight: bold;background-color: lightgray;">
|
||||
盲板参数</view>
|
||||
</view>
|
||||
<view class="table-item-inner">
|
||||
<view class="item-col" style="margin-top: 0;display: flex;justify-content: center;align-items: flex-start;line-height: 20rpx;font-weight: bold;background-color: lightgray;">名称</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">介质</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">温度</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">压力</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">材质</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">规格</view>
|
||||
<view class="item-col" style="margin-right: 5rpx;font-weight: bold;background-color: lightgray;">编号</view>
|
||||
<view class="item-col"
|
||||
style="margin-top: 0;display: flex;justify-content: center;align-items: flex-start;line-height: 20rpx;font-weight: bold;background-color: lightgray;">
|
||||
名称</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">介质
|
||||
</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">温度
|
||||
</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">压力
|
||||
</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">材质
|
||||
</view>
|
||||
<view class="item-col" style="font-weight: bold;background-color: lightgray;">规格
|
||||
</view>
|
||||
<view class="item-col"
|
||||
style="margin-right: 5rpx;font-weight: bold;background-color: lightgray;">编号
|
||||
</view>
|
||||
</view>
|
||||
<view class="table-item-inner" style="padding-bottom: 5rpx;">
|
||||
<view class="item-col" style="">{{detailData.devPipelineName||'--'}}</view>
|
||||
<view class="item-col" style="">{{JSON.parse(detailData.pipelineParameter)[0]?JSON.parse(detailData.pipelineParameter)[0].materialQuality||'--':'--'}}</view>
|
||||
<view class="item-col" style="">{{JSON.parse(detailData.pipelineParameter)[0]?JSON.parse(detailData.pipelineParameter)[0].specifications||'--':'--'}}</view>
|
||||
<view class="item-col" style="">{{JSON.parse(detailData.pipelineParameter)[0]?JSON.parse(detailData.pipelineParameter)[0].number||'--':'--'}}</view>
|
||||
<view class="item-col" style="">{{JSON.parse(detailData.blindPlateParameter)[0]?JSON.parse(detailData.blindPlateParameter)[0].medium||'--':'--'}}</view>
|
||||
<view class="item-col" style="">{{JSON.parse(detailData.blindPlateParameter)[0]?JSON.parse(detailData.blindPlateParameter)[0].temperature||'--':'--'}}</view>
|
||||
<view class="item-col" style="margin-right: 5rpx;">{{JSON.parse(detailData.blindPlateParameter)[0]?JSON.parse(detailData.blindPlateParameter)[0].pressure||'--':'--'}}</view>
|
||||
<view class="item-col" style="">
|
||||
{{JSON.parse(detailData.pipelineParameter)[0]?JSON.parse(detailData.pipelineParameter)[0].materialQuality||'--':'--'}}
|
||||
</view>
|
||||
<view class="item-col" style="">
|
||||
{{JSON.parse(detailData.pipelineParameter)[0]?JSON.parse(detailData.pipelineParameter)[0].specifications||'--':'--'}}
|
||||
</view>
|
||||
<view class="item-col" style="">
|
||||
{{JSON.parse(detailData.pipelineParameter)[0]?JSON.parse(detailData.pipelineParameter)[0].number||'--':'--'}}
|
||||
</view>
|
||||
<view class="item-col" style="">
|
||||
{{JSON.parse(detailData.blindPlateParameter)[0]?JSON.parse(detailData.blindPlateParameter)[0].medium||'--':'--'}}
|
||||
</view>
|
||||
<view class="item-col" style="">
|
||||
{{JSON.parse(detailData.blindPlateParameter)[0]?JSON.parse(detailData.blindPlateParameter)[0].temperature||'--':'--'}}
|
||||
</view>
|
||||
<view class="item-col" style="margin-right: 5rpx;">
|
||||
{{JSON.parse(detailData.blindPlateParameter)[0]?JSON.parse(detailData.blindPlateParameter)[0].pressure||'--':'--'}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
@ -175,10 +202,8 @@
|
||||
<view class="detail-nav" v-if="COMPANY != 'longguang'">
|
||||
<scroll-view class="scrollx-wrap" scroll-x>
|
||||
<view class="nav-list">
|
||||
<view class="nav-item"
|
||||
:class="{'active-nav': activeIndex == item.id}"
|
||||
v-for="(item,index) in navList" :key="index"
|
||||
@click="checkNav(item)">
|
||||
<view class="nav-item" :class="{'active-nav': activeIndex == item.id}"
|
||||
v-for="(item,index) in navList" :key="index" @click="checkNav(item)">
|
||||
{{item.name}}
|
||||
</view>
|
||||
</view>
|
||||
@ -187,13 +212,13 @@
|
||||
<plan ref="list" v-if="componentName == 'plan'" :detailId="detailId" :info="detailData"></plan>
|
||||
<safe ref="list" v-if="componentName == 'safe'" :detailId="detailId" :info="detailData"></safe>
|
||||
<side ref="list" v-if="componentName == 'side'" :detailId="detailId" :info="detailData"></side>
|
||||
<workFinally ref="list" v-if="componentName =='workFinally'" :detailId="detailId" :info="detailData" ></workFinally>
|
||||
<workFinally ref="list" v-if="componentName =='workFinally'" :detailId="detailId"
|
||||
:info="detailData"></workFinally>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="add-btn" v-if="activeIndex != 7 && activeIndex != 2 && !(activeIndex == 1 && detailData.engineeringState == 3) -->
|
||||
<view class="add-btn" v-if="activeIndex != 7 && userInfo.userId === detailData.assignmentPersonInCharge
|
||||
&& COMPANY != 'longguang' && detailData.finalAcceptanceStatus !== 2 && isShowBtn && btnAuth"
|
||||
@click="addForm">
|
||||
&& COMPANY != 'longguang' && detailData.finalAcceptanceStatus !== 2 && isShowBtn && btnAuth" @click="addForm">
|
||||
<uni-icons v-if="activeIndex == 5" type="camera" size="30" color="#fff"></uni-icons>
|
||||
<uni-icons v-else type="plusempty" size="30" color="#fff"></uni-icons>
|
||||
<span>+</span>
|
||||
@ -223,33 +248,33 @@
|
||||
openLocalFile
|
||||
} from '@/utils/tool.js'
|
||||
export default {
|
||||
components:{
|
||||
components: {
|
||||
plan,
|
||||
safe,
|
||||
side,
|
||||
workFinally,
|
||||
},
|
||||
data(){
|
||||
return{
|
||||
data() {
|
||||
return {
|
||||
statusBarHeight: 0,
|
||||
isShow: false,
|
||||
componentName: "plan",
|
||||
navList:[{
|
||||
navList: [{
|
||||
id: 1,
|
||||
name: "当前进度"
|
||||
},{
|
||||
}, {
|
||||
id: 2,
|
||||
name: "安全检查"
|
||||
},{
|
||||
}, {
|
||||
id: 3,
|
||||
name: "施工旁站"
|
||||
},{
|
||||
}, {
|
||||
id: 4,
|
||||
name: "最终验收"
|
||||
}],
|
||||
activeIndex: 1,
|
||||
detailId: "",
|
||||
detailData:{},
|
||||
detailData: {},
|
||||
isShowBtn: null,
|
||||
userInfo: {},
|
||||
btnAuth: true,
|
||||
@ -259,36 +284,35 @@
|
||||
}
|
||||
},
|
||||
onReachBottom() {
|
||||
console.log(1,this.$refs['list'])
|
||||
console.log(1, this.$refs['list'])
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
console.log(2)
|
||||
},
|
||||
onShow(){
|
||||
onShow() {
|
||||
this.userInfo = JSON.parse(uni.getStorageSync('userInfo'))
|
||||
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight;
|
||||
// this.initData()
|
||||
this.getWork()
|
||||
let that = this;
|
||||
setTimeout(function(){
|
||||
console.log(that.$refs,777)
|
||||
console.log(that.$refs.listBox,777)
|
||||
if(that.$refs['list'] && that.$refs['list'].initData){
|
||||
setTimeout(function() {
|
||||
console.log(that.$refs, 777)
|
||||
console.log(that.$refs.listBox, 777)
|
||||
if (that.$refs['list'] && that.$refs['list'].initData) {
|
||||
console.log(777888)
|
||||
that.$refs['list'].initData()
|
||||
}
|
||||
},200)
|
||||
}, 200)
|
||||
},
|
||||
onLoad(val){
|
||||
onLoad(val) {
|
||||
this.btnAuth = this.checkBtnPermission({
|
||||
key: 'blindPlugWork_add',
|
||||
menuPath: '/project/specialWork/blindPlugWork'
|
||||
})
|
||||
this.detailId = val.id
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods:{
|
||||
mounted() {},
|
||||
methods: {
|
||||
getType(url) {
|
||||
if (isImageLink(url)) {
|
||||
return "image"
|
||||
@ -309,7 +333,7 @@
|
||||
this.iframeUrl = this.url_config + 'image/' + url;
|
||||
} else {
|
||||
// openOutsideFile(`${this.url_config}image/${url}`)
|
||||
openLocalFile(name,`${this.url_config}image/${url}`)
|
||||
openLocalFile(name, `${this.url_config}image/${url}`)
|
||||
}
|
||||
|
||||
return;
|
||||
@ -319,12 +343,14 @@
|
||||
urls: [url]
|
||||
})
|
||||
},
|
||||
getWork(){
|
||||
getWork() {
|
||||
this.sendRequest({
|
||||
url:'xmgl/xzBlindPlatePlugSafe/queryById',
|
||||
method:'get',
|
||||
data:{id:this.detailId},
|
||||
success:res=>{
|
||||
url: 'xmgl/xzBlindPlatePlugSafe/queryById',
|
||||
method: 'get',
|
||||
data: {
|
||||
id: this.detailId
|
||||
},
|
||||
success: res => {
|
||||
uni.hideLoading()
|
||||
// if(res.code==200){
|
||||
// this.listData = res.result.records
|
||||
@ -361,74 +387,76 @@
|
||||
}
|
||||
})
|
||||
},
|
||||
goSafeMesure(){
|
||||
goSafeMesure() {
|
||||
uni.navigateTo({
|
||||
url: "./safeMesure?detailId="+this.detailId
|
||||
url: "./safeMesure?detailId=" + this.detailId
|
||||
})
|
||||
},
|
||||
getApply(){
|
||||
getApply() {
|
||||
console.log("=====================================================detail");
|
||||
console.log(this.detailData);
|
||||
this.sendRequest({
|
||||
url:'xmgl/xzDangerousEngineeringAcceptance/list',
|
||||
method:'get',
|
||||
data:{
|
||||
url: 'xmgl/xzDangerousEngineeringAcceptance/list',
|
||||
method: 'get',
|
||||
data: {
|
||||
engineeringId: this.detailData.id,
|
||||
projectSn: JSON.parse(uni.getStorageSync('projectDetail')).projectSn,
|
||||
type: 4
|
||||
},
|
||||
success:res=>{
|
||||
success: res => {
|
||||
uni.hideLoading()
|
||||
console.log("xmgl/xzDangerousEngineeringAcceptance/list",res);
|
||||
console.log("xmgl/xzDangerousEngineeringAcceptance/list", res);
|
||||
let result = res.result
|
||||
if(res.result.length>0){
|
||||
if(res.result[0].acceptanceResult === null) this.isShowBtn = false
|
||||
if(res.result[0].acceptanceResult === 1) this.isShowBtn = false
|
||||
if(res.result[0].acceptanceResult === 2) this.isShowBtn = true
|
||||
}else{
|
||||
if (res.result.length > 0) {
|
||||
if (res.result[0].acceptanceResult === null) this.isShowBtn = false
|
||||
if (res.result[0].acceptanceResult === 1) this.isShowBtn = false
|
||||
if (res.result[0].acceptanceResult === 2) this.isShowBtn = true
|
||||
} else {
|
||||
this.isShowBtn = true
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
checkNav(val){
|
||||
checkNav(val) {
|
||||
this.activeIndex = val.id
|
||||
if(val.id == 1){
|
||||
if (val.id == 1) {
|
||||
this.componentName = "plan"
|
||||
} else if(val.id == 2){
|
||||
} else if (val.id == 2) {
|
||||
this.componentName = "safe"
|
||||
} else if(val.id == 3){
|
||||
} else if (val.id == 3) {
|
||||
this.componentName = "side"
|
||||
} else if(val.id == 4){
|
||||
} else if (val.id == 4) {
|
||||
this.componentName = "workFinally"
|
||||
}
|
||||
},
|
||||
addForm(){
|
||||
if(this.activeIndex == 1){
|
||||
addForm() {
|
||||
if (this.activeIndex == 1) {
|
||||
uni.navigateTo({
|
||||
url:'./addPlan?id='+this.detailId
|
||||
url: './addPlan?id=' + this.detailId
|
||||
})
|
||||
} else if(this.activeIndex == 2){
|
||||
if(uni.getStorageSync('dangerData')){
|
||||
} else if (this.activeIndex == 2) {
|
||||
if (uni.getStorageSync('dangerData')) {
|
||||
uni.removeStorageSync('dangerData');
|
||||
}
|
||||
if(uni.getStorageSync('detailData')){
|
||||
if (uni.getStorageSync('detailData')) {
|
||||
uni.removeStorageSync('detailData');
|
||||
}
|
||||
uni.navigateTo({
|
||||
// url:'../safeManage/addExamine?type=1&engineeringId='+this.detailId + '&moduleType=safeCheck'
|
||||
url:'../../safeSame/addIssue?type=4&engineeringId='+this.detailId + '&moduleType=safeCheck'
|
||||
url: '../../safeSame/addIssue?type=4&engineeringId=' + this.detailId +
|
||||
'&moduleType=safeCheck'
|
||||
})
|
||||
} else if(this.activeIndex == 3){
|
||||
} else if (this.activeIndex == 3) {
|
||||
uni.navigateTo({
|
||||
url:'./addSide?id='+this.detailId
|
||||
url: './addSide?id=' + this.detailId
|
||||
})
|
||||
} else if(this.activeIndex == 4){
|
||||
if(this.isShowBtn){
|
||||
} else if (this.activeIndex == 4) {
|
||||
if (this.isShowBtn) {
|
||||
uni.navigateTo({
|
||||
url:'./addWorkFinally?id='+this.detailId+'&workTicketCode='+this.detailData.workTicketCode
|
||||
url: './addWorkFinally?id=' + this.detailId + '&workTicketCode=' + this.detailData
|
||||
.workTicketCode
|
||||
})
|
||||
}else{
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '请勿重复操作',
|
||||
icon: "none",
|
||||
@ -470,24 +498,29 @@
|
||||
height: 500rpx;
|
||||
}
|
||||
}
|
||||
.other-safe{
|
||||
|
||||
.other-safe {
|
||||
background-color: #fff;
|
||||
// margin-top: 50rpx;
|
||||
padding: 15rpx 15rpx;
|
||||
line-height: 40rpx;
|
||||
.other-head{
|
||||
|
||||
.other-head {
|
||||
display: flex;
|
||||
.other-icon{
|
||||
|
||||
.other-icon {
|
||||
width: 10rpx;
|
||||
height: 40rpx;
|
||||
background-color: #2b8df3;
|
||||
border-radius: 100rpx;
|
||||
}
|
||||
.other-text{
|
||||
|
||||
.other-text {
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
}
|
||||
.other-content{
|
||||
|
||||
.other-content {
|
||||
font-size: 22rpx;
|
||||
width: auto;
|
||||
min-height: 50rpx;
|
||||
@ -496,30 +529,36 @@
|
||||
margin: 0 30rpx;
|
||||
margin-top: 15rpx;
|
||||
display: flex;
|
||||
.content-1{
|
||||
|
||||
.content-1 {
|
||||
width: 22%;
|
||||
}
|
||||
.content-2{
|
||||
|
||||
.content-2 {
|
||||
width: 24%;
|
||||
}
|
||||
.content-3{
|
||||
|
||||
.content-3 {
|
||||
width: 23%;
|
||||
// margin-left: 10%;
|
||||
}
|
||||
.content-4{
|
||||
|
||||
.content-4 {
|
||||
width: 26%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.safe-mesure{
|
||||
}
|
||||
|
||||
.safe-mesure {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
.safe-btn{
|
||||
|
||||
.safe-btn {
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
line-height: 70rpx;
|
||||
@ -529,29 +568,33 @@
|
||||
border-radius: 20rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.table-info{
|
||||
}
|
||||
|
||||
.table-info {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
|
||||
// background-color: lightgray;
|
||||
.teble-list{
|
||||
.teble-list {
|
||||
display: flex;
|
||||
font-size: 18rpx;
|
||||
width: 99%;
|
||||
// margin: 0 5rpx;
|
||||
background-color: #fff;
|
||||
white-space: nowrap;
|
||||
.teble-item{
|
||||
|
||||
.teble-item {
|
||||
display: inline-block;
|
||||
white-space: normal;
|
||||
.table-item-inner{
|
||||
|
||||
.table-item-inner {
|
||||
// background-color: lightgray;
|
||||
display: flex;
|
||||
// min-width: 200rpx;
|
||||
|
||||
.item-col{
|
||||
.item-col {
|
||||
width: 220rpx;
|
||||
padding: 3rpx;
|
||||
margin-top: 5rpx;
|
||||
@ -563,23 +606,28 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.dangerbig-details{
|
||||
}
|
||||
|
||||
.dangerbig-details {
|
||||
min-height: 100%;
|
||||
background: #F6F6F6;
|
||||
.fixedheader{
|
||||
|
||||
.fixedheader {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
.detail-content{
|
||||
|
||||
.detail-content {
|
||||
padding-top: 20rpx;
|
||||
}
|
||||
.list{
|
||||
|
||||
.list {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.list-info {
|
||||
background: #fff;
|
||||
border-bottom: 1px solid #F6F6F6;
|
||||
@ -588,6 +636,7 @@
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
}
|
||||
|
||||
.list-info {
|
||||
.source-box {
|
||||
display: flex;
|
||||
@ -600,6 +649,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-info ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
@ -620,19 +670,22 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.more-btn{
|
||||
|
||||
.more-btn {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
height: 50rpx;
|
||||
background: #F1F7FE;
|
||||
line-height: 50rpx;
|
||||
}
|
||||
.nav-list{
|
||||
|
||||
.nav-list {
|
||||
display: flex;
|
||||
height: 80rpx;
|
||||
align-items: center;
|
||||
padding: 0 20rpx;
|
||||
.nav-item{
|
||||
|
||||
.nav-item {
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
@ -642,18 +695,22 @@
|
||||
line-height: 80rpx;
|
||||
font-size: 14px;
|
||||
}
|
||||
.active-nav{
|
||||
|
||||
.active-nav {
|
||||
border-bottom: 2px solid #4396E7;
|
||||
}
|
||||
}
|
||||
.detail-nav{
|
||||
|
||||
.detail-nav {
|
||||
width: 100%;
|
||||
}
|
||||
.scrollx-wrap{
|
||||
|
||||
.scrollx-wrap {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
}
|
||||
.add-btn{
|
||||
|
||||
.add-btn {
|
||||
background: #4181FE;
|
||||
width: 96rpx;
|
||||
height: 96rpx;
|
||||
@ -663,11 +720,12 @@
|
||||
position: fixed;
|
||||
bottom: 40rpx;
|
||||
right: 40rpx;
|
||||
span{
|
||||
|
||||
span {
|
||||
font-size: 30px;
|
||||
line-height: 45px;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
x
Reference in New Issue
Block a user