index.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .head {
  2. display: flex;
  3. align-items: center;
  4. width: 100vw;
  5. height: 120rpx;
  6. padding: 0 20rpx 0 30rpx;
  7. box-sizing: border-box;
  8. .left {
  9. flex: 1;
  10. height: 100%;
  11. font-size: 24rpx;
  12. color: #666666;
  13. flex-shrink: 0;
  14. text {
  15. color: #333333;
  16. font-family: PingFang SC-Medium, PingFang SC;
  17. font-weight: 500;
  18. }
  19. }
  20. .expand {
  21. width: 160rpx;
  22. display: flex;
  23. justify-content: flex-end;
  24. flex-shrink: 0;
  25. .but {
  26. display: flex;
  27. align-items: center;
  28. justify-content: center;
  29. width: 80rpx;
  30. height: 80rpx;
  31. background: #FFFFFF;
  32. border-radius: 8rpx;
  33. border: 2rpx solid #CCCCCC;
  34. margin-left: 20rpx;
  35. color: #666666;
  36. }
  37. }
  38. }
  39. .mian {
  40. width: 100vw;
  41. padding: 20rpx 30rpx;
  42. background-color: #FFFFFF;
  43. box-sizing: border-box;
  44. margin-bottom: 10rpx;
  45. .title {
  46. position: relative;
  47. display: flex;
  48. height: 44rpx;
  49. line-height: 44rpx;
  50. width: 100%;
  51. .projecttype,
  52. .tradefield {
  53. height: 44rpx;
  54. line-height: 44rpx;
  55. padding: 0 12rpx;
  56. border-radius: 4rpx;
  57. font-size: 20rpx;
  58. color: #FFFFFF;
  59. margin-right: 10rpx;
  60. flex-shrink: 0;
  61. }
  62. view {
  63. flex: 1;
  64. }
  65. .detele {
  66. position: absolute;
  67. right: 0;
  68. width: 32rpx;
  69. height: 32rpx;
  70. color: #999;
  71. }
  72. }
  73. .row {
  74. display: flex;
  75. font-size: 24rpx;
  76. font-family: PingFang SC-Regular, PingFang SC;
  77. color: #666666;
  78. .left {
  79. width: 345rpx;
  80. }
  81. }
  82. .bottom {
  83. display: flex;
  84. justify-content: space-between;
  85. border-top: 1px solid #ddd;
  86. padding-top: 20rpx;
  87. margin-top: 20rpx;
  88. >view {
  89. width: 330rpx;
  90. .label {
  91. height: 34rpx;
  92. line-height: 34rpx;
  93. font-size: 24rpx;
  94. font-family: PingFang SC-Regular, PingFang SC;
  95. color: #666666;
  96. margin-bottom: 8rpx;
  97. }
  98. input {
  99. width: 330rpx;
  100. height: 58rpx;
  101. background: #FFFFFF;
  102. border-radius: 4rpx;
  103. border: 1rpx solid #CCCCCC;
  104. font-size: 28rpx;
  105. padding-left: 10rpx;
  106. padding-right: 10rpx;
  107. box-sizing: border-box;
  108. }
  109. }
  110. }
  111. }