accountSettings.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/accountSettings/accountSettings.wxss */
  2. /* .set-accout {
  3. padding: 20rpx 0;
  4. } */
  5. /* 清除浮动 */
  6. .clearfix::after {
  7. display: block;
  8. content: "";
  9. height: 0;
  10. visibility: auto;
  11. clear: both;
  12. }
  13. .set-accout-item {
  14. padding: 20rpx 30rpx;
  15. border-bottom: 1rpx solid #f2f2f2;
  16. }
  17. .set-accout-item.validcode {
  18. text-align: right;
  19. }
  20. .item-tit {
  21. display: inline-block;
  22. font-size: 30rpx;
  23. margin-right: 40rpx;
  24. vertical-align: middle;
  25. }
  26. .send-code {
  27. display: inline-block;
  28. font-size: 28rpx;
  29. width: 176rpx;
  30. text-align: center;
  31. padding: 8rpx 0;
  32. border-radius: 8rpx;
  33. color: #777;
  34. background: #eee;
  35. box-sizing: border-box;
  36. }
  37. .defaulut-btn {
  38. color: #fff;
  39. background: #e43130;
  40. }
  41. .item-input {
  42. display: inline-block;
  43. font-size: 30rpx;
  44. vertical-align: middle;
  45. width: 75%;
  46. }
  47. .item-input.valid-input {
  48. width: 50%;
  49. padding-right: 20rpx;
  50. box-sizing: border-box;
  51. text-align: left;
  52. }
  53. .confirm {
  54. margin: 100rpx 30rpx;
  55. margin-bottom: 30rpx;
  56. }
  57. .confirm-btn {
  58. display: block;
  59. padding: 20rpx 0;
  60. background: #e43130;
  61. border-radius: 8rpx;
  62. font-size: 30rpx;
  63. color: #fff;
  64. text-align: center;
  65. }
  66. .tips-main{
  67. padding: 0 30rpx;
  68. font-size: 26rpx;
  69. color: #999;
  70. }
  71. .tips {
  72. line-height: 1.5em;
  73. text-align: justify;
  74. }
  75. .userphone {
  76. display: inline-block;
  77. width: 75%;
  78. vertical-align: middle;
  79. }
  80. .show-num {
  81. display: inline-block;
  82. vertical-align: middle;
  83. font-size: 30rpx;
  84. color: #3e99d7;
  85. line-height: 1em;
  86. padding-top: 10rpx;
  87. }
  88. .get-userphone-btn {
  89. float: right;
  90. font-size: 25rpx;
  91. vertical-align: middle;
  92. margin-right: 1em;
  93. }