2024-09-08 15:55:07 +08:00
|
|
|
/* pages/Material-Management/index.wxss */
|
|
|
|
/* 材料管理 */
|
|
|
|
.cailiao{
|
|
|
|
padding: 60rpx 40rpx 30rpx;
|
|
|
|
}
|
|
|
|
.nav-cailiao{
|
|
|
|
margin: 10rpx 0 50rpx;
|
|
|
|
}
|
|
|
|
.hj_float{
|
|
|
|
float: right;
|
|
|
|
padding: 5rpx 50rpx 5rpx 20rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: #2e355f url("https://xiangguan.sxyanzhu.com/statics/static/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
border-radius: 40rpx;
|
|
|
|
}
|
|
|
|
.hj_float:active{
|
2024-09-08 23:16:48 +08:00
|
|
|
background: #2e355f url("https://xiangguan.sxyanzhu.com/statics/static/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.van-popup--bottom.van-popup--round{
|
|
|
|
border-radius: 0 !important
|
|
|
|
}
|
|
|
|
.van-popup{
|
|
|
|
background-color: var(--popup-background-color,#232a44) !important
|
|
|
|
}
|
|
|
|
.van-action-sheet__cancel,.van-action-sheet__item{
|
|
|
|
background-color: var(--popup-background-color,#232a44) !important;
|
|
|
|
color: #0ad7ec;
|
|
|
|
|
|
|
|
}
|
|
|
|
/* 完结超耗 */
|
|
|
|
.cailiao-content{
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #1e2336;
|
|
|
|
background-color: #1e2336;
|
|
|
|
padding-top: 20rpx;
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
font-size: 26rpx;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
}
|
|
|
|
.header-cailiao{
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
}
|
|
|
|
.header-cailiaos{
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.eharts_title{
|
|
|
|
height: 40rpx;
|
|
|
|
line-height: 40rpx;
|
|
|
|
padding-left: 50rpx;
|
|
|
|
margin-left: 20rpx;
|
|
|
|
font-size: 32rpx;
|
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
|
|
|
}
|
|
|
|
.header-cailiao-right{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 300rpx;
|
|
|
|
height: 80rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: rgb(155, 154, 154);
|
|
|
|
}
|
|
|
|
.header-cailiao-right-left{
|
|
|
|
width: 120rpx;
|
|
|
|
height: 46rpx;
|
|
|
|
line-height: 46rpx;
|
|
|
|
text-align: center;
|
|
|
|
border-top-left-radius: 36rpx;
|
|
|
|
border-bottom-left-radius: 36rpx;
|
|
|
|
border: 1px solid #2e355f;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.header-cailiao-right-right{
|
|
|
|
width: 120rpx;
|
|
|
|
height: 46rpx;
|
|
|
|
line-height: 46rpx;
|
|
|
|
text-align: center;
|
|
|
|
border-top-right-radius: 36rpx;
|
|
|
|
border-bottom-right-radius: 36rpx;
|
|
|
|
border: 1px solid #2e355f;
|
|
|
|
}
|
|
|
|
.active{
|
|
|
|
color: #fff;
|
|
|
|
background-color: #2e355f;
|
|
|
|
}
|
|
|
|
/* 完结工号数 */
|
|
|
|
.wanjieNum{
|
|
|
|
padding:0 30rpx 40rpx 60rpx;
|
|
|
|
}
|
|
|
|
.wanjieNum-over{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.project-title{
|
|
|
|
height: 40rpx;
|
|
|
|
line-height: 40rpx;
|
|
|
|
padding-left: 40rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_F6B0554C215E496195EA7D6FCE2C0B8E.png") no-repeat left/35rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content:space-evenly ;
|
|
|
|
height: 518rpx;
|
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top{
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 100rpx;
|
|
|
|
line-height: 100rpx;
|
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box{
|
|
|
|
display: flex;
|
|
|
|
width: 50%;
|
|
|
|
height: 100rpx;
|
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-Img{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 40%;
|
|
|
|
height: 100rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_EBD7748CB73A4D2D8BD74617F84528DE.png") no-repeat center/100%;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-Img-small{
|
|
|
|
width: 38rpx;
|
|
|
|
height: 38rpx;
|
|
|
|
line-height: 38rpx;
|
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-title{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 60%;
|
|
|
|
height:100rpx ;
|
|
|
|
font-size: 22rpx;
|
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-title-text{
|
|
|
|
height: 50rpx;
|
|
|
|
line-height: 50rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
/* 进行中功耗用料情况 */
|
|
|
|
.wanjieNum-over-bottom-top-box-ImgA{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 40%;
|
|
|
|
height: 100rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_09B5E990ABB5491D979F19A299532C13.png") no-repeat center/100%;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-ImgB{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 40%;
|
|
|
|
height: 100rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_AA8F63B6D1C44A14BE1A6C5720E14371.png") no-repeat center/100%;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-ImgC{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 40%;
|
|
|
|
height: 100rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_735D7FFF509C4DAA98ADC7C10AB9E89D.png") no-repeat center/100%;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.wanjieNum-over-bottom-top-box-ImgD{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 40%;
|
|
|
|
height: 100rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_1E99222D2C104243896FBAE1D53AF5AB.png") no-repeat center/100%;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
/* 超耗材料 */
|
|
|
|
.chaohao{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.chaohao-bottom{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content:space-evenly ;
|
|
|
|
height: 748rpx;
|
|
|
|
}
|
|
|
|
.chaohao-content{
|
|
|
|
height: 570rpx;
|
|
|
|
}
|
|
|
|
/* 超耗分析 */
|
|
|
|
.chaohao-fenxi{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.chaohao-fenxi-bottom{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content:space-evenly ;
|
|
|
|
height: 570rpx;
|
|
|
|
}
|
|
|
|
/* 用料情况 */
|
|
|
|
.yongliao{
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #1e2336;
|
|
|
|
background-color: #1e2336;
|
|
|
|
padding-top: 20rpx;
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
font-size: 26rpx;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
}
|
|
|
|
/* 混凝土 */
|
|
|
|
.hunningtu{
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #1e2336;
|
|
|
|
background-color: #1e2336;
|
|
|
|
padding-top: 20rpx;
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
font-size: 26rpx;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
}
|
|
|
|
.hunningtu-bottom{
|
|
|
|
padding:0 20rpx;
|
|
|
|
}
|
|
|
|
.hunningtu-content{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content:space-evenly ;
|
|
|
|
height: 480rpx;
|
|
|
|
}
|