You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
2.3 KiB

@import "../common/icons.wxss";
@import "../common/font.wxss";
page {
background: #f7f7f7;
/* font-family: "微软雅黑"; */
font-family: "pingfang";
height: 100%;
width: 100%;
font-size: 14px;
}
.topImg {
height: 300rpx;
width: 100%;
/* background: #4261B5; */
border-radius: 0 0 20px 20px;
}
.out .org {
height: 100rpx;
margin-top: -40rpx;
background: #fff;
border-radius: 5px;
display: flex;
align-items: center;
/* box-shadow: 0px 2px 2px 0px #DDDDDD; */
box-shadow:0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
position: relative;
}
.orgIcon {
/* padding: 0 20rpx; */
margin: 0 34rpx;
}
.out .projectHandle {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.projectHandle .handleItems {
height: 120rpx;
width: 334rpx;
background: #fff;
display: flex;
align-items: center;
border-radius: 5px;
margin-bottom: 20rpx;
box-shadow:0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.projectHandle .handleItems .handleIcon {
margin: 0 20rpx;
}
.out .projectQuery {
width: 100%;
}
.projectQuery .queryItems {
height: 400rpx;
background: #fff;
border-radius: 5px;
box-shadow: 0px 2px 4px 2px #DDDDDD;
}
.queryCon {
display: flex;
align-items: center;
justify-content: center;
}
.queryItem {
height: 200rpx;
}
.queryText {
margin-left: 30rpx;
color: #757882;
}
.queryText .num {
font-size: 28px;
}
.title {
display: flex;
align-items: center;
margin: 30rpx 0;
color: #757b82;
font-weight: bolder;
}
.title-left-text {
color: #606E8E;
}
.itemTxt {
color: #606E8E;
}
.line {
width: 8rpx;
height: 28rpx;
background: #3963BC;
border-radius: 0px 6rpx 6rpx 0px;
margin-right: 22rpx;
}
/**
公共样式
**/
.box {
margin: 0 30rpx;
}
.middle {
margin: 20rpx 0;
}
.badgeStyle {
left: 98% !important;
top: -12px !important;
}
.card-dot {
width: 16rpx;
height: 16rpx;
border-radius: 50%;
border: 6rpx solid #3963BC;
margin: 0 10rpx 0 34rpx;
}