Files
income_payments_applet/pages/meetingDetailSigned/meetingDetailSigned.wxss
T

401 lines
7.2 KiB
Plaintext

page{
box-sizing: border-box;
background-color: #F5F5F5;
}
.basic-info .title{
height: 40px;
}
.basic-info .title text:first-child{
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 .title text:last-child{
display: block;
/* border-left: 3px solid #069F99; */
color: #069F99;
height: 14px;
padding-left: 10px;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
font-weight: 500;
}
.basic-info view:not(.inner-box-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-name text{
min-width: 140rpx;
}
.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: auto!important;
margin-top: 10px;
}
.file-name view{
padding: 0;
height: auto;
border-bottom: 0;
}
.file-name view text{
overflow: hidden;
}
.file-name view image{
width: 30px;
min-width: 30px;
height: 30px;
margin-right: 10px;
}
.basic-info .meeting-files .file-name .look-file{
min-width: 45px;
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: 200px;
}
.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;
}
.sign-up-empty{
height: 40px;
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;
}
.img {
width: 138rpx;
height: 120rpx;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.paymnet-qrcode-img {
width: 200rpx;
height: 200rpx;
}
.basic-info view.sign-in {
display: flex!important;
flex-direction: column!important;
align-items: start;
justify-content: start;
height: auto!important;
}
.sign-in-text {
margin-top: 15px;
}
.payment-record {
background: #fff;
margin-top: 20rpx;
}
.p-20 {
padding: 10px 20px;
box-sizing: border-box;
}
.payment-text {
margin-top: 10px;
}
.input {
margin: 10px 0;
border: 1px solid #eee;
padding-left: 10rpx;
height: 30px;
line-height: 30px;
}
.line {
border-top: 1px solid #eee;
}
.tip {
padding-left: 20px;
padding-bottom: 10px;
color: #333;
font-size: 14px;
}
.back-img {
width: 100px;
height: 100px;
}
.base {
background-color: #fff;
}
.way-box{
display: block !important;
padding: 0 !important;
height: auto !important;
}
.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{
display: flex;
}
.way-info .way-left{
padding: 0;
display: flex;
justify-content: flex-start !important;
width: 70%;
}
.way-info .way-center{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 100%;
overflow: hidden;
}
.way-info .way-center text:nth-child(1){
color: #333;
display: block;
width: 100%;
font-size: 14px;
flex-shrink: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.way-info .way-center text:nth-child(2){
color: #999;
font-size: 11px;
flex-shrink: 0;
}
.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{
width: 30%;
word-break: break-word;
padding: 0;
color: #666;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.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;
}
.hotel-info {
margin-top: 10px;
}
/* 报名按钮 */
.join-meeting {
margin-top: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
line-height: 40px;
width: 100%;
}
.join-meeting text {
width: 80%;
height: 100%;
text-align: center;
border-radius: 10px;
color: #fff;
display: block;
background-color: #069f99;
}
/* 问题征集新的样式 --开始 */
.question-list-view{
margin-top: 10px;
flex-direction: column;
align-items: flex-start !important;
height: auto !important;
padding: 0!important;
}
.question-container-view{
flex-direction: column;
align-items: flex-start !important;
height: auto !important;
padding: 0!important;
}
.question-container-view view,
.question-list-view-info{
width: 100%;
box-sizing: border-box;
min-height: 70px;
font-size: 14px;
align-items: flex-start!important;
}
.question-container-view view text:nth-last-child(1),
.question-list-view-info text:nth-last-child(1) {
width: 0;
display: inline-block;
flex: 1;
text-align: right;
}
.question-list-view .question-notice{
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
color: #999;
background-color: #F5F5F5!important;
height: auto;
padding-bottom: 5px;
}
/* 问题征集新的样式 --结束 */