123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /**index.wxss**/
- .userinfo {
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #aaa;
- }
- .userinfo-avatar {
- overflow: hidden;
- width: 128rpx;
- height: 128rpx;
- margin: 20rpx;
- border-radius: 50%;
- }
- .usermotto {
- margin-top: 200px;
- }
- .ert{
- position: relative;
- }
- .btn{
- position: absolute;
- right: 40rpx;
- top: 32rpx;
- }
- .card{
- width: 90%;
- margin: auto;
- height: 250rpx;
- background: #fff;
- border-radius: 10rpx;
- margin-top: 18rpx;
- padding: 20rpx 20rpx;
- position: relative;
- /* box-shadow: 5px 5px 5px #cdcfcf; */
- }
- .card1{
- display: flex;
- justify-content: space-between;
- color: #696969;
- margin-bottom: 8rpx;
- }
- .card2{
- display: flex;
- justify-content: space-between;
- color: #696969;
- margin-bottom: -10rpx;
- }
- .btn1{
- position: absolute;
- right: 20rpx;
- bottom: 25rpx;
- }
|