153 lines
2.8 KiB
SCSS
153 lines
2.8 KiB
SCSS
.userInfo-container {
|
|
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
font-size: 14px;
|
|
background: #FBFBFD;
|
|
height: 100vh;
|
|
}
|
|
|
|
.nav-icon {
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 16px 50px 0px rgba(49, 79, 124, 0.08);
|
|
border-radius: 16px 16px 16px 16px;
|
|
}
|
|
|
|
.userInfo-detail-title {
|
|
width: 100vw;
|
|
height: 60px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #1F2933;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.userInfo-body {
|
|
padding: 21px;
|
|
height: auto;
|
|
box-sizing: border-box;
|
|
width: 100vw;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-content: center;
|
|
}
|
|
|
|
.userInfo-box {
|
|
width: 333px;
|
|
background: #FFFFFF;
|
|
box-shadow: 4px 7px 9px 0px rgba(56, 63, 68, 0.03);
|
|
border-radius: 10px 10px 10px 10px;
|
|
box-sizing: border-box;
|
|
padding: 0 12px;
|
|
}
|
|
|
|
.userInfo-item {
|
|
width: 333px;
|
|
background: #FFFFFF;
|
|
box-shadow: 4px 7px 9px 0px rgba(56, 63, 68, 0.03);
|
|
border-radius: 10px 10px 10px 10px;
|
|
opacity: 1;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 0 12px;
|
|
font-weight: 400;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.userInfo-form {
|
|
width: 308px;
|
|
box-sizing: border-box;
|
|
height: 48px;
|
|
border-bottom: 1px solid #F9F9F9;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.userInfo-form-name {
|
|
font-weight: bold;
|
|
color: #000000;
|
|
font-size: 15px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.userInfo-form-input {
|
|
width: 230px;
|
|
}
|
|
|
|
.userInfo-btn {
|
|
width: 233px;
|
|
height: 55px;
|
|
border-radius: 107px 107px 107px 107px;
|
|
border: none;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
background: #F67952;
|
|
position: fixed;
|
|
bottom: 30px;
|
|
left: calc((100vw - 233px)/2);
|
|
}
|
|
|
|
.userInfo-item>.nut-textarea {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.userInfo-item .weui-input {
|
|
color: var(--nutui-textarea-text-color, var(--nutui-gray-1, #1a1a1a));
|
|
|
|
}
|
|
|
|
|
|
.my-order-title {
|
|
font-weight: 600;
|
|
color: #000000;
|
|
width: 100%;
|
|
}
|
|
|
|
.my-order-more {
|
|
font-weight: 400;
|
|
color: rgba(0, 0, 0, 0.4);
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.my-order-more text {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.item-bg {
|
|
width: 308px;
|
|
padding: 14px 0;
|
|
}
|
|
|
|
.modify-box {
|
|
padding: 10px;
|
|
width: 100vw;
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.modify-item {
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
|
|
border-radius: 10px;
|
|
font-weight: 400;
|
|
color: #181A20;
|
|
}
|
|
|
|
.modify-item-btn {
|
|
height: 68px;
|
|
font-size: 16px;
|
|
border-bottom: 1px solid #D8D8D8;
|
|
} |