73 lines
1.3 KiB
Plaintext
73 lines
1.3 KiB
Plaintext
/* 施工日志 */
|
|
.construction{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding:150rpx 36rpx ;
|
|
}
|
|
.eharts_title{
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
padding-left: 50rpx;
|
|
font-size: 34rpx;
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
|
|
color: #fff;
|
|
}
|
|
.logList{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin:20rpx 0 40rpx ;
|
|
}
|
|
.right-title{
|
|
display: flex;
|
|
align-items: center;
|
|
color: #697ab3;
|
|
}
|
|
.right-Img{
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.log-content{
|
|
width: 100%;
|
|
border:1px solid #1e2336;
|
|
border-radius: 12rpx;
|
|
margin: 20rpx 0;
|
|
padding: 16rpx;
|
|
background-color: #1e2336;
|
|
box-sizing: border-box;
|
|
}
|
|
.log-content-top{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.log-content-bottom{
|
|
padding: 30rpx 10rpx;
|
|
}
|
|
.titleColor{
|
|
color: #43aeff;
|
|
margin-left: 10rpx;
|
|
font-weight: bold
|
|
}
|
|
.log-contentStyle{
|
|
display: flex;
|
|
}
|
|
/* 新增模块 */
|
|
.button-add{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: 10rpx;
|
|
right: 10rpx;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 50%;
|
|
background-color: #273252;
|
|
}
|
|
.button-add image{
|
|
width: 100%;
|
|
height: 100%;
|
|
} |