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.

130 lines
1.9 KiB

  1. .accountManagement{
  2. padding: 0 30rpx;
  3. }
  4. .title{
  5. font-size: 38rpx;
  6. font-weight: bold;
  7. padding-top: 40rpx;
  8. }
  9. .subtitle{
  10. font-size: 32rpx;
  11. margin-bottom: 80rpx;
  12. }
  13. .btn-area button{
  14. background: #52A0FD;
  15. color: #fff;
  16. width: 400rpx;
  17. height: 90rpx;
  18. margin-top: 60rpx;
  19. font-size: 30rpx;
  20. line-height: 90rpx;
  21. }
  22. .section{
  23. display: flex;
  24. flex: 16;
  25. /* height: 100rpx; */
  26. font-size: 32rpx;
  27. position: relative;
  28. }
  29. .section__title{
  30. /* flex: 1; */
  31. display: flex;
  32. width: 202rpx;
  33. text-align: left;
  34. height: 100rpx;
  35. line-height: 100rpx;
  36. }
  37. .section input,.list-msg2{
  38. flex: 3;
  39. margin-left: -20rpx;
  40. border:1rpx solid #ccc;
  41. padding-left: 10rpx;
  42. height: 70rpx;
  43. line-height: 70rpx;
  44. margin-top: 10rpx;
  45. border-radius: 6rpx;
  46. }
  47. .list-msg2 view{
  48. color: #999;
  49. }
  50. .list-msg2 image{
  51. position: absolute;
  52. right: 22rpx;
  53. top: 0;
  54. bottom: 0;
  55. margin: auto;
  56. }
  57. .list-msg {
  58. padding: 0 20rpx;
  59. background-color: #fff;
  60. position: relative;
  61. }
  62. .list-msg1 {
  63. height: 60rpx;
  64. display: flex;
  65. align-items: center;
  66. justify-content: space-between;
  67. }
  68. .list-msg .list-msg2 {
  69. height: 60rpx;
  70. display: flex;
  71. align-items: center;
  72. justify-content: space-between;
  73. border: 1px solid #ccc;
  74. padding: 0 10rpx;
  75. }
  76. .select_box {
  77. width:77%;
  78. position:absolute;
  79. top:83rpx;
  80. z-index:100;
  81. overflow:hidden;
  82. animation:myfirst 0.5s;
  83. left:154rpx;
  84. border:1rpx solid #ccc;
  85. background: #fff;
  86. }
  87. @keyframes myfirst {
  88. from {
  89. height: 0rpx;
  90. }
  91. to {
  92. height: 210rpx;
  93. }
  94. }
  95. .select_one {
  96. text-indent: 1em;
  97. height: 80rpx;
  98. line-height: 80rpx;
  99. }
  100. .add input{
  101. border: none!important;
  102. }
  103. .tihuoWay{
  104. flex:3;
  105. color: #999;
  106. height:100rpx;
  107. line-height:100rpx;
  108. }
  109. .add .btn-area text{
  110. color: green;
  111. font-size: 32rpx;
  112. display: block;
  113. text-align: center;
  114. margin-top:100rpx;
  115. }
  116. .opacity{
  117. opacity: .7;
  118. }
  119. .section .tihuoWay01{
  120. line-height: 43rpx;
  121. margin-top: 33rpx;
  122. color: red;
  123. }