my_account.acss 655 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* required by usingComponents */
  2. /* pages/my_mobile/my_mobile.wxss */
  3. .phone {
  4. width: 100%;
  5. /* height: auto; */
  6. }
  7. .phone-num {
  8. text-align: center;
  9. font-size: 34rpx;
  10. font-weight: bold;
  11. margin-top: 30rpx;
  12. margin-bottom: 80rpx;
  13. }
  14. .tips {
  15. display: flex;
  16. width: 70%;
  17. margin: 0 auto;
  18. font-size: 28rpx;
  19. line-height:46rpx;
  20. color: #868686;
  21. margin-top: 30rpx;
  22. }
  23. .left {
  24. flex: 0 0 20rpx;
  25. }
  26. .change-mobile{
  27. width: 50%;
  28. height: 100rpx;
  29. line-height:100rpx;
  30. margin: 0 auto;
  31. border-radius: 50rpx;
  32. text-align: center;
  33. font-size: 34rpx;
  34. font-weight: 500;
  35. margin-top:150rpx;
  36. background-color: var(--globleColor);
  37. color: var(--fontColor);
  38. }