141 lines
2.5 KiB
SCSS
141 lines
2.5 KiB
SCSS
.appUser {
|
|
box-sizing: border-box;
|
|
background-color: #f8f8f8;
|
|
height: 100%;
|
|
background-image: url('http://p0.meituan.net/csc/f44bb11463e3c538c307d7ce4b303bec33520.png');
|
|
background-size: 100% 500px;
|
|
background-repeat: no-repeat;
|
|
position: relative;
|
|
padding-top: 180px;
|
|
color: var(--nut-grid-item-text-color, var(--nut-title-color2, #666666));
|
|
}
|
|
|
|
.user-center-card__header__avatar {
|
|
img {
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
|
|
.user-center-card__header__info__phone {
|
|
color: #737373;
|
|
font-size: 25px;
|
|
}
|
|
|
|
.user-center-card__header__transparent {
|
|
padding-left: 30px;
|
|
background-color: transparent;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
padding-right: 20px;
|
|
|
|
.user-center-card__header__info {
|
|
margin-left: 20px;
|
|
width: 400px;
|
|
color: #333;
|
|
font-weight: bolder;
|
|
}
|
|
}
|
|
.cell-card {
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
padding: 30px;
|
|
|
|
.center {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #666;
|
|
padding: 0 30px;
|
|
|
|
.center-t {
|
|
margin-top: 30px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.center-text {
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-center {
|
|
background-color: #fff;
|
|
margin: 20px 0px;
|
|
padding: 20px;
|
|
|
|
-nut-grid-item-text-color: #333;
|
|
|
|
.box {
|
|
margin-top: 30px;
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
grid-gap: 20px 100px;
|
|
box-sizing: border-box;
|
|
line-height: 1.5;
|
|
|
|
.box-mini {
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.label {
|
|
font-size: 25px;
|
|
margin-top: 10px;
|
|
color: #333333;
|
|
}
|
|
|
|
image {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.mer-box {
|
|
background-color: #fff;
|
|
margin: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
.user-acc {
|
|
background-image: url('http://p0.meituan.net/csc/a74c44a7af541f01efbcc6fb023e6e09132712.png');
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
width: 90%;
|
|
height: 150px;
|
|
padding: 0 100px;
|
|
margin: 50px auto 0 auto;
|
|
|
|
.line {
|
|
width: 1px;
|
|
height: 50px;
|
|
background-color: #ffc300;
|
|
margin: 0 100px;
|
|
}
|
|
}
|
|
|
|
.kf-btn {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
background: transparent;
|
|
-webkit-tap-highlight-color: transparent;
|
|
overflow: hidden;
|
|
font-size: 25px;
|
|
color: #333333;
|
|
line-height: 1;
|
|
|
|
.IconFont {
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
&::after {
|
|
border: none;
|
|
background: transparent;
|
|
line-height: 1;
|
|
}
|
|
} |