Commit edfb392e authored by ly's avatar ly

多典花

parent c732d114
...@@ -27,13 +27,14 @@ ...@@ -27,13 +27,14 @@
this.Go('uni:/pages/login/login') this.Go('uni:/pages/login/login')
}else{ }else{
uni.setStorageSync('appNo',itemVal) uni.setStorageSync('appNo',itemVal)
if(label=='立即提现'){ // if(label=='立即提现'){
uni.navigateTo({ uni.navigateTo({
url:`/pages/websrc/websrc?url=${item}` url:`/pages/websrc/websrc?url=${item}`
}) })
}else{ // }else{
this.Go(item) // console.log(item,'item')
} // // this.Go(item)
// }
} }
}, },
......
...@@ -123,6 +123,14 @@ ...@@ -123,6 +123,14 @@
self.$request('/app/v1/ocr','POST',params).then(res => { self.$request('/app/v1/ocr','POST',params).then(res => {
console.log(res,'ocr'); console.log(res,'ocr');
const {cardInfo }=res.result const {cardInfo }=res.result
if(!cardInfo.realName){
self.toast('请上传正面身份证');
return false
}
if(!cardInfo.issueBy){
self.toast('请上传反面身份证');
return false
}
self.certInfo=cardInfo self.certInfo=cardInfo
self.showback=true self.showback=true
}).catch(err=>{ }).catch(err=>{
......
...@@ -452,7 +452,11 @@ ...@@ -452,7 +452,11 @@
console.log(res,'checkProductList') console.log(res,'checkProductList')
const {jumpUrl}=res.result const {jumpUrl}=res.result
console.log(jumpUrl,'jumpUrl') console.log(jumpUrl,'jumpUrl')
self.Go(jumpUrl)
uni.navigateTo({
url:`/pages/websrc/websrc?url=${jumpUrl}`
})
// self.Go(jumpUrl)
}).catch(err=>{ }).catch(err=>{
console.log(err,'请求出错') console.log(err,'请求出错')
}) })
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
padding:24rpx 20rpx 25rpx 25rpx; padding:24rpx 20rpx 25rpx 25rpx;
.main-top{ .main-top{
display: flex; display: flex;
align-items: center;
justify-content: space-between;
.top-l{ .top-l{
display: flex; display: flex;
.l-icon{ .l-icon{
...@@ -51,7 +53,7 @@ ...@@ -51,7 +53,7 @@
} }
} }
.top-time{ .top-time{
padding: 12rpx 132rpx 13rpx 0rpx ; padding: 12rpx 128rpx 13rpx 0rpx ;
height: 30rpx; height: 30rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
...@@ -63,7 +65,7 @@ ...@@ -63,7 +65,7 @@
} }
.top-des{ .top-des{
padding-top:11rpx; padding-top:11rpx;
padding-left: 14rpx; // padding-left: 34rpx;
height: 33rpx; height: 33rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
...@@ -103,7 +105,7 @@ ...@@ -103,7 +105,7 @@
} }
} }
.s-t{ .s-t{
margin:0 93rpx 0 76rpx; padding:0 128rpx 0 76rpx;
.t-text{ .t-text{
height: 56rpx; height: 56rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
} }
.bill-mian{ .bill-mian{
margin: 0 30rpx; margin: 0 30rpx;
margin-bottom:120rpx; padding-bottom:120rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.5); box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.5);
border-radius: 10rpx; border-radius: 10rpx;
...@@ -185,8 +185,8 @@ ...@@ -185,8 +185,8 @@
} }
} }
.mian-line{ .mian-line{
padding:32rpx; padding:34rpx;
height: 203rpx; height: 144rpx;
background: #FFFFFF; background: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
......
...@@ -186,8 +186,16 @@ ...@@ -186,8 +186,16 @@
this.Go('uni:/pages/login/login') this.Go('uni:/pages/login/login')
}else{ }else{
const { tager }=item const { tager }=item
const tagerUrl="'uni:/pages/indexfinance/index','tab'"
console.log(tager)
if(tager.split(',')[1]=='tab'){
console.log(1)
this.Go('uni:/pages/indexfinance/index','tab')
}else{
console.log(2)
this.Go(tager) this.Go(tager)
} }
}
}, },
goUP(val){ goUP(val){
console.log(val,'val33') console.log(val,'val33')
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
.item-text{ .item-text{
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 32rpx; font-size: 28rpx;
color: #333333; color: #333333;
line-height: 45rpx; line-height: 45rpx;
text-align: center; text-align: center;
......
...@@ -114,7 +114,10 @@ ...@@ -114,7 +114,10 @@
goPage(item){ goPage(item){
// const mobileCall=uni.getStorageSync('mobileCall') // const mobileCall=uni.getStorageSync('mobileCall')
// const newurl='http://192.168.0.23:8080/#/loan' // const newurl='http://192.168.0.23:8080/#/loan'
// this.Go('http://192.168.0.23:8080/#/loan') // this.Go('http://192.168.0.23:8080/#/loanMulti')
// uni.navigateTo({
// url:`/pages/websrc/websrc?url=${newurl}`
// })
this.Go(item.linkUrl) this.Go(item.linkUrl)
}, },
goLogin(){ goLogin(){
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2283,7 +2283,7 @@ exports = ___CSS_LOADER_API_IMPORT___(false); ...@@ -2283,7 +2283,7 @@ exports = ___CSS_LOADER_API_IMPORT___(false);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
var ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___); var ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);
// Module // Module
exports.push([module.i, ".my-page[data-v-486dcc10] {\n width: 100%;\n height: 100vh;\n max-height: 100vh;\n background: #F7FAFF;\n}\n.my-page .my-top[data-v-486dcc10] {\n padding-top: 8rpx;\n width: 100%;\n height: 505rpx;\n background: url('https://ddh.yyhock.com/ddhMall/my-bg.png') 0 0 no-repeat;\n background-size: 100% 505rpx;\n}\n.my-page .my-top .my-header[data-v-486dcc10] {\n display: flex;\n}\n.my-page .my-top .my-header .header-img[data-v-486dcc10] {\n margin-top: 128rpx;\n margin-left: 28rpx;\n width: 122rpx;\n height: 122rpx;\n background-size: 100% ;\n}\n.my-page .my-top .my-header .header-des[data-v-486dcc10] {\n padding-left: 15rpx;\n margin-top: 128rpx;\n font-family: PingFangSC, PingFang SC;\n text-align: left;\n font-style: normal;\n}\n.my-page .my-top .my-header .header-des .des-name[data-v-486dcc10] {\n padding: 17rpx 0 10rpx;\n height: 50rpx;\n font-weight: 500;\n font-size: 36rpx;\n color: #333333;\n line-height: 50rpx;\n}\n.my-page .my-top .my-header .header-des .des-text[data-v-486dcc10] {\n height: 28rpx;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 28rpx;\n}\n.my-page .my-top .my-line[data-v-486dcc10] {\n margin: 66rpx 30rpx 19rpx;\n display: flex;\n align-items: center;\n height: 144rpx;\n background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);\n border-radius: 10rpx;\n}\n.my-page .my-top .my-line .line-left[data-v-486dcc10] {\n display: flex;\n align-items: center;\n padding-left: 46rpx;\n flex: 1;\n height: 104rpx;\n}\n.my-page .my-top .my-line .line-left .left-img[data-v-486dcc10] {\n width: 46rpx;\n height: 46rpx;\n background-size: 100%;\n}\n.my-page .my-top .my-line .line-left .l-text[data-v-486dcc10] {\n padding: 0 45rpx 0 25rpx;\n height: 40rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-line .line-left .l-go[data-v-486dcc10] {\n display: inline-block;\n width: 24rpx;\n height: 24rpx;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 0 0 no-repeat;\n background-size: 100%;\n}\n.my-page .my-top .my-line .line-left[data-v-486dcc10]:nth-child(2n) {\n padding-left: 46rpx;\n border-left: 2rpx solid #E9E9E9;\n}\n.my-page .my-top .my-box-s[data-v-486dcc10] {\n margin: 0 30rpx 30rpx;\n width: 690rpx;\n height: 169rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);\n border-radius: 10rpx;\n}\n.my-page .my-top .my-box-s .s-con[data-v-486dcc10] {\n padding: 27rpx 14rpx;\n display: flex;\n flex-wrap: wrap;\n}\n.my-page .my-top .my-box-s .s-con .con-item[data-v-486dcc10] {\n margin-right: 50rpx;\n}\n.my-page .my-top .my-box-s .s-con .con-item .item-img[data-v-486dcc10] {\n margin: 0 39rpx;\n width: 50rpx;\n height: 50rpx;\n background-size: 100%;\n}\n.my-page .my-top .my-box-s .s-con .con-item .item-text[data-v-486dcc10] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 32rpx;\n color: #333333;\n line-height: 45rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-box-s .s-con .con-item[data-v-486dcc10]:last-child {\n margin-right: 0;\n}\n.my-page .my-top .my-contain[data-v-486dcc10] {\n margin: 0rpx 30rpx 34rpx;\n}\n.my-page .my-top .my-contain .con-top[data-v-486dcc10] {\n display: inline-block;\n width: 136rpx;\n height: 48rpx;\n background: url('https://ddh.yyhock.com/ddhMall/my-text.png') 0 0 no-repeat;\n background-size: 136rpx 48rpx;\n}\n.my-page .my-top .my-contain .con-box[data-v-486dcc10] {\n margin-top: 24rpx;\n background: #FFFFFF;\n}\n.my-page .my-top .my-contain .con-box .box-line[data-v-486dcc10] {\n margin: 0 13rpx 0 27rpx;\n height: 110rpx;\n background: #FFFFFF;\n border-bottom: 2rpx solid #E9E9E9;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item[data-v-486dcc10] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-l[data-v-486dcc10] {\n display: flex;\n align-items: center;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-l .l-img[data-v-486dcc10] {\n width: 40rpx;\n height: 40rpx;\n background-size: 100%;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-l .l-text[data-v-486dcc10] {\n margin-left: 30rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 32rpx;\n color: #333333;\n line-height: 110rpx;\n text-align: left;\n font-style: normal;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-r[data-v-486dcc10] {\n width: 30rpx;\n height: 30rpx;\n background: url('https://ddh.yyhock.com/ddhMall/my-back.png') 0 0 no-repeat;\n background-size: 100%;\n}\n.my-page .my-top .my-contain .con-box .box-line[data-v-486dcc10]:last-child {\n border-bottom: none;\n}\n.my-page .my-top .my-footer[data-v-486dcc10] {\n margin-top: 104rpx;\n background: #F7FAFF;\n padding-bottom: 10rpx;\n}\n.my-page .my-top .my-footer .footer-btn[data-v-486dcc10] {\n margin-left: 38%;\n display: flex;\n width: 180rpx;\n height: 63rpx;\n border-radius: 32rpx;\n border: 1rpx solid #999999;\n}\n.my-page .my-top .my-footer .footer-btn .btn-tel[data-v-486dcc10] {\n margin: 16rpx 12rpx 0 24rpx;\n display: inline-block;\n width: 30rpx;\n height: 30rpx;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ") 0 0 no-repeat;\n background-size: 100%;\n vertical-align: middle;\n}\n.my-page .my-top .my-footer .footer-btn .btn-text[data-v-486dcc10] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 63rpx;\n text-align: center;\n font-style: normal;\n vertical-align: middle;\n}\n.my-page .my-top .my-footer .footer-des[data-v-486dcc10] {\n margin: 24rpx 0 14rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-footer .footer-time[data-v-486dcc10] {\n height: 28rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 20rpx;\n color: #999999;\n line-height: 28rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-footer .footer-tips[data-v-486dcc10] {\n padding-top: 30rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n", ""]); exports.push([module.i, ".my-page[data-v-486dcc10] {\n width: 100%;\n height: 100vh;\n max-height: 100vh;\n background: #F7FAFF;\n}\n.my-page .my-top[data-v-486dcc10] {\n padding-top: 8rpx;\n width: 100%;\n height: 505rpx;\n background: url('https://ddh.yyhock.com/ddhMall/my-bg.png') 0 0 no-repeat;\n background-size: 100% 505rpx;\n}\n.my-page .my-top .my-header[data-v-486dcc10] {\n display: flex;\n}\n.my-page .my-top .my-header .header-img[data-v-486dcc10] {\n margin-top: 128rpx;\n margin-left: 28rpx;\n width: 122rpx;\n height: 122rpx;\n background-size: 100% ;\n}\n.my-page .my-top .my-header .header-des[data-v-486dcc10] {\n padding-left: 15rpx;\n margin-top: 128rpx;\n font-family: PingFangSC, PingFang SC;\n text-align: left;\n font-style: normal;\n}\n.my-page .my-top .my-header .header-des .des-name[data-v-486dcc10] {\n padding: 17rpx 0 10rpx;\n height: 50rpx;\n font-weight: 500;\n font-size: 36rpx;\n color: #333333;\n line-height: 50rpx;\n}\n.my-page .my-top .my-header .header-des .des-text[data-v-486dcc10] {\n height: 28rpx;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 28rpx;\n}\n.my-page .my-top .my-line[data-v-486dcc10] {\n margin: 66rpx 30rpx 19rpx;\n display: flex;\n align-items: center;\n height: 144rpx;\n background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);\n border-radius: 10rpx;\n}\n.my-page .my-top .my-line .line-left[data-v-486dcc10] {\n display: flex;\n align-items: center;\n padding-left: 46rpx;\n flex: 1;\n height: 104rpx;\n}\n.my-page .my-top .my-line .line-left .left-img[data-v-486dcc10] {\n width: 46rpx;\n height: 46rpx;\n background-size: 100%;\n}\n.my-page .my-top .my-line .line-left .l-text[data-v-486dcc10] {\n padding: 0 45rpx 0 25rpx;\n height: 40rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-line .line-left .l-go[data-v-486dcc10] {\n display: inline-block;\n width: 24rpx;\n height: 24rpx;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 0 0 no-repeat;\n background-size: 100%;\n}\n.my-page .my-top .my-line .line-left[data-v-486dcc10]:nth-child(2n) {\n padding-left: 46rpx;\n border-left: 2rpx solid #E9E9E9;\n}\n.my-page .my-top .my-box-s[data-v-486dcc10] {\n margin: 0 30rpx 30rpx;\n width: 690rpx;\n height: 169rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);\n border-radius: 10rpx;\n}\n.my-page .my-top .my-box-s .s-con[data-v-486dcc10] {\n padding: 27rpx 14rpx;\n display: flex;\n flex-wrap: wrap;\n}\n.my-page .my-top .my-box-s .s-con .con-item[data-v-486dcc10] {\n margin-right: 50rpx;\n}\n.my-page .my-top .my-box-s .s-con .con-item .item-img[data-v-486dcc10] {\n margin: 0 39rpx;\n width: 50rpx;\n height: 50rpx;\n background-size: 100%;\n}\n.my-page .my-top .my-box-s .s-con .con-item .item-text[data-v-486dcc10] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #333333;\n line-height: 45rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-box-s .s-con .con-item[data-v-486dcc10]:last-child {\n margin-right: 0;\n}\n.my-page .my-top .my-contain[data-v-486dcc10] {\n margin: 0rpx 30rpx 34rpx;\n}\n.my-page .my-top .my-contain .con-top[data-v-486dcc10] {\n display: inline-block;\n width: 136rpx;\n height: 48rpx;\n background: url('https://ddh.yyhock.com/ddhMall/my-text.png') 0 0 no-repeat;\n background-size: 136rpx 48rpx;\n}\n.my-page .my-top .my-contain .con-box[data-v-486dcc10] {\n margin-top: 24rpx;\n background: #FFFFFF;\n}\n.my-page .my-top .my-contain .con-box .box-line[data-v-486dcc10] {\n margin: 0 13rpx 0 27rpx;\n height: 110rpx;\n background: #FFFFFF;\n border-bottom: 2rpx solid #E9E9E9;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item[data-v-486dcc10] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-l[data-v-486dcc10] {\n display: flex;\n align-items: center;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-l .l-img[data-v-486dcc10] {\n width: 40rpx;\n height: 40rpx;\n background-size: 100%;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-l .l-text[data-v-486dcc10] {\n margin-left: 30rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 32rpx;\n color: #333333;\n line-height: 110rpx;\n text-align: left;\n font-style: normal;\n}\n.my-page .my-top .my-contain .con-box .box-line .line-item .item-r[data-v-486dcc10] {\n width: 30rpx;\n height: 30rpx;\n background: url('https://ddh.yyhock.com/ddhMall/my-back.png') 0 0 no-repeat;\n background-size: 100%;\n}\n.my-page .my-top .my-contain .con-box .box-line[data-v-486dcc10]:last-child {\n border-bottom: none;\n}\n.my-page .my-top .my-footer[data-v-486dcc10] {\n margin-top: 104rpx;\n background: #F7FAFF;\n padding-bottom: 10rpx;\n}\n.my-page .my-top .my-footer .footer-btn[data-v-486dcc10] {\n margin-left: 38%;\n display: flex;\n width: 180rpx;\n height: 63rpx;\n border-radius: 32rpx;\n border: 1rpx solid #999999;\n}\n.my-page .my-top .my-footer .footer-btn .btn-tel[data-v-486dcc10] {\n margin: 16rpx 12rpx 0 24rpx;\n display: inline-block;\n width: 30rpx;\n height: 30rpx;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ") 0 0 no-repeat;\n background-size: 100%;\n vertical-align: middle;\n}\n.my-page .my-top .my-footer .footer-btn .btn-text[data-v-486dcc10] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 63rpx;\n text-align: center;\n font-style: normal;\n vertical-align: middle;\n}\n.my-page .my-top .my-footer .footer-des[data-v-486dcc10] {\n margin: 24rpx 0 14rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-footer .footer-time[data-v-486dcc10] {\n height: 28rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 20rpx;\n color: #999999;\n line-height: 28rpx;\n text-align: center;\n font-style: normal;\n}\n.my-page .my-top .my-footer .footer-tips[data-v-486dcc10] {\n padding-top: 30rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;
...@@ -9175,7 +9175,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! ../../static/img/bil ...@@ -9175,7 +9175,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! ../../static/img/bil
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
// Module // Module
exports.push([module.i, ".bill-page[data-v-246d55d3] {\n width: 100%;\n height: 100vh;\n background: #F7FAFF;\n}\n.bill-page .bill-data[data-v-246d55d3] {\n margin: 0 20rpx;\n}\n.bill-page .bill-data .data-tips[data-v-246d55d3] {\n padding: 15rpx 0 15rpx 18rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #2263E6;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y[data-v-246d55d3] {\n height: 800rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card[data-v-246d55d3] {\n margin-bottom: 24rpx;\n height: 240rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);\n border-radius: 10rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main[data-v-246d55d3] {\n padding: 24rpx 20rpx 25rpx 25rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top[data-v-246d55d3] {\n display: flex;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-l[data-v-246d55d3] {\n display: flex;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-l .l-icon[data-v-246d55d3] {\n width: 54rpx;\n height: 55rpx;\n background-size: 54rpx 55rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-l .l-name[data-v-246d55d3] {\n padding: 7rpx 55rpx 0 16rpx;\n height: 40rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-time[data-v-246d55d3] {\n padding: 12rpx 132rpx 13rpx 0rpx ;\n height: 30rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 22rpx;\n color: #999999;\n line-height: 30rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-des[data-v-246d55d3] {\n padding-top: 11rpx;\n padding-left: 14rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #2263E6;\n line-height: 33rpx;\n text-align: right;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s[data-v-246d55d3] {\n margin-top: 34rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-f .f-num[data-v-246d55d3] {\n height: 49rpx;\n font-family: DIN, DIN;\n font-weight: bold;\n font-size: 40rpx;\n color: #333333;\n line-height: 49rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-f .f-text[data-v-246d55d3] {\n padding-top: 16rpx;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 26rpx;\n color: #999999;\n line-height: 37rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t[data-v-246d55d3] {\n margin: 0 93rpx 0 76rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-text[data-v-246d55d3] {\n height: 56rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 40rpx;\n color: #999999;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-red[data-v-246d55d3] {\n height: 56rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 40rpx;\n color: #FC4D3E;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-blue[data-v-246d55d3] {\n height: 56rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 40rpx;\n color: #2263E6;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-time[data-v-246d55d3] {\n margin-top: 10rpx;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 26rpx;\n color: #999999;\n line-height: 37rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-btn[data-v-246d55d3] {\n width: 180rpx;\n height: 64rpx;\n background: #E8EFFC;\n border-radius: 32rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-btn .btn-text[data-v-246d55d3] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 26rpx;\n color: #2263E6;\n line-height: 64rpx;\n text-align: center;\n font-style: normal;\n}\n.bill-page .bill-data .data-text[data-v-246d55d3] {\n position: fixed;\n bottom: 0;\n left: 38%;\n padding-bottom: 20rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n.bill-page .bill-null[data-v-246d55d3] {\n padding-top: 188rpx;\n}\n.bill-page .bill-null .n-img[data-v-246d55d3] {\n margin: 0 auto 35rpx;\n width: 328rpx;\n height: 328rpx;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 0 0 no-repeat;\n background-size: 100%;\n}\n.bill-page .bill-null .n-text[data-v-246d55d3] {\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n.bill-page .bill-null .n-btn[data-v-246d55d3] {\n margin: 87rpx 40rpx 0;\n width: 670rpx;\n height: 88rpx;\n background: linear-gradient(137deg, #3877F5 0%, #5690FA 100%);\n border-radius: 44rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 32rpx;\n color: #FFFFFF;\n line-height: 88rpx;\n text-align: center;\n font-style: normal;\n}\n", ""]); exports.push([module.i, ".bill-page[data-v-246d55d3] {\n width: 100%;\n height: 100vh;\n background: #F7FAFF;\n}\n.bill-page .bill-data[data-v-246d55d3] {\n margin: 0 20rpx;\n}\n.bill-page .bill-data .data-tips[data-v-246d55d3] {\n padding: 15rpx 0 15rpx 18rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #2263E6;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y[data-v-246d55d3] {\n height: 800rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card[data-v-246d55d3] {\n margin-bottom: 24rpx;\n height: 240rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);\n border-radius: 10rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main[data-v-246d55d3] {\n padding: 24rpx 20rpx 25rpx 25rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top[data-v-246d55d3] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-l[data-v-246d55d3] {\n display: flex;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-l .l-icon[data-v-246d55d3] {\n width: 54rpx;\n height: 55rpx;\n background-size: 54rpx 55rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-l .l-name[data-v-246d55d3] {\n padding: 7rpx 55rpx 0 16rpx;\n height: 40rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-time[data-v-246d55d3] {\n padding: 12rpx 128rpx 13rpx 0rpx ;\n height: 30rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 22rpx;\n color: #999999;\n line-height: 30rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-top .top-des[data-v-246d55d3] {\n padding-top: 11rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #2263E6;\n line-height: 33rpx;\n text-align: right;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s[data-v-246d55d3] {\n margin-top: 34rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-f .f-num[data-v-246d55d3] {\n height: 49rpx;\n font-family: DIN, DIN;\n font-weight: bold;\n font-size: 40rpx;\n color: #333333;\n line-height: 49rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-f .f-text[data-v-246d55d3] {\n padding-top: 16rpx;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 26rpx;\n color: #999999;\n line-height: 37rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t[data-v-246d55d3] {\n padding: 0 128rpx 0 76rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-text[data-v-246d55d3] {\n height: 56rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 40rpx;\n color: #999999;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-red[data-v-246d55d3] {\n height: 56rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 40rpx;\n color: #FC4D3E;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-blue[data-v-246d55d3] {\n height: 56rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 40rpx;\n color: #2263E6;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-t .t-time[data-v-246d55d3] {\n margin-top: 10rpx;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 26rpx;\n color: #999999;\n line-height: 37rpx;\n text-align: left;\n font-style: normal;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-btn[data-v-246d55d3] {\n width: 180rpx;\n height: 64rpx;\n background: #E8EFFC;\n border-radius: 32rpx;\n}\n.bill-page .bill-data .scroll-Y .data-card .card-main .main-s .s-btn .btn-text[data-v-246d55d3] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 26rpx;\n color: #2263E6;\n line-height: 64rpx;\n text-align: center;\n font-style: normal;\n}\n.bill-page .bill-data .data-text[data-v-246d55d3] {\n position: fixed;\n bottom: 0;\n left: 38%;\n padding-bottom: 20rpx;\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n.bill-page .bill-null[data-v-246d55d3] {\n padding-top: 188rpx;\n}\n.bill-page .bill-null .n-img[data-v-246d55d3] {\n margin: 0 auto 35rpx;\n width: 328rpx;\n height: 328rpx;\n background: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 0 0 no-repeat;\n background-size: 100%;\n}\n.bill-page .bill-null .n-text[data-v-246d55d3] {\n height: 33rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: center;\n font-style: normal;\n}\n.bill-page .bill-null .n-btn[data-v-246d55d3] {\n margin: 87rpx 40rpx 0;\n width: 670rpx;\n height: 88rpx;\n background: linear-gradient(137deg, #3877F5 0%, #5690FA 100%);\n border-radius: 44rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 32rpx;\n color: #FFFFFF;\n line-height: 88rpx;\n text-align: center;\n font-style: normal;\n}\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;
...@@ -15328,7 +15328,7 @@ if(false) {} ...@@ -15328,7 +15328,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../Applications/HBuilderX 2.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10); var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../Applications/HBuilderX 2.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10);
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
// Module // Module
exports.push([module.i, ".billD-page[data-v-82295ed4] {\n width: 100%;\n height: 100vh;\n min-height: 1947rpx;\n background: #F7FAFF;\n}\n.billD-page .bill-d[data-v-82295ed4] {\n padding-top: 8rpx;\n}\n.billD-page .bill-d .billd-card[data-v-82295ed4] {\n margin: 22rpx 20rpx 14rpx;\n width: 710rpx;\n height: 331rpx;\n background: url('http://ddh.yyhock.com/appStatic/billdetail-bg.png') 0 0 no-repeat;\n background-size: 710rpx 331rpx;\n}\n.billD-page .bill-d .billd-card .card-main[data-v-82295ed4] {\n padding: 37rpx 40rpx 29rpx;\n}\n.billD-page .bill-d .billd-card .card-main .main-top[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-d .billd-card .card-main .main-top uni-image[data-v-82295ed4] {\n width: 44rpx;\n height: 44rpx;\n background-size: 100%;\n}\n.billD-page .bill-d .billd-card .card-main .main-top .top-name[data-v-82295ed4] {\n padding: 0 13rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-top .top-date[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-con[data-v-82295ed4] {\n margin-top: 21rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-d .billd-card .card-main .main-con .con-l[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-con .con-r[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #2263E6;\n line-height: 33rpx;\n text-align: right;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-s[data-v-82295ed4] {\n margin-top: 45rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-left[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-left .left-text .text-num[data-v-82295ed4] {\n font-family: DIN, DIN;\n font-weight: bold;\n font-size: 46rpx;\n color: #2263E6;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-right[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-right .right-icon[data-v-82295ed4] {\n display: inline-block;\n width: 30rpx;\n height: 30rpx;\n background: url('http://ddh.yyhock.com/appStatic/question-icon.png') 0 0 no-repeat;\n background-size: 100%;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-right .right-text[data-v-82295ed4] {\n padding-left: 10rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .mian-footer[data-v-82295ed4] {\n margin-top: 27rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .mian-footer .footer-nums[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 30rpx;\n color: #2263E6;\n line-height: 42rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian[data-v-82295ed4] {\n margin: 0 30rpx;\n margin-bottom: 120rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.5);\n border-radius: 10rpx;\n}\n.billD-page .bill-mian .main-header[data-v-82295ed4] {\n padding: 40rpx 30rpx 24rpx 22rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-mian .main-header .header-left[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-mian .main-header .header-left .left-icon[data-v-82295ed4] {\n display: inline-block;\n height: 22px;\n border-left: 4px solid #FF4248;\n}\n.billD-page .bill-mian .main-header .header-left .left-text[data-v-82295ed4] {\n padding-left: 8rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .main-header .header-right[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-mian .main-header .header-right .right-icon[data-v-82295ed4] {\n display: inline-block;\n width: 40rpx;\n height: 39rpx;\n background: url('http://ddh.yyhock.com/appStatic/customer-service.png') 0 0 no-repeat;\n background-size: 40rpx 39rpx;\n}\n.billD-page .bill-mian .main-header .header-right .right-num[data-v-82295ed4] {\n padding-left: 10rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #2263E6;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line[data-v-82295ed4] {\n padding: 32rpx;\n height: 203rpx;\n background: #FFFFFF;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first[data-v-82295ed4] {\n display: flex;\n font-family: PingFangSC, PingFang SC;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first .first-text[data-v-82295ed4] {\n height: 40rpx;\n font-weight: 400;\n font-size: 24rpx;\n color: #666666;\n line-height: 40rpx;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first .first-text uni-text[data-v-82295ed4] {\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first .first-date[data-v-82295ed4] {\n padding-left: 8rpx;\n padding-top: 4rpx;\n font-weight: 400;\n font-size: 24rpx;\n color: #666666;\n line-height: 40rpx;\n}\n.billD-page .bill-mian .mian-line .line-left .left-num[data-v-82295ed4] {\n margin: 20rpx 0 6rpx;\n font-family: DIN, DIN;\n font-weight: bold;\n font-size: 40rpx;\n color: #333333;\n line-height: 49rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-left .left-text[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #666666;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-right[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n line-height: 40rpx;\n text-align: center;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-right .right-text[data-v-82295ed4] {\n color: #FF4248;\n}\n.billD-page .bill-mian .mian-line .line-right .right-repaid[data-v-82295ed4] {\n color: #2263E6;\n}\n.billD-page .bill-mian .mian-line .line-right .right-repay[data-v-82295ed4] {\n color: #666666;\n}\n.billD-page .bill-footer[data-v-82295ed4] {\n position: fixed;\n bottom: 0;\n display: flex;\n}\n.billD-page .bill-footer .footer-left[data-v-82295ed4] {\n width: 375rpx;\n height: 96rpx;\n background: #FFFFFF;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 36rpx;\n color: #2263E6;\n line-height: 96rpx;\n text-align: center;\n font-style: normal;\n}\n.billD-page .bill-footer .footer-right[data-v-82295ed4] {\n width: 375rpx;\n height: 96rpx;\n background: #2263E6;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 36rpx;\n color: #FFFFFF;\n line-height: 96rpx;\n text-align: center;\n font-style: normal;\n}\n.billD-page .popup_overlay[data-v-82295ed4] {\n position: fixed;\n top: 0%;\n left: 0%;\n width: 100%;\n height: 100%;\n background-color: black;\n z-index: 1001;\n -moz-opacity: 0.8;\n opacity: 0.5;\n filter: alpha(opacity=88);\n}\n.billD-page .popup_content[data-v-82295ed4] {\n position: fixed;\n top: 50%;\n left: 52%;\n width: 540rpx;\n height: 336rpx;\n background: #FFFFFF;\n border-radius: 22rpx;\n margin-left: -290rpx;\n margin-top: -270rpx;\n background-color: white;\n z-index: 1002;\n overflow: auto;\n}\n.billD-page .popup_content .popup_title[data-v-82295ed4] {\n padding: 38rpx 0 24rpx 0;\n text-align: center;\n font-size: 32rpx;\n}\n.billD-page .popup_content .popup_main[data-v-82295ed4] {\n margin: 0 44rpx;\n height: 84rpx;\n font-size: 30rpx;\n font-family: PingFangSC-Regular, PingFang SC;\n font-weight: 400;\n color: #757575;\n line-height: 42rpx;\n padding-bottom: 26rpx;\n text-align: center;\n}\n.billD-page .popup_content .popup-m-text[data-v-82295ed4] {\n padding-left: 40rpx;\n}\n.billD-page .popup_content .btn-main[data-v-82295ed4] {\n display: flex;\n border-top: 2rpx solid #E5E5E5;\n}\n.billD-page .popup_content .btn-main .btn-confirm[data-v-82295ed4] {\n width: 100%;\n height: 99rpx;\n background: #FFFFFF;\n border-radius: 10rpx;\n font-size: 36rpx;\n font-family: PingFangSC-Regular, PingFang SC;\n font-weight: 500;\n color: #0462ED;\n line-height: 99rpx;\n text-align: center;\n}\n", ""]); exports.push([module.i, ".billD-page[data-v-82295ed4] {\n width: 100%;\n height: 100vh;\n min-height: 1947rpx;\n background: #F7FAFF;\n}\n.billD-page .bill-d[data-v-82295ed4] {\n padding-top: 8rpx;\n}\n.billD-page .bill-d .billd-card[data-v-82295ed4] {\n margin: 22rpx 20rpx 14rpx;\n width: 710rpx;\n height: 331rpx;\n background: url('http://ddh.yyhock.com/appStatic/billdetail-bg.png') 0 0 no-repeat;\n background-size: 710rpx 331rpx;\n}\n.billD-page .bill-d .billd-card .card-main[data-v-82295ed4] {\n padding: 37rpx 40rpx 29rpx;\n}\n.billD-page .bill-d .billd-card .card-main .main-top[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-d .billd-card .card-main .main-top uni-image[data-v-82295ed4] {\n width: 44rpx;\n height: 44rpx;\n background-size: 100%;\n}\n.billD-page .bill-d .billd-card .card-main .main-top .top-name[data-v-82295ed4] {\n padding: 0 13rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-top .top-date[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-con[data-v-82295ed4] {\n margin-top: 21rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-d .billd-card .card-main .main-con .con-l[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #999999;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-con .con-r[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #2263E6;\n line-height: 33rpx;\n text-align: right;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-s[data-v-82295ed4] {\n margin-top: 45rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-left[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-left .left-text .text-num[data-v-82295ed4] {\n font-family: DIN, DIN;\n font-weight: bold;\n font-size: 46rpx;\n color: #2263E6;\n line-height: 56rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-right[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-right .right-icon[data-v-82295ed4] {\n display: inline-block;\n width: 30rpx;\n height: 30rpx;\n background: url('http://ddh.yyhock.com/appStatic/question-icon.png') 0 0 no-repeat;\n background-size: 100%;\n}\n.billD-page .bill-d .billd-card .card-main .main-s .s-right .right-text[data-v-82295ed4] {\n padding-left: 10rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .mian-footer[data-v-82295ed4] {\n margin-top: 27rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #333333;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-d .billd-card .card-main .mian-footer .footer-nums[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 30rpx;\n color: #2263E6;\n line-height: 42rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian[data-v-82295ed4] {\n margin: 0 30rpx;\n padding-bottom: 120rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.5);\n border-radius: 10rpx;\n}\n.billD-page .bill-mian .main-header[data-v-82295ed4] {\n padding: 40rpx 30rpx 24rpx 22rpx;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-mian .main-header .header-left[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-mian .main-header .header-left .left-icon[data-v-82295ed4] {\n display: inline-block;\n height: 22px;\n border-left: 4px solid #FF4248;\n}\n.billD-page .bill-mian .main-header .header-left .left-text[data-v-82295ed4] {\n padding-left: 8rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .main-header .header-right[data-v-82295ed4] {\n display: flex;\n}\n.billD-page .bill-mian .main-header .header-right .right-icon[data-v-82295ed4] {\n display: inline-block;\n width: 40rpx;\n height: 39rpx;\n background: url('http://ddh.yyhock.com/appStatic/customer-service.png') 0 0 no-repeat;\n background-size: 40rpx 39rpx;\n}\n.billD-page .bill-mian .main-header .header-right .right-num[data-v-82295ed4] {\n padding-left: 10rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #2263E6;\n line-height: 40rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line[data-v-82295ed4] {\n padding: 34rpx;\n height: 144rpx;\n background: #FFFFFF;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first[data-v-82295ed4] {\n display: flex;\n font-family: PingFangSC, PingFang SC;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first .first-text[data-v-82295ed4] {\n height: 40rpx;\n font-weight: 400;\n font-size: 24rpx;\n color: #666666;\n line-height: 40rpx;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first .first-text uni-text[data-v-82295ed4] {\n font-weight: 500;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n}\n.billD-page .bill-mian .mian-line .line-left .left-first .first-date[data-v-82295ed4] {\n padding-left: 8rpx;\n padding-top: 4rpx;\n font-weight: 400;\n font-size: 24rpx;\n color: #666666;\n line-height: 40rpx;\n}\n.billD-page .bill-mian .mian-line .line-left .left-num[data-v-82295ed4] {\n margin: 20rpx 0 6rpx;\n font-family: DIN, DIN;\n font-weight: bold;\n font-size: 40rpx;\n color: #333333;\n line-height: 49rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-left .left-text[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 24rpx;\n color: #666666;\n line-height: 33rpx;\n text-align: left;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-right[data-v-82295ed4] {\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 28rpx;\n line-height: 40rpx;\n text-align: center;\n font-style: normal;\n}\n.billD-page .bill-mian .mian-line .line-right .right-text[data-v-82295ed4] {\n color: #FF4248;\n}\n.billD-page .bill-mian .mian-line .line-right .right-repaid[data-v-82295ed4] {\n color: #2263E6;\n}\n.billD-page .bill-mian .mian-line .line-right .right-repay[data-v-82295ed4] {\n color: #666666;\n}\n.billD-page .bill-footer[data-v-82295ed4] {\n position: fixed;\n bottom: 0;\n display: flex;\n}\n.billD-page .bill-footer .footer-left[data-v-82295ed4] {\n width: 375rpx;\n height: 96rpx;\n background: #FFFFFF;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 36rpx;\n color: #2263E6;\n line-height: 96rpx;\n text-align: center;\n font-style: normal;\n}\n.billD-page .bill-footer .footer-right[data-v-82295ed4] {\n width: 375rpx;\n height: 96rpx;\n background: #2263E6;\n font-family: PingFangSC, PingFang SC;\n font-weight: 500;\n font-size: 36rpx;\n color: #FFFFFF;\n line-height: 96rpx;\n text-align: center;\n font-style: normal;\n}\n.billD-page .popup_overlay[data-v-82295ed4] {\n position: fixed;\n top: 0%;\n left: 0%;\n width: 100%;\n height: 100%;\n background-color: black;\n z-index: 1001;\n -moz-opacity: 0.8;\n opacity: 0.5;\n filter: alpha(opacity=88);\n}\n.billD-page .popup_content[data-v-82295ed4] {\n position: fixed;\n top: 50%;\n left: 52%;\n width: 540rpx;\n height: 336rpx;\n background: #FFFFFF;\n border-radius: 22rpx;\n margin-left: -290rpx;\n margin-top: -270rpx;\n background-color: white;\n z-index: 1002;\n overflow: auto;\n}\n.billD-page .popup_content .popup_title[data-v-82295ed4] {\n padding: 38rpx 0 24rpx 0;\n text-align: center;\n font-size: 32rpx;\n}\n.billD-page .popup_content .popup_main[data-v-82295ed4] {\n margin: 0 44rpx;\n height: 84rpx;\n font-size: 30rpx;\n font-family: PingFangSC-Regular, PingFang SC;\n font-weight: 400;\n color: #757575;\n line-height: 42rpx;\n padding-bottom: 26rpx;\n text-align: center;\n}\n.billD-page .popup_content .popup-m-text[data-v-82295ed4] {\n padding-left: 40rpx;\n}\n.billD-page .popup_content .btn-main[data-v-82295ed4] {\n display: flex;\n border-top: 2rpx solid #E5E5E5;\n}\n.billD-page .popup_content .btn-main .btn-confirm[data-v-82295ed4] {\n width: 100%;\n height: 99rpx;\n background: #FFFFFF;\n border-radius: 10rpx;\n font-size: 36rpx;\n font-family: PingFangSC-Regular, PingFang SC;\n font-weight: 500;\n color: #0462ED;\n line-height: 99rpx;\n text-align: center;\n}\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment