/* 施工日志 */ .construction{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding:0 36rpx ; box-sizing: border-box; } /* 配电箱选项 */ .peidianxiang{ display: flex; justify-content: space-between; align-items: center; margin: 60rpx 0; width: 100%; height: 100rpx; } .peidianxiang-left{ width: 42%; height: 100rpx; border-radius: 20rpx; } .peidianxiang-right{ width: 52%; height: 100rpx; border-radius: 20rpx; } .construction-content{ width: 100%; padding: 48rpx 16rpx 10rpx; background-color:#1e222e; border-radius: 20rpx; color: #6a7cac; box-sizing: border-box; } .eharts_title{ height: 70rpx; line-height: 70rpx; padding-left: 50rpx; margin-left: 20rpx; font-size: 34rpx; background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx; border-bottom: 1px solid #313446; color: #fff; } /* input框 */ .inputStyle{ border-bottom: 1px solid #6a7cac; width: 100rpx; padding: 15rpx 28rpx; color: #fff; outline:none; text-align:center; } .inputStyle1{ border-bottom: 1px solid #6a7cac; color: #fff; display: inline-block; width: 80px; outline:none; text-align:center; } .rowStyle{ display: flex; justify-content: space-between; align-items: center; margin: 45rpx 0; padding-left: 30rpx; } .rightStyle{ display: flex; justify-content: space-between; align-items: center; width: 240rpx; } /* 东西南北风 */ .dxnbfeng{ float: left; width: 344px; border: 1px solid red; margin-left: 30rpx; } .dxnbStyle{ display: inline-block; height: 36px; border: 1px solid pink; }