12345678910111213141516171819 |
- /* pages/mine/setting/index.wxss */
- page{
- background-color: #EFEFEF;
- }
- .logOut{
- margin-top: 50px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .userinfo-avatar {
- overflow: hidden;
- width: 128rpx;
- height: 128rpx;
- border-radius: 50%;
- }
- .weui-cells{
- margin-top: 0;
- }
|