Files
income_payments_applet/pages/contractDetail/contractDetail.wxss
T
2021-12-15 17:49:32 +08:00

90 lines
1.6 KiB
Plaintext

page{
box-sizing: border-box;
}
.base {
position: relative;
}
.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;
}
.basic-info view text:nth-child(1){
flex-shrink: 0;
margin-right: 10px;
}
.email-info text:nth-child(1){
color: #333;
font-size: 14px;
line-height: 25px;
flex: 1;
}
.email-info{
padding: 15px;
}
.email-info text:nth-child(2){
color: #069F99;
font-size: 14px;
display: block;
width: 70px;
margin-top: 10px;
text-align: center;
flex-shrink: 0;
}
.ass-project{
height: auto !important;
padding: 0 !important;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
overflow: hidden;
}
.ass-project text{
width: 100%;
display: block;
overflow: hidden;
text-align: right;
white-space: nowrap;
text-overflow: ellipsis;
color: #069F99;
display: block;
line-height: 25px;
margin: 0 !important;
}
/* 作废的图标 */
.zuofei {
position: absolute;
width: 70rpx;
height: 60rpx;
transform: scale(1.5);
top: 6%;
right: 20%;
z-index: 2;
}