198 lines
4.3 KiB
SCSS
198 lines
4.3 KiB
SCSS
.main{
|
|
background-color: #F8F8F8;
|
|
height: 100vh;
|
|
.header{
|
|
background: #68b4ff;
|
|
background-size: cover;
|
|
height: 560px;
|
|
position: relative;
|
|
.card-main{
|
|
margin-top: 33%;
|
|
}
|
|
}
|
|
.header-card{
|
|
position: absolute;left: 50%;bottom: -18%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.crad{
|
|
width: 702px;
|
|
background: rgba(255,255,255,0.95);
|
|
border-radius: 20px;
|
|
padding: 30px;
|
|
box-sizing: border-box;
|
|
box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.05);
|
|
}
|
|
.card-info{
|
|
display: flex;justify-content: space-between;
|
|
position: absolute;top: -16%;left: 0;right: 0;
|
|
width: 702px;
|
|
padding: 0 30px;
|
|
box-sizing: border-box;
|
|
}
|
|
.arcd-info-left{
|
|
display: flex;align-items: flex-end;
|
|
}
|
|
.arcd-info-left-portrait{
|
|
width: 170px;
|
|
height: 170px;
|
|
background: rgba(0,0,0,0.00);
|
|
border: 4px solid #ffffff;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
.arcd-info-left-portrait image{
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
.arcd-info-left-desc{
|
|
margin-left: 24px;
|
|
}
|
|
.arcd-info-left-nickname{
|
|
font-size: 44px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.arcd-info-left-certification{
|
|
width: 94px;
|
|
height: 28px;
|
|
background: #C7F0DF;
|
|
border-radius: 4px;
|
|
display: flex;align-items: center;justify-content: center;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
color: #07C160;
|
|
margin-left: 16px;
|
|
}
|
|
.arcd-info-left-phone{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #3c3c3c;
|
|
}
|
|
.card-info-right{
|
|
font-size: 26px;
|
|
display: flex;align-items: flex-end;
|
|
}
|
|
.setup-icon{
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
}
|
|
.icon-wrapper{
|
|
font-size: 60px;
|
|
}
|
|
.icon-point{
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
background: #ff0000;
|
|
position: absolute;
|
|
right: 0;top: 0;
|
|
}
|
|
|
|
.card-main{
|
|
margin: 20px auto 0;
|
|
}
|
|
.card-main-title{
|
|
display: flex;justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 2px solid #dddddd;
|
|
padding: 0 5px 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
.card-main-title text{
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
}
|
|
.card-main-title-content{
|
|
display: grid;
|
|
grid-template-columns: repeat(5,1fr);
|
|
}
|
|
.card-main-title-content-item{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #3c3c3c;
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
position: relative;
|
|
}
|
|
.card-main-title-content-item Text{
|
|
font-size: 56px;
|
|
color: #3C3C3C;
|
|
}
|
|
.card-main-title-content-item-badge{
|
|
padding: 0 10px;
|
|
height: 32px;
|
|
background: #007aff;
|
|
border: 2px solid #ffffff;
|
|
border-radius: 32px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
color: #ffffff;
|
|
display: flex;align-items: center;justify-content: center;
|
|
position: absolute;top: -10px;right: 0;
|
|
}
|
|
|
|
.assets{
|
|
|
|
}
|
|
.assets-title{
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
color: #3c3c3c;
|
|
margin-bottom: 20px;
|
|
}
|
|
.assets-content{
|
|
display: grid;
|
|
grid-template-columns: repeat(3,1fr);
|
|
}
|
|
.assets-content>view{
|
|
text-align: center;
|
|
}
|
|
.assets-content-item-top{
|
|
color: #007aff;
|
|
font-weight: 400;
|
|
}
|
|
.assets-content-item-top-before{
|
|
font-size: 20px;
|
|
}
|
|
.assets-content-item-top-content{
|
|
font-size: 36px;
|
|
}
|
|
.assets-content-item-top-after{
|
|
font-size: 20px;
|
|
}
|
|
.assets-content-item-tips{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
}
|
|
|
|
.main-card{
|
|
margin: 131px auto 0;
|
|
}
|
|
.card-main-list-content-item{
|
|
display: flex;align-items: center;
|
|
justify-content: space-between;
|
|
height: 90px;
|
|
}
|
|
.card-main-list-content-item-left{
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
color: #707070;
|
|
display: flex;align-items: center;
|
|
}
|
|
.card-main-list-content-item-left text{
|
|
margin-right: 35px;
|
|
font-size: 56px;
|
|
color: #707070;
|
|
}
|
|
.card-main-list-content-item-right text{
|
|
font-size: 30px;
|
|
}
|
|
} |