123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .container {
- width: 100%;
- }
- .top {
- height: 25vh;
- background-color: #fd6b18;
- padding-top: 10px;
- position: relative;
- z-index: 1;
- }
- .avatar {
- width: 70px;
- height: 70px;
- border-radius: 50%;
- overflow: hidden;
- display: block;
- margin: 0 auto;
- }
- .name {
- color: #fff;
- width: 100%;
- text-align: center;
- display: block;
- margin: 10px 0;
- }
- .login {
- margin: 10px auto;
- color: #fff !important;
- padding: 0;
- line-height: 1em;
- }
- .main {
- width: 90%;
- display: block;
- margin: 0 auto;
- margin-top: -40px;
- position: relative;
- z-index: 2;
- }
- .logoutBox {
- display: block;
- margin-top: 50px;
- }
- .logout .uni-list-item__content-title {
- text-align: center;
- }
|