32 lines
474 B
Plaintext
32 lines
474 B
Plaintext
|
|
.page {
|
|
width: 100vw;
|
|
height: 120Vh;
|
|
}
|
|
.photoView {
|
|
padding-top: 50rpx;
|
|
position: relative;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.photoImage {
|
|
overflow:hidden;
|
|
display: block;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
border: 2px solid #fff;
|
|
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.cu-form-group .title{
|
|
min-width: calc(4em + 15px);
|
|
font-weight: 600;
|
|
}
|
|
.picker {
|
|
text-align: left;
|
|
}
|
|
|