125 lines
3.2 KiB
SCSS
125 lines
3.2 KiB
SCSS
.mainTop {
|
|
padding-top: 24px;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
|
|
.mainUser {
|
|
padding-top: 36px;
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
display: flex;
|
|
position: relative;
|
|
background: #F6F7FB;
|
|
border-radius: 16px;
|
|
padding-bottom: 20px;
|
|
|
|
// margin-bottom: 16px;
|
|
.leftSafe {
|
|
width: 142px;
|
|
|
|
.itemCile {
|
|
width: 78px;
|
|
height: 78px;
|
|
background: linear-gradient(337deg, #7BB7FF 0%, #4581FF 100%);
|
|
font-size: 32px;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 78px;
|
|
border-radius: 50%;
|
|
margin-right: 32px;
|
|
margin-left: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
.item_top_one {
|
|
.item_top_one_flex {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.itemName {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-right: 24px;
|
|
}
|
|
|
|
.itemPhone {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
.item_tag_box {
|
|
margin-top: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
|
|
.item_tagItem {
|
|
margin-bottom: 5px;
|
|
margin-right: 16px;
|
|
padding: 6px 16px 6px 16px;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
color: #4581FF;
|
|
background: #ecf2ff;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.item_tagAdd {
|
|
color: #4581FF;
|
|
background: #ecf2ff;
|
|
width: 114px;
|
|
height: 45px;
|
|
border-radius: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
.item_add {
|
|
margin-left: 20px;
|
|
line-height: 45px;
|
|
// font-size: 40px;
|
|
// margin-left: 8px;
|
|
}
|
|
|
|
.item_add_font {
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
color: #4581FF;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.pos {
|
|
position: absolute;
|
|
top: 25px;
|
|
right: 24px;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.formBox {
|
|
margin-top: 24px;
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
background: #FFFFFF;
|
|
border-radius: 16px;
|
|
padding: 40px 32px 40px 32px;
|
|
}
|
|
|
|
.order_list {
|
|
height: calc(100vh - 250px);
|
|
margin-top: 24px;
|
|
} |