金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
1.9 KiB

  1. @import '../../../common/css/global';
  2. #user-setting{
  3. view{
  4. overflow: visible;
  5. }
  6. .head_box{
  7. width:100%;
  8. height:100px;
  9. background-color:#FFFFFF;
  10. margin-bottom:9px;
  11. display:flex;
  12. justify-content: space-between;
  13. // flex-direction:row;
  14. align-items:center;
  15. padding:15px;
  16. .head_message{
  17. color: #333333;
  18. font-size: 14px;
  19. }
  20. .head_right{
  21. display: flex;
  22. align-items: center;
  23. .head_under{
  24. font-size: 12px;
  25. color: #a4a3a3;
  26. margin-left: 10px;
  27. }
  28. .headImg{
  29. position: relative;
  30. width: 65px;
  31. height: 65px;
  32. background-color: #EDF2FC;
  33. border-radius: 50%;
  34. display: block;
  35. image{
  36. //width: 100%;
  37. //height: 100%;
  38. width: 64px;
  39. height: 64px;
  40. border-radius: 50%;
  41. }
  42. }
  43. }
  44. }
  45. .user_setting{
  46. background-color: #ffffff;
  47. .code{
  48. border-bottom: 1px solid #e5e5e5;
  49. padding: 10px;
  50. display: flex;
  51. align-items: center;
  52. font-size: 14px;
  53. .phone_under{
  54. margin-left: 10px;
  55. font-size: 12px;
  56. color: #a4a3a3;
  57. }
  58. input{
  59. text-align: right;
  60. }
  61. .icon-jiantou under
  62. .detail{
  63. padding-left: 10px;
  64. width: 80px;
  65. color: #a4a3a3;
  66. }
  67. input{
  68. flex: 1;
  69. color: #000000;
  70. text-align: right;
  71. }
  72. picker{
  73. flex: 1;
  74. position: relative;
  75. }
  76. .under{
  77. transform: rotate(90deg);
  78. margin-left: 10px;
  79. font-size: 12px;
  80. color: #a4a3a3;
  81. }
  82. span{
  83. padding: 0 15px;
  84. color: #00b4ff;
  85. }
  86. }
  87. }
  88. .submit{
  89. width: 100%;
  90. position: fixed;
  91. bottom: 0px;
  92. button[type=primary] {
  93. color:#FFFFFF;
  94. background-color: #FB5054;
  95. border-radius: 0;
  96. &:after {
  97. border: none;
  98. border-radius: 0;
  99. }
  100. }
  101. }
  102. }