exchange.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f6f6f6;
  6. }
  7. .main .one {
  8. position: fixed;
  9. z-index: 9999;
  10. width: 100%;
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. background-color: #409eff;
  14. color: #ffffff;
  15. text-align: center;
  16. }
  17. .main .two {
  18. position: absolute;
  19. top: 80rpx;
  20. width: 100%;
  21. background-color: #f6f6f6;
  22. }
  23. .two .twoType {
  24. float: left;
  25. width: 94%;
  26. height: 80rpx;
  27. line-height: 80rpx;
  28. background-color: #fff;
  29. padding: 0 20rpx;
  30. margin: 0 0 15rpx 0;
  31. }
  32. .two .twoType text:nth-child(1) {
  33. float: left;
  34. width: 20%;
  35. }
  36. .two .twoType text:nth-child(2) {
  37. float: left;
  38. width: 80%;
  39. text-align: right;
  40. }
  41. .two .twoUser {
  42. float: left;
  43. width: 94%;
  44. background-color: #fff;
  45. padding: 0 20rpx;
  46. margin: 0 0 15rpx 0;
  47. }
  48. .two .twoUser text {
  49. float: left;
  50. width: 100%;
  51. height: 80rpx;
  52. line-height: 80rpx;
  53. border-bottom: 1px solid #ccc;
  54. }
  55. .two .twoUser text:nth-child(2) {
  56. border-bottom: none;
  57. }
  58. .two .twojf {
  59. float: left;
  60. width: 94%;
  61. background-color: #fff;
  62. padding: 0 20rpx;
  63. margin: 0 0 15rpx 0;
  64. }
  65. .two .twojf view {
  66. float: left;
  67. width: 100%;
  68. height: 80rpx;
  69. line-height: 80rpx;
  70. }
  71. .two .twojf view:nth-child(1) text {
  72. color: #ff0000;
  73. }
  74. .two .twojf view:nth-child(2) {
  75. height: 100rpx;
  76. line-height: 100rpx;
  77. }
  78. .two .twojf view:nth-child(2) input {
  79. height: 100rpx;
  80. line-height: 100rpx;
  81. }
  82. .two .twoSave {
  83. float: left;
  84. width: 94%;
  85. padding: 0 20rpx 20rpx 20rpx;
  86. background-color: #f6f6f6;
  87. }
  88. .two .twoSave view {
  89. float: left;
  90. width: 100%;
  91. }
  92. .two .twoSave view:nth-child(1) {
  93. float: left;
  94. width: 100%;
  95. margin: 0 0 60rpx 0;
  96. }
  97. .two .twoSave view:nth-child(1) text:nth-child(1) {
  98. float: left;
  99. width: 80%;
  100. }
  101. .two .twoSave view:nth-child(1) text:nth-child(2) {
  102. float: left;
  103. width: 20%;
  104. text-align: right;
  105. color: #ff0000;
  106. }
  107. .two .twoSave view button {
  108. float: left;
  109. width: 100%;
  110. background-color: #ff0000;
  111. border-radius: 50rpx;
  112. color: #fff;
  113. }