forked from lsl/xzjl-ui
parent
cc5fc9992e
commit
44c8a3cb34
@ -1,2 +1,12 @@
|
||||
<!--pages/home/xx/hy/hx/hx.wxml-->
|
||||
<text>pages/home/xx/hy/hx/hx.wxml</text>
|
||||
<!--返回图标-->
|
||||
<view class="reback" bindtap="go2Reback"></view>
|
||||
<view class="title">画像</view>
|
||||
|
||||
<!--星讯聊天下方菜单栏-->
|
||||
<view class="xfgjl" >
|
||||
<view class="xxqlcd xxqlcd1" bindtap="go2Xz">信札</view>
|
||||
<view class="xxqlcd xxqlcd2" bindtap="go2Yx">音讯</view>
|
||||
<view class="xxqlcd xxqlcd3" bindtap="go2Hx">画像</view>
|
||||
<view class="xxqlcd xxqlcd4" bindtap="go2Zt">纸条</view>
|
||||
</view>
|
||||
|
||||
@ -1 +1,66 @@
|
||||
/* pages/home/xx/hy/hx/hx.wxss */
|
||||
/* pages/home/xx/hy/index.wxss */
|
||||
.reback{
|
||||
position: fixed;
|
||||
margin-left: 20rpx;
|
||||
margin-top:108rpx;
|
||||
width:48rpx;
|
||||
height:48rpx;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/reback.png);
|
||||
}
|
||||
|
||||
.title{
|
||||
position: fixed;
|
||||
left: 278rpx;
|
||||
top: 108rpx;
|
||||
width: 196rpx;
|
||||
height: 48rpx;
|
||||
color: rgba(108, 108, 108, 1);
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.xfgjl{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
margin-top: 1416rpx;
|
||||
width: 750rpx;
|
||||
height: 87px;
|
||||
line-height: 20px;
|
||||
opacity: 0.7;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
text-align: center;
|
||||
}
|
||||
.xxqlcd{
|
||||
position: absolute;
|
||||
|
||||
top: 32rpx;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
border-radius: 56rpx;
|
||||
line-height: 110rpx;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
||||
font-family: Arial;
|
||||
border: 5rpx solid rgba(255, 255, 255, 1);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-medium;
|
||||
}
|
||||
.xxqlcd1{
|
||||
left: 21px;
|
||||
}
|
||||
.xxqlcd2{
|
||||
left: 114px;
|
||||
}
|
||||
.xxqlcd3{
|
||||
left: 206px;
|
||||
}
|
||||
.xxqlcd4{
|
||||
left: 299px;
|
||||
}
|
||||
@ -1,2 +1,12 @@
|
||||
<!--pages/home/xx/hy/index.wxml-->
|
||||
<text>pages/home/xx/hy/index.wxml</text>
|
||||
<!--返回图标-->
|
||||
<view class="reback" bindtap="go2Reback"></view>
|
||||
<view class="title">音讯</view>
|
||||
|
||||
<!--星讯聊天下方菜单栏-->
|
||||
<view class="xfgjl" >
|
||||
<view class="xxqlcd xxqlcd1" bindtap="go2Xz">信札</view>
|
||||
<view class="xxqlcd xxqlcd2" bindtap="go2Yx">音讯</view>
|
||||
<view class="xxqlcd xxqlcd3" bindtap="go2Hx">画像</view>
|
||||
<view class="xxqlcd xxqlcd4" bindtap="go2Zt">纸条</view>
|
||||
</view>
|
||||
@ -1 +1,66 @@
|
||||
/* pages/home/xx/hy/index.wxss */
|
||||
/* pages/home/xx/hy/index.wxss */
|
||||
.reback{
|
||||
position: fixed;
|
||||
margin-left: 20rpx;
|
||||
margin-top:108rpx;
|
||||
width:48rpx;
|
||||
height:48rpx;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/reback.png);
|
||||
}
|
||||
|
||||
.title{
|
||||
position: fixed;
|
||||
left: 278rpx;
|
||||
top: 108rpx;
|
||||
width: 196rpx;
|
||||
height: 48rpx;
|
||||
color: rgba(108, 108, 108, 1);
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.xfgjl{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
margin-top: 1416rpx;
|
||||
width: 750rpx;
|
||||
height: 87px;
|
||||
line-height: 20px;
|
||||
opacity: 0.7;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
text-align: center;
|
||||
}
|
||||
.xxqlcd{
|
||||
position: absolute;
|
||||
|
||||
top: 32rpx;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
border-radius: 56rpx;
|
||||
line-height: 110rpx;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
||||
font-family: Arial;
|
||||
border: 5rpx solid rgba(255, 255, 255, 1);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-medium;
|
||||
}
|
||||
.xxqlcd1{
|
||||
left: 21px;
|
||||
}
|
||||
.xxqlcd2{
|
||||
left: 114px;
|
||||
}
|
||||
.xxqlcd3{
|
||||
left: 206px;
|
||||
}
|
||||
.xxqlcd4{
|
||||
left: 299px;
|
||||
}
|
||||
@ -1,2 +1,12 @@
|
||||
<!--pages/home/xx/hy/xz/zt.wxml-->
|
||||
<text>pages/home/xx/hy/xz/zt.wxml</text>
|
||||
<!--返回图标-->
|
||||
<view class="reback" bindtap="go2Reback"></view>
|
||||
<view class="title">信札</view>
|
||||
|
||||
<!--星讯聊天下方菜单栏-->
|
||||
<view class="xfgjl" >
|
||||
<view class="xxqlcd xxqlcd1" bindtap="go2Xz">信札</view>
|
||||
<view class="xxqlcd xxqlcd2" bindtap="go2Yx">音讯</view>
|
||||
<view class="xxqlcd xxqlcd3" bindtap="go2Hx">画像</view>
|
||||
<view class="xxqlcd xxqlcd4" bindtap="go2Zt">纸条</view>
|
||||
</view>
|
||||
|
||||
@ -1 +1,66 @@
|
||||
/* pages/home/xx/hy/xz/zt.wxss */
|
||||
/* pages/home/xx/hy/index.wxss */
|
||||
.reback{
|
||||
position: fixed;
|
||||
margin-left: 20rpx;
|
||||
margin-top:108rpx;
|
||||
width:48rpx;
|
||||
height:48rpx;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/reback.png);
|
||||
}
|
||||
|
||||
.title{
|
||||
position: fixed;
|
||||
left: 278rpx;
|
||||
top: 108rpx;
|
||||
width: 196rpx;
|
||||
height: 48rpx;
|
||||
color: rgba(108, 108, 108, 1);
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.xfgjl{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
margin-top: 1416rpx;
|
||||
width: 750rpx;
|
||||
height: 87px;
|
||||
line-height: 20px;
|
||||
opacity: 0.7;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
text-align: center;
|
||||
}
|
||||
.xxqlcd{
|
||||
position: absolute;
|
||||
|
||||
top: 32rpx;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
border-radius: 56rpx;
|
||||
line-height: 110rpx;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
||||
font-family: Arial;
|
||||
border: 5rpx solid rgba(255, 255, 255, 1);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-medium;
|
||||
}
|
||||
.xxqlcd1{
|
||||
left: 21px;
|
||||
}
|
||||
.xxqlcd2{
|
||||
left: 114px;
|
||||
}
|
||||
.xxqlcd3{
|
||||
left: 206px;
|
||||
}
|
||||
.xxqlcd4{
|
||||
left: 299px;
|
||||
}
|
||||
@ -1,2 +1,12 @@
|
||||
<!--pages/home/xx/hy/zt/zt.wxml-->
|
||||
<text>pages/home/xx/hy/zt/zt.wxml</text>
|
||||
<!--返回图标-->
|
||||
<view class="reback" bindtap="go2Reback"></view>
|
||||
<view class="title">纸条</view>
|
||||
|
||||
<!--星讯聊天下方菜单栏-->
|
||||
<view class="xfgjl" >
|
||||
<view class="xxqlcd xxqlcd1" bindtap="go2Xz">信札</view>
|
||||
<view class="xxqlcd xxqlcd2" bindtap="go2Yx">音讯</view>
|
||||
<view class="xxqlcd xxqlcd3" bindtap="go2Hx">画像</view>
|
||||
<view class="xxqlcd xxqlcd4" bindtap="go2Zt">纸条</view>
|
||||
</view>
|
||||
|
||||
@ -1 +1,66 @@
|
||||
/* pages/home/xx/hy/zt/zt.wxss */
|
||||
/* pages/home/xx/hy/index.wxss */
|
||||
.reback{
|
||||
position: fixed;
|
||||
margin-left: 20rpx;
|
||||
margin-top:108rpx;
|
||||
width:48rpx;
|
||||
height:48rpx;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/reback.png);
|
||||
}
|
||||
|
||||
.title{
|
||||
position: fixed;
|
||||
left: 278rpx;
|
||||
top: 108rpx;
|
||||
width: 196rpx;
|
||||
height: 48rpx;
|
||||
color: rgba(108, 108, 108, 1);
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.xfgjl{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
margin-top: 1416rpx;
|
||||
width: 750rpx;
|
||||
height: 87px;
|
||||
line-height: 20px;
|
||||
opacity: 0.7;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
text-align: center;
|
||||
}
|
||||
.xxqlcd{
|
||||
position: absolute;
|
||||
|
||||
top: 32rpx;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
border-radius: 56rpx;
|
||||
line-height: 110rpx;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
||||
font-family: Arial;
|
||||
border: 5rpx solid rgba(255, 255, 255, 1);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-medium;
|
||||
}
|
||||
.xxqlcd1{
|
||||
left: 21px;
|
||||
}
|
||||
.xxqlcd2{
|
||||
left: 114px;
|
||||
}
|
||||
.xxqlcd3{
|
||||
left: 206px;
|
||||
}
|
||||
.xxqlcd4{
|
||||
left: 299px;
|
||||
}
|
||||
@ -1,3 +1,6 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {
|
||||
"t-image": "tdesign-miniprogram/image/image",
|
||||
"t-popup": "tdesign-miniprogram/popup/popup"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,182 @@
|
||||
// pages/home/xx/index.js
|
||||
const app = getApp();//新建页面时 默认引入
|
||||
const req = app.xzjlReq();//初始化一个的request() 实例
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
ztDetial:{},//打开纸条弹窗详情
|
||||
dkZtVisible:false,//打开纸条弹窗
|
||||
ztText:"",
|
||||
ztVisible:false,//写纸条弹窗
|
||||
messages:[],
|
||||
loverInfo:{},
|
||||
hasLover:false,// 是否单身
|
||||
userInfo:{}
|
||||
|
||||
},go2Reback(){
|
||||
wx.switchTab({
|
||||
url: '/pages/home/xy/index',
|
||||
})
|
||||
},
|
||||
//bindtap="dKztDetial" data-xq="{{item}}"
|
||||
dKztDetial(e){/**查看详情 */
|
||||
let detail = e.currentTarget.dataset['xq']
|
||||
console.log(detail)
|
||||
if(!detail.isSelf&&detail.status=='unread'){
|
||||
// 不是自己发的消息,且消息状态为未读,需要设置消息状态为已读
|
||||
///api/user/curt/message/{id}/read
|
||||
req.patchRequest('/api/user/curt/message/'+detail.id+'/read',{}).then((res)=>{
|
||||
if(res.data.code==200){
|
||||
console.log(this.data.messages)
|
||||
}
|
||||
}).catch((err)=>{
|
||||
console.log(err);
|
||||
})
|
||||
}
|
||||
if(detail.isSelf){
|
||||
console.log('是自己发的消息,不做操作')
|
||||
}
|
||||
this.setData({dkZtVisible:true,tDetial:e.currentTarget.dataset['xq']})
|
||||
},
|
||||
doCancelDkZt(){
|
||||
this.setData({dkZtVisible:false})
|
||||
},
|
||||
openZtVisible(){/**点击纸条按钮 */
|
||||
this.setData({ztVisible:true})
|
||||
},
|
||||
doCancelZt(){/**点击纸条里面取消按钮 */
|
||||
this.setData({ztVisible:false})
|
||||
},
|
||||
doFSZt(){/**点击纸条里面发送按钮 */
|
||||
if(!this.data.ztText){
|
||||
wx.showToast({
|
||||
title:'纸条内容不能为空!',
|
||||
icon: 'none',
|
||||
duration: 1000
|
||||
})
|
||||
}else{
|
||||
req.postRequest('/api/user/curt/message/lover',{"type": "text","content": this.data.ztText}).then((res)=>{
|
||||
this.onLoad()
|
||||
if(res.data.code==200){
|
||||
|
||||
console.log(this.data.messages)
|
||||
}
|
||||
}).catch((err)=>{
|
||||
console.log(err);
|
||||
})
|
||||
this.setData({ztVisible:false,ztText:''})
|
||||
}
|
||||
|
||||
},
|
||||
go2Huiyi(){/**跳转到回忆页面 */
|
||||
wx.navigateTo({
|
||||
url: '/pages/home/xx/hy/index'
|
||||
})
|
||||
},
|
||||
doMessageInfo(){/**查询聊天信息 */
|
||||
req.getRequest('/api/user/curt/message/lover',{}).then((res)=>{
|
||||
if(res.data.code==200){
|
||||
this.setData({messages:res.data.data.records.reverse()})
|
||||
console.log("这是打印,。。。。")
|
||||
console.log(this.data.messages)
|
||||
}
|
||||
}).catch((err)=>{
|
||||
console.log(err);
|
||||
})
|
||||
},
|
||||
doQueryInit(){
|
||||
req.getRequest('/api/user/curt',{}).then((res)=>{
|
||||
if(res.data.code==200){
|
||||
this.setData({hasLover:res.data.data.hasLover})
|
||||
this.setData({userInfo:res.data.data})
|
||||
console.log(this.data.userInfo)
|
||||
if(!res.data.data.hasLover){
|
||||
wx.navigateTo({
|
||||
url: '/pages/home/xx/index'
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
}).catch((err)=>{
|
||||
console.log(err);
|
||||
})
|
||||
|
||||
req.getRequest('/api/user/curt/lover',{}).then((res)=>{
|
||||
if(res.data.code==200){
|
||||
this.setData({loverInfo:res.data.data})
|
||||
}
|
||||
}).catch((err)=>{
|
||||
console.log(err);
|
||||
})
|
||||
|
||||
///api/user/curt/lover
|
||||
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
this.doQueryInit()
|
||||
this.doMessageInfo()
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
this.doQueryInit()
|
||||
this.doMessageInfo()
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
},
|
||||
toSend(){
|
||||
wx.redirectTo({
|
||||
url: 'xz/xz'
|
||||
})
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,7 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"t-image": "tdesign-miniprogram/image/image",
|
||||
"t-popup": "tdesign-miniprogram/popup/popup",
|
||||
"t-textarea": "tdesign-miniprogram/textarea/textarea"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,593 @@
|
||||
/* pages/home/xx/lindex/lindex.wxss */
|
||||
/* pages/home/xx/index.wxss */
|
||||
/* pages/home/xyc/wdyw/wdyw.wxss */
|
||||
.reback{
|
||||
position: fixed;
|
||||
margin-left: 20rpx;
|
||||
margin-top:108rpx;
|
||||
width:48rpx;
|
||||
height:48rpx;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/reback.png);
|
||||
}
|
||||
|
||||
.title{
|
||||
position: fixed;
|
||||
left: 278rpx;
|
||||
top: 108rpx;
|
||||
width: 196rpx;
|
||||
height: 48rpx;
|
||||
color: rgba(108, 108, 108, 1);
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.bkgfs{
|
||||
position: absolute;
|
||||
left: 48px;
|
||||
top: 70rpx;
|
||||
width: 279px;
|
||||
height: 128px;
|
||||
line-height: 20px;
|
||||
border-radius: 15px;
|
||||
background-color: rgba(253, 190, 196, 1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bkg{
|
||||
position: absolute;
|
||||
width: 691.33rpx;
|
||||
height: 1326rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
margin-left:29.33rpx;
|
||||
margin-top: 98rpx;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/bkg.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
.xzt{
|
||||
position: absolute;
|
||||
width: 398rpx;
|
||||
height: 314rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
margin-left:146.67rpx;
|
||||
margin-top: 234rpx;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/xzt.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
.fgx{
|
||||
position: absolute;
|
||||
width: 398rpx;
|
||||
height: 16rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
margin-left:146.67rpx;
|
||||
margin-top: 702rpx;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/fgx.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
.xzbtn{
|
||||
position: absolute;
|
||||
width: 234rpx;
|
||||
height: 96.67rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
margin-left:228.67rpx;
|
||||
margin-top: 558.67rpx;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/xzbtn.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
.jbbtn{
|
||||
position: absolute;
|
||||
width: 234rpx;
|
||||
height: 96.67rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
margin-left:228.67rpx;
|
||||
margin-top: 1108.67rpx;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/jbbtn.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
.jbt{
|
||||
position: absolute;
|
||||
width: 398rpx;
|
||||
height: 314rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100%;
|
||||
margin-left:146.67rpx;
|
||||
margin-top: 784rpx;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/jbt.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
|
||||
.hybtn{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
top: 104px;
|
||||
width: 83px;
|
||||
height: 35px;
|
||||
line-height: 70rpx;
|
||||
opacity: 0.7;
|
||||
border-radius: 0px 10px 10px 0px;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
text-align: center;
|
||||
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.xfgjl{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
margin-top: 1416rpx;
|
||||
width: 750rpx;
|
||||
height: 87px;
|
||||
line-height: 20px;
|
||||
opacity: 0.7;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ltinfo{
|
||||
position: absolute;
|
||||
width: 750rpx;
|
||||
height: 2000rpx;
|
||||
margin-top:200rpx;
|
||||
}
|
||||
.h1{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
width: 375px;
|
||||
height: 88px;
|
||||
line-height: 20px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.txl{
|
||||
position: absolute;
|
||||
left: 122px;
|
||||
top: 30rpx;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
.txr{
|
||||
position: absolute;
|
||||
top: 30rpx;
|
||||
left:434rpx;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
.qlzjt{
|
||||
position: absolute;
|
||||
left: 173px;
|
||||
top: 50rpx;
|
||||
width: 30px;
|
||||
height: 16px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/qlzjt.png);
|
||||
color:#9A9A9A;
|
||||
text-align: center;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
.bkgfstxt{
|
||||
position: absolute;
|
||||
left: 28px;
|
||||
top: 74rpx;
|
||||
width: 223px;
|
||||
height: 73px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.xxqlcd{
|
||||
position: absolute;
|
||||
|
||||
top: 32rpx;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
border-radius: 56rpx;
|
||||
line-height: 110rpx;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
||||
font-family: Arial;
|
||||
border: 5rpx solid rgba(255, 255, 255, 1);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-medium;
|
||||
}
|
||||
.xxqlcd1{
|
||||
left: 21px;
|
||||
}
|
||||
.xxqlcd2{
|
||||
left: 114px;
|
||||
}
|
||||
.xxqlcd3{
|
||||
left: 206px;
|
||||
}
|
||||
.xxqlcd4{
|
||||
left: 299px;
|
||||
}
|
||||
|
||||
.ltxinxi{
|
||||
position: absolute;
|
||||
margin-top:360rpx;
|
||||
width: 750rpx;
|
||||
}
|
||||
.wchatfor{
|
||||
width: 750rpx;
|
||||
}
|
||||
.wchattime{
|
||||
left: 131px;
|
||||
top: 256px;
|
||||
width: 750rpx;
|
||||
height: 28px;
|
||||
color: rgba(153, 153, 153, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.wchattxk{
|
||||
display: inline-block;
|
||||
margin-left: 317px;
|
||||
margin-top: 7rpx;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
.wchattxk1{
|
||||
display: inline-block;
|
||||
margin-left: 19px;
|
||||
margin-top: 7rpx;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-color: chartreuse;
|
||||
}
|
||||
.dfxf{
|
||||
display: inline-block;
|
||||
margin-left: 12px;
|
||||
top: 287px;
|
||||
width: 93px;
|
||||
height: 65px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/xfpic.png);
|
||||
}
|
||||
.tt{
|
||||
display: inline-block;
|
||||
width: 750rpx;
|
||||
}
|
||||
.dfxfydwd{
|
||||
display: inline-block;
|
||||
margin-left: 20rpx;
|
||||
margin-top: 30px;
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
color: rgba(206, 206, 206, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.dftext{
|
||||
display: inline-block;
|
||||
margin-left: 7px;
|
||||
width: 180px;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/textpic.png);
|
||||
color: rgba(51, 51, 51, 1);
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
text-overflow: -o-ellipsis-lastline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.xjtext{
|
||||
margin-left: 36rpx;
|
||||
width: 123px;
|
||||
text-overflow: -o-ellipsis-lastline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.dftextwd{
|
||||
display: inline-block;
|
||||
margin-left: 20rpx;
|
||||
top: -30px;
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
color: rgba(206, 206, 206, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.dfaudio{
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
top: 768px;
|
||||
width: 150px;
|
||||
height: 42px;
|
||||
line-height: 20px;
|
||||
border-radius: 10px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-family: Arial;
|
||||
border: 1px solid rgba(239, 239, 239, 1);
|
||||
}
|
||||
.dfaudiologo{
|
||||
position: relative;
|
||||
left: 16px;
|
||||
top: 6px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/yppic.png);
|
||||
}
|
||||
|
||||
.dfaudiologotxt{
|
||||
float: left;
|
||||
margin-left: 66px;
|
||||
margin-top: -19px;
|
||||
width: 45px;
|
||||
height: 18px;
|
||||
color: rgba(154, 154, 154, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.zjtablea1{
|
||||
width: 750rpx;
|
||||
height: 176rpx;
|
||||
}
|
||||
.zjtx1{
|
||||
position: absolute;
|
||||
margin-left: 317px;
|
||||
margin-top: 19rpx;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
.zjxf1{
|
||||
position: absolute;
|
||||
margin-left: 215px;
|
||||
width: 93px;
|
||||
height: 65px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/xfpic.png);
|
||||
}
|
||||
.zjydwd1{
|
||||
position: absolute;
|
||||
margin-left: 360rpx;
|
||||
margin-top: 50px;
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
color: rgba(206, 206, 206, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
.zjtablea2{
|
||||
width: 750rpx;
|
||||
height:134rpx;
|
||||
}
|
||||
.zjypk1{
|
||||
position: absolute;
|
||||
left: 160px;
|
||||
margin-top: 7px;
|
||||
width: 150px;
|
||||
height: 42px;
|
||||
line-height: 20px;
|
||||
border-radius: 10px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-family: Arial;
|
||||
border: 1px solid rgba(239, 239, 239, 1);
|
||||
}
|
||||
.zjypt1{
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 6px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/yppic.png);
|
||||
}
|
||||
.zjypwz1{
|
||||
position: absolute;
|
||||
left: 56px;
|
||||
top: 24rpx;
|
||||
width: 45px;
|
||||
height: 18px;
|
||||
color: rgba(154, 154, 154, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.zjypydwd{
|
||||
position: absolute;
|
||||
margin-left: 250rpx;
|
||||
margin-top: 30px;
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
color: rgba(206, 206, 206, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.zjtable3{
|
||||
width: 750rpx;
|
||||
height: 150rpx;
|
||||
}
|
||||
|
||||
.zjxxbox1{
|
||||
position: absolute;
|
||||
margin-left: 260rpx;
|
||||
width: 180px;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/textpic.png);
|
||||
color: rgba(51, 51, 51, 1);
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
text-overflow: -o-ellipsis-lastline;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.zjtextydwd1{
|
||||
position: absolute;
|
||||
margin-left: 210rpx;
|
||||
margin-top: 30px;
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
color: rgba(206, 206, 206, 1);
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.zjtextcontent{
|
||||
position: absolute;
|
||||
margin-left: 52rpx;
|
||||
margin-top: 41rpx;
|
||||
width: 126px;
|
||||
height: 21px;
|
||||
line-height: 42rpx;
|
||||
color: rgba(51, 51, 51, 1);
|
||||
font-size: 14px;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ztPop{
|
||||
position: absolute;
|
||||
width:750rpx ;
|
||||
height: 1624rpx;
|
||||
margin: 0!important;
|
||||
padding: 0!important;
|
||||
}
|
||||
.ztPopcenter{
|
||||
position: absolute;
|
||||
left: 48px;
|
||||
top: 111px;
|
||||
width: 298px;
|
||||
height: 542px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/ztbkg11.png);
|
||||
}
|
||||
|
||||
.btn1{
|
||||
position: absolute;
|
||||
width: 105px;
|
||||
height: 35px;
|
||||
line-height: 70rpx;
|
||||
border-radius: 10px;
|
||||
background: linear-gradient(233.49deg, rgba(248,99,42,1) 10.48%,rgba(249,135,89,1) 89.2%);
|
||||
text-align: center;
|
||||
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
||||
border: 3px solid rgba(255, 255, 255, 1);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
font-family: SourceHanSansSC-medium;
|
||||
}
|
||||
.qxan1{
|
||||
left: 64px;
|
||||
top: 568px;
|
||||
}
|
||||
.qran1{
|
||||
left: 206px;
|
||||
top: 568px;
|
||||
}
|
||||
.ztwzk{
|
||||
position: absolute;
|
||||
left: 81px;
|
||||
top: 210px;
|
||||
width: 214px;
|
||||
height: 310px;
|
||||
line-height: none;
|
||||
color: rgba(206, 206, 206, 1);
|
||||
font-size: 18px;
|
||||
text-align: left;
|
||||
font-family: Microsoft Yahei;
|
||||
|
||||
}
|
||||
.t-textarea{
|
||||
background-color: transparent;
|
||||
}
|
||||
.t-textarea__wrapper-inner{
|
||||
color: rgba(79, 79, 79, 1)!important;
|
||||
font-size: 18px!important;
|
||||
text-align: left;
|
||||
font-family: SourceHanSansSC-regular;
|
||||
}
|
||||
|
||||
.cqlgd{
|
||||
width: 750rpx;
|
||||
height: 230rpx;
|
||||
}
|
||||
.fhan11{
|
||||
border-radius: 58rpx;
|
||||
position: absolute;
|
||||
left: 160px;
|
||||
top: 548px;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
line-height: 17px;
|
||||
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
||||
color: rgba(16, 16, 16, 1);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
||||
font-family: Arial;
|
||||
border: 3px solid rgba(255, 255, 255, 1);
|
||||
}
|
||||
.fan11r{
|
||||
position: absolute;
|
||||
left: 175px;
|
||||
top: 562px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xx/xtreturn.png);
|
||||
}
|
||||
.t-textarea{
|
||||
background-color: transparent!important;
|
||||
}
|
||||
Loading…
Reference in new issue