jhprjv2/ruoyi-ui-app/miniprogram/pageage/Progress-management/index.wxss

181 lines
3.3 KiB
Plaintext
Raw Normal View History

2024-09-08 15:55:07 +08:00
/* pages/Progress-management/index.wxss */
/* 所有样式 */
.All-content{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 36rpx ;
padding-top: 0rpx;
}
/* 头部样式 290+40*/
.header-content{
width: 100%;
height: 100rpx;
border-radius: 40rpx;
margin-bottom: 40rpx;
}
/* 工期概括 +210*/
.gongqigaikuo{
width: 100%;
height: 520rpx;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.eharts_title{
height: 40rpx;
line-height: 40rpx;
padding-left: 50rpx;
margin-left: 20rpx;
2024-09-08 23:16:48 +08:00
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
2024-09-08 15:55:07 +08:00
}
.gongqigaikuo-content{
width: 100%;
height: 484rpx;
box-sizing: border-box;
padding: 12rpx 20rpx 40rpx 40rpx;
}
.gongqigaikuo-content-hetong{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 76rpx;
}
.gongqigaikuo-content-hetong-left{
display: flex;
justify-content: space-between;
align-items: center;
width: 50%;
height: 76rpx;
}
.gongqigaikuo-content-jindu{
display: flex;
justify-content: center;
align-items: center;
padding: 20rpx 40rpx 10rpx;
height: 348rpx;
}
.gongqigaikuo-content-jindu-left{
width: 320rpx;
height: 320rpx;
}
.gongqigaikuo-content-jindu-box{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
/*施工日志 */
.shigongrizhi{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.shigongrizhi-header{
display: flex;
justify-content: space-between;
align-items: center;
}
.shigongrizhi-content{
width: 100%;
padding: 30rpx 20rpx;
box-sizing: border-box;
font-size: 24rpx;
}
.shigongrizhi-content-top{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 50rpx;
font-size: 28rpx;
}
.shigongrizhi-content-bottom{
width: 100%;
margin: 30rpx 0;
}
/* 模板铺设 */
.shigongrizhi-content-bottom-left{
display: flex;
justify-content: flex-start;
width: 100%;
height: 78rpx;
}
.shigongrizhi-content-top-bottom{
display: flex;
justify-content: flex-start;
align-items: center;
height: 130rpx;
}
.shigongrizhi-content-top-bottom-Img{
width: 160rpx;
height: 100rpx;
margin: 10rpx;
}
/* 视频进度 */
.shipinjindu{
width: 100%;
height: 520rpx;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.shipinjindu-top{
display: flex;
align-items: center;
width: 100%;
height: 60rpx;
}
.shipinjindu-bottom{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 460rpx;
}
.shipinjindu-bottom-insder{
width: 90%;
height: 400rpx;
}
/* BIM */
.BIM{
width: 100%;
height: 900rpx;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
}
.BIM-content{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 768rpx;
padding: 30rpx 40rpx;
}
.BIM-content-table{
width: 100%;
height: 422rpx;
}
.BIM-content-tables{
display: flex;
height: 52rpx;
border: 1px solid skyblue;
}