change_mobile.acss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* required by usingComponents */
  2. /* pages/change_mobile/change_mobile.wxss */
  3. /* pages/mine_data/mine_data.wxss */
  4. page {
  5. background-color: #f2f3f5;
  6. }
  7. .mine-data {
  8. margin-top: 20rpx;
  9. }
  10. .mine-data-list {
  11. background-color: #fff;
  12. padding: 0 40rpx;
  13. }
  14. .list-item {
  15. /* height: 100rpx; */
  16. /* line-height: 100rpx; */
  17. font-size: 28rpx;
  18. border-bottom: solid 1rpx #e5e5e5;
  19. position: relative;
  20. }
  21. .wxlogin{
  22. position: absolute;
  23. right: 0;
  24. top:20rpx;
  25. width: 200rpx!important;
  26. font-size: 28rpx!important;
  27. /* padding:10rpx 0rpx!important; */
  28. z-index: 999;
  29. /* margin-top: 10rpx; */
  30. background-color: var(--globleColor);
  31. color: var(--fontColor);
  32. }
  33. .list-item:last-child {
  34. border: none;
  35. display: flex;
  36. }
  37. .new-phone {
  38. height: 100rpx;
  39. line-height: 100rpx;
  40. /* background-color: rosybrown; */
  41. }
  42. .code {
  43. flex: 0 0 70%;
  44. height: 100rpx;
  45. /* line-height:20rpx; */
  46. }
  47. .get-yanzheng {
  48. flex: 1;
  49. text-align: center;
  50. border-left: solid 1rpx #999999;
  51. height: 30rpx;
  52. line-height: 30rpx;
  53. font-size: 26rpx;
  54. color: #999999;
  55. margin-top: 35rpx;
  56. }
  57. .no-num{
  58. font-size: 28rpx;
  59. color: #d8d5d5;
  60. }
  61. .change{
  62. height: 70rpx;
  63. width: 200rpx;
  64. line-height: 70rpx;
  65. margin: 0 auto;
  66. text-align: center;
  67. background-color: var(--globleColor);
  68. color: var(--fontColor);
  69. border-radius: 40rpx;
  70. font-size: 28rpx;
  71. font-weight: 500;
  72. margin-top: 100rpx;
  73. }