123456789101112131415161718192021 |
- /* pages/userchange/userchange.wxss */
- page{
- background: rgba(69,155,209,0.23);
- }
- .pages-userchange-profile>.van-image{
- width: 100px;
- height: 100px;
- border-radius: 35px;
- opacity: 1;
- position: relative;
- left: 130px;
- top: 20px;
- margin-bottom: 40px;
- }
- .pages-userchange-username{
- left: 20px;
- position: relative;
- }
|