会议详情,项目详情,我的页面

This commit is contained in:
姚亚男
2021-10-09 15:50:06 +08:00
parent 8a2500b5a5
commit 2134e2525f
55 changed files with 1931 additions and 45 deletions
+66
View File
@@ -0,0 +1,66 @@
// pages/meeting/meeting.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
+3
View File
@@ -0,0 +1,3 @@
{
"usingComponents": {}
}
+117
View File
@@ -0,0 +1,117 @@
<view>
<view class="basic-info">
<view class="meeting-name">
<text>项目名称</text>
<text>会议名称会议名称</text>
</view>
<view>
<text>款项用途</text>
<text>arff4ds8a3s6651</text>
</view>
<view>
<text>运行年份</text>
<text>找找</text>
</view>
<view>
<text>企业负责人</text>
<text>张三</text>
</view>
<view>
<text>应付金额</text>
<text>500元</text>
</view>
<view>
<text>实付金额</text>
<text>500元</text>
</view>
<view>
<text>经办人</text>
<text>500元</text>
</view>
<view>
<text>是否打包</text>
<text>500元</text>
</view>
<view>
<text>需要发票</text>
<text>500元</text>
</view>
<view>
<text>付款方式</text>
<text>500元</text>
</view>
<view>
<text>备注</text>
<text>500元</text>
</view>
</view>
<view class="basic-info" style="margin-top: 10px;">
<view class="title">
<text>到账信息</text>
</view>
<view style="padding: 0 15px;">
<text>2021年到账12021元</text>
</view>
</view>
<view class="basic-info" style="margin-top: 10px;">
<view class="title">
<text>开票邮寄信息</text>
</view>
<view class="way">
<image src="../../assets/images/sf.png"></image>
<text>顺丰速递</text>
</view>
<view class="way-info">
<view class="way-left">
<text class="way-left-text green">票</text>
<view class="way-center">
<text>开票人:张三</text>
<text>开票时间:2021年10月9日</text>
</view>
</view>
<text class="way-right">开票号5465</text>
</view>
<view class="way-info">
<view class="way-left">
<text class="way-left-text blue">票</text>
<view class="way-center">
<text>开票人:张三</text>
<text>开票时间:2021年10月9日</text>
</view>
</view>
<text class="way-right">开票号5465</text>
</view>
<view class="look-progress">
<text>金额:200元</text>
<text>查看物流</text>
</view>
<view class="way" style="margin-top: 10px;">
<image src="../../assets/images/ems.png"></image>
<text>EMS速运</text>
</view>
<view class="way-info">
<view class="way-left">
<text class="way-left-text green">票</text>
<view class="way-center">
<text>开票人:张三</text>
<text>开票时间:2021年10月9日</text>
</view>
</view>
<text class="way-right">开票号5465</text>
</view>
<view class="way-info">
<view class="way-left">
<text class="way-left-text blue">票</text>
<view class="way-center">
<text>开票人:张三</text>
<text>开票时间:2021年10月9日</text>
</view>
</view>
<text class="way-right">开票号5465</text>
</view>
<view class="look-progress">
<text>金额:200元</text>
<text>查看物流</text>
</view>
</view>
</view>
+225
View File
@@ -0,0 +1,225 @@
page{
box-sizing: border-box;
background-color: #F5F5F5;
padding-bottom: 20px;
}
.basic-info .title{
height: 40px;
}
.basic-info .title text{
display: block;
border-left: 3px solid #069F99;
height: 14px;
padding-left: 10px;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
color: #333;
font-size: 15px;
font-weight: 500;
}
.basic-info view{
background-color: #FFF;
padding: 15px;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
color: #333;
font-size: 14px;
border-bottom: 0.5px solid #f5f5f5;
position: relative;
}
.basic-info view:last-child{
border-bottom: 0;
}
.meeting-name{
margin-bottom: 10px;
}
.meeting-files{
margin-top: 10px;
flex-direction: column;
align-items: flex-start !important;
height: auto !important;
}
.basic-info .meeting-files .file-name{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 0;
height: 40px;
margin-top: 10px;
}
.file-name view{
padding: 0;
height: 30px;
line-height: 30px;
border-bottom: 0;
}
.file-name view image{
width: 30px;
height: 30px;
margin-right: 10px;
}
.basic-info .meeting-files .file-name .look-file{
color: #069F99;
}
.warning-text{
position: absolute !important;
top: 5px;
left: 75px;
color: #FF5E60 !important;
font-size: 10px !important;
padding: 0 !important;
}
.warning-text image{
width: 10px;
height: 10px;
}
.pay-prove-box{
display: flex !important;
flex-direction: column !important;
justify-content: flex-start !important;
align-items: flex-start !important;
padding: 0;
height: 120px !important;
}
.pay-prove-box .pay-prove-content{
margin-top: 20px;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0;
height: 80px;
}
.pay-prove-box .pay-prove-content .pay-prove{
width: 80px;
height: 80px;
margin-right: 10px;
position: relative !important;
background-color: #D1D1D1;
padding: 0;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.pay-prove-box .pay-prove-content .pay-prove image{
width: 80px;
height: 80px;
}
.pay-prove-box .pay-prove-content .pay-prove .delete-image{
width: 12px;
height: 12px;
color: #fff;
background-color: #FF5E60;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 7px;
position: absolute;
top: -3px;
right: -3px;
}
.basic-info .way{
padding: 0 15px;
display: flex;
justify-content: flex-start !important;
}
.basic-info .way image{
width: 23px;
height: 23px;
margin-right: 10px;
}
.way-info .way-left{
padding: 0;
display: flex;
justify-content: flex-start !important;
}
.way-info .way-center{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.way-info .way-center text:nth-child(1){
color: #333;
font-size: 14px;
}
.way-info .way-center text:nth-child(2){
color: #999;
font-size: 11px;
}
.way-info .green {
width: 20px;
height: 20px;
background: #069F99;
color: #fff;
font-size: 11px;
text-align: center;
line-height: 20px;
border-radius: 5px;
}
.way-info .blue {
width: 20px;
height: 20px;
background: #0A72F7;
color: #fff;
font-size: 11px;
text-align: center;
line-height: 20px;
border-radius: 5px;
}
.way-info .way-right{
flex-shrink: 0;
padding: 0;
color: #666;
font-size: 12px;
}
.basic-info .look-progress{
padding: 0 15px;
}
.basic-info .look-progress text:nth-child(1){
color: #FF5E60;
font-size: 14px;
}
.basic-info .look-progress text:nth-child(2){
display: block;
width: 70px;
height: 26px;
color: #069F99;
font-size: 11px;
border-radius: 13px;
border: 0.5px solid #069F99;
text-align: center;
line-height: 26px;
}
.sign-up-empty{
height: 60px;
width: 100%;
display: block;
margin-top: 10px;
}
.sign-up{
width: 100%;
padding: 10px 15px;
box-sizing: border-box;
background-color: #fff;
position: fixed;
bottom: 0;
}
.sign-up text{
background-color: #069F99;
height: 40px;
border-radius: 10px;
color: #fff;
font-size: 16px;
font-weight: 600;
display: block;
text-align: center;
line-height: 40px;
}