12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .personal-center.data-v-ebf6908a {
- padding: 0px;
- background-color: #f7f7f7;
- min-height: 150vh;
- }
- .user-card.data-v-ebf6908a {
- display: flex;
- justify-content: center; /* 水平居中 */
- align-items: center; /* 垂直居中 */
- padding: 20px;
- height: 9.5rem;
- background-color: #2164cb;
- /* border-radius: 10px;
- margin-bottom: 20px; */
- }
- .avatar.data-v-ebf6908a {
- background-color:#f7f7f7;
- width: 80px;
- height: 80px;
- border-radius: 50%;
- /* margin-right: 15px; */
- }
- .user-info.data-v-ebf6908a {
- margin-top: -20px;
- margin-left: 20px; /* 左右留白 */
- margin-right: 20px;
- border-radius: 10px;
- background-color: #fff;
- height: 200px;
- position: relative;
- z-index: 1
- }
- .username.data-v-ebf6908a {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 5px;
- }
- .phone.data-v-ebf6908a {
- font-size: 14px;
- color: #999;
- }
|