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

207 lines
4.4 KiB
Plaintext

/* pages/technical-management/index.wxss */
/* 所有样式 */
.All-content{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding:0 36rpx;
}
/* 头部样式 290+40*/
.header-content{
width: 100%;
height: 100rpx;
border-radius: 40rpx;
margin-bottom: 40rpx;
}
/* 标题部分 */
.eharts_title{
height: 40rpx;
line-height: 40rpx;
padding-left: 50rpx;
margin-left: 20rpx;
font-size: 34rpx;
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
}
/* 四级交底 */
.sijijiaodi{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin: 40rpx 0;
font-size: 26rpx;
border-radius: 15rpx;
}
.sijijiaodi-content{
padding: 30rpx 20rpx;
}
.sijijiaodi-content-top{
display: flex;
align-items: center;
padding: 30rpx;
}
.sijijiaodi-content-top-left{
width:100rpx;
height:100rpx;
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_FC70D73C3D5F435FAC8C8A962D5448FA.png") no-repeat center/100% 100%;
}
.sijijiaodi-content-top-right{
width:100rpx;
height:100rpx;
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_E55AA3585A9B4B168401D7647BA9260B.png") no-repeat center/100% 100%;
}
/* 危大工程 */
.weidagongcheng{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.weidagongcheng-header{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 40rpx;
}
.weidagongcheng-footer{
display: flex;
align-items: center;
padding-right: 30rpx;
}
.weidagongcheng-footer-bottom{
display: flex;
align-items: center;
padding: 30rpx;
}
.weidagongcheng-footer-bottom-left{
display: flex;
align-items: center;
width: 50%;
}
.weidagongcheng-footer-bottom-Img{
width:100rpx;
height:100rpx;
background: url(https://xiangguan.sxyanzhu.com/statics/static/img/WEB_2D6ECDC834D64D8CA1CB91B49E251470.png) no-repeat center/100% 100%;
}
.weidagongcheng-footer-bottom-Imgs{
width:100rpx;
height:100rpx;
background: url(https://xiangguan.sxyanzhu.com/statics/static/img/WEB_9903C7AD38DF4AFAA06E66CD2505F8BF.png) no-repeat center/100% 100%;
}
/* 变更签认 */
.biangengqianren{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.biangengqianren-title{
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 80rpx;
margin: 30rpx 0;
}
.biangengqianren-content{
display: flex;
justify-content: space-around;
/* width: 100%; */
height: 328rpx;
margin-bottom: 30rpx;
}
.biangengqianren-content-left{
width: 300rpx;
height: 300rpx;
}
/* 科技创新 */
.kejichuangxin{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.kejichuangxin-content{
position: relative;
display: flex;
justify-content: center;
width: 100%;
height: 632rpx;
padding: 30rpx 60rpx;
box-sizing: border-box;
}
.kejichuangxin-content-box{
overflow: hidden;
width: 500rpx;
height: 550rpx;
}
.kejichuangxin-content-box-left{
width: 500rpx;
height: 550rpx;
}
.kejichuangxin-content-box-bottom{
width: 500rpx;
height: 224rpx;
}
.kejichuangxin-content-box-bottom-small{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 57rpx;
}
.left-button{
position: absolute;
left: 0;
top: 50%;
width: 60rpx;
height: 80rpx;
background-color: #202640;
}
.right-button{
position: absolute;
right: 0;
top: 50%;
width: 60rpx;
height: 80rpx;
background-color: #202640;
}
.sixinyinyong{
width: 100%;
border: 1px solid #1e2336;
background-color: #1e2336;
padding-top: 20rpx;
margin-bottom: 40rpx;
font-size: 26rpx;
border-radius: 15rpx;
}
.sixinyinyong-title{
padding: 50rpx 60rpx 20rpx;
}
.sixinyinyong-content{
display: flex;
justify-content: center;
width: 100%;
height: 380rpx;
box-sizing: border-box;
padding: 50rpx 60rpx 20rpx;
}
.biangengqianren-content-left .van-circle__text {
color: #68a8f2;
font-size: 50rpx;
font-weight: bolder;
}