userchange.wxss 324 B

123456789101112131415161718192021
  1. /* pages/userchange/userchange.wxss */
  2. page{
  3. background: rgba(69,155,209,0.23);
  4. }
  5. .pages-userchange-profile>.van-image{
  6. width: 100px;
  7. height: 100px;
  8. border-radius: 35px;
  9. opacity: 1;
  10. position: relative;
  11. left: 130px;
  12. top: 20px;
  13. margin-bottom: 40px;
  14. }
  15. .pages-userchange-username{
  16. left: 20px;
  17. position: relative;
  18. }