2022-09-23 19:13:30 +08:00

97 lines
2.0 KiB
SCSS

.itemBox {
width: 100%;
border-bottom: 1px solid #f7f7f7;
display: flex;
// align-items: center;
padding-top: 40px;
padding-bottom: 40px;
.itemLeft {
// align-items: center;
.finkFlex {
display: flex;
.itemTitle {
font-size: 28px;
font-weight: 500;
color: #000000;
}
.xing {
font-size: 28px;
font-weight: 500;
color: #E42945;
margin-right: 48px;
}
}
.finkFont {
font-size: 20px;
font-weight: 400;
color: grey;
}
}
.bigPic {
width: 70%;
}
.itemRight {
// display: flex;
// align-items: center;
// justify-content: space-between;
width: 70%;
// position: relative;
.assginFont {
// position: absolute;
// bottom: 10px;
// left: 0px;
font-size: 24px;
font-weight: 500;
color: #000000;
}
.rightFlex {
.placeholderStyle {
color: #f7f7f7;
font-size: 28px;
font-weight: 400;
}
.inputStyle {
font-size: 28px;
font-weight: 400;
color: #000000;
width: 100%;
}
}
.iconFlex {
display: flex;
align-items: center;
.chakanquanbukehu2 {
font-size: 50px !important;
}
.shu {
width: 2px;
height: 36px;
background: #000000;
opacity: 0.2;
margin-left: 24px;
}
.saomiao {
margin-left: 24px;
color: #087EFF;
font-size: 40px !important;
}
}
}
}