change_mobile.acss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. }
  32. .list-item:last-child {
  33. border: none;
  34. display: flex;
  35. }
  36. .new-phone {
  37. height: 100rpx;
  38. line-height: 100rpx;
  39. /* background-color: rosybrown; */
  40. }
  41. .code {
  42. flex: 0 0 70%;
  43. height: 100rpx;
  44. /* line-height:20rpx; */
  45. }
  46. .get-yanzheng {
  47. flex: 1;
  48. text-align: center;
  49. border-left: solid 1rpx #999999;
  50. height: 30rpx;
  51. line-height: 30rpx;
  52. font-size: 26rpx;
  53. color: #999999;
  54. margin-top: 35rpx;
  55. }
  56. .no-num{
  57. font-size: 28rpx;
  58. color: #d8d5d5;
  59. }
  60. .change{
  61. height: 70rpx;
  62. width: 200rpx;
  63. line-height: 70rpx;
  64. margin: 0 auto;
  65. text-align: center;
  66. background-color: var(--globleColor);
  67. border-radius: 40rpx;
  68. font-size: 28rpx;
  69. font-weight: 500;
  70. margin-top: 100rpx;
  71. }