policeSecurity/collect_information/src/pages/projectManager/index/index.scss

77 lines
1.4 KiB
SCSS
Raw Normal View History

2024-11-07 14:39:01 +08:00
.nameTitle {
position: absolute;
2024-11-08 16:24:25 +08:00
top: 19%;
2024-11-07 14:39:01 +08:00
left: 55px;
height: 125rpx;
background-color: #fff;
width: 650rpx;
border-radius: 12rpx;
box-shadow: 0px 10px 10px -4px #e3e3e3;
display: flex;
justify-content: space-between;
align-items: center;
.itemSchool {
border-right: solid 1.5rpx #dadada;
display: flex;
flex-direction: column;
align-items: center;
width: 25%;
font-size: 24px
}
.itemSchool text:nth-child(1) {
margin-bottom: 10rpx;
color: #898a8a;
margin-left: -8px;
}
}
2024-11-08 16:24:25 +08:00
.nameTitle .itemSchool:nth-child(4) {
border-right: none;
}
2024-09-25 10:21:43 +08:00
.swiperDemoItem {
color: #3886d0;
display: flex;
padding: 20px 0 0 50px;
overflow: hidden;
height: 70rpx;
2024-11-07 14:39:01 +08:00
margin-top: 70px;
2024-09-25 10:21:43 +08:00
.swiperDemoIndex {
width: 15px;
height: 45px;
background-image: linear-gradient(to bottom, #5d9cf9, #317ad9);
border-radius: 20px;
margin-right: 15px;
}
}
2024-11-07 14:39:01 +08:00
.Module {
background-color: #fff;
overflow: hidden;
.subModule {
2024-09-25 10:21:43 +08:00
display: flex;
align-items: center;
2024-11-07 14:39:01 +08:00
flex-wrap: wrap;
.subModuleItem {
width: 246rpx;
height: 140rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-bottom: 10rpx;
.subModuleIndex {
width: 45rpx;
height: 45rpx;
image {
width: 100%;
height: 100%;
}
2024-09-25 10:21:43 +08:00
}
}
}
2024-11-07 14:39:01 +08:00
2024-09-25 10:21:43 +08:00
}
2024-11-07 14:39:01 +08:00