editMyself.wxss 637 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/editMyself/editMyself.wxss */
  2. .container{
  3. padding: 0;
  4. margin: 0;
  5. }
  6. page{
  7. background: #f1f1f1;
  8. }
  9. .edit-box{
  10. display: flex;
  11. flex-wrap: wrap;
  12. justify-content: space-between;
  13. padding:25rpx 25rpx 0;
  14. background: #FFF;
  15. }
  16. .title{
  17. width: 200rpx;
  18. border-bottom: 1px solid #f2f2f2;
  19. height: 100rpx;
  20. line-height: 100rpx;
  21. }
  22. .headImg,.input-name,.sex-select,.school-name{
  23. height: 100rpx;
  24. line-height: 100rpx;
  25. width: 500rpx;
  26. text-align: right;
  27. border-bottom: 1px solid #f2f2f2;
  28. color: #999;
  29. }
  30. .input-name input{
  31. height: 100rpx;
  32. }
  33. .headImg image{
  34. width: 80rpx;
  35. height: 80rpx;
  36. border-radius: 50rpx;
  37. }