index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* pages/updateInfo/index.wxss */
  2. .van-field__label {
  3. width: 240rpx !important;
  4. }
  5. .formTopBlueBg {
  6. height: 144rpx;
  7. background-color: #0396FF;
  8. }
  9. .part {
  10. border-radius: 16rpx;
  11. padding: 20rpx 00rpx;
  12. background: #fff;
  13. margin-bottom: 20rpx;
  14. }
  15. picker view {
  16. line-height: normal !important;
  17. }
  18. .heightAuto .van-field__control--right {
  19. height: auto !important;
  20. }
  21. .topProJectInfo {
  22. padding: 26rpx 40rpx;
  23. }
  24. .labelTitle{
  25. padding: 10px 16px 0;
  26. color: #323233;
  27. font-size: 14px;
  28. }
  29. .topItem1 .van-cell {
  30. padding-top: 6rpx !important;
  31. padding-bottom: 6rpx !important;
  32. }
  33. .topItem {
  34. position: relative;
  35. padding-bottom: 16rpx;
  36. }
  37. .topItem2::after{
  38. border:0 none !important
  39. }
  40. .topItem::after {
  41. border-bottom: 1px solid #ebedf0;
  42. bottom: 0;
  43. box-sizing: border-box;
  44. content: " ";
  45. left: 16px;
  46. pointer-events: none;
  47. position: absolute;
  48. right: 16px;
  49. transform: scaleY(.5);
  50. transform-origin: center;
  51. border-bottom-width: 1px;
  52. border-bottom-style: solid;
  53. border-bottom-color: rgb(235, 237, 240);
  54. }
  55. .proTitle {
  56. font-size: 36rpx;
  57. font-weight: bold;
  58. color: rgba(0, 0, 0, 0.85);
  59. }
  60. .proJectInfoCode {
  61. display: flex;
  62. padding: 10rpx 10rpx 0 30rpx;
  63. color: rgba(0, 0, 0, 0.65);
  64. justify-content: space-between;
  65. }
  66. .proJectInfoCode>view:last-child {
  67. padding: 0 16rpx;
  68. display: flex;
  69. height: 40rpx;
  70. line-height: 40rpx;
  71. color: #2C6CEC;
  72. font-size: 20rpx;
  73. border-radius: 20rpx;
  74. border: 1px solid #2C6CEC;
  75. align-items: center;
  76. }
  77. .radioHeight .radioHeightBx {
  78. width: 100%;
  79. }
  80. radio-group {
  81. text-align: right;
  82. }
  83. .fieldAutoHeight .van-field__body,.fieldAutoHeight .van-field__control {
  84. height: auto !important;
  85. text-align: left;
  86. line-height: 30px;
  87. }
  88. .ysType{
  89. flex: 1;
  90. text-align: right;
  91. }
  92. .ysType text:first-child{
  93. margin-right: 12rpx;
  94. }
  95. .ysType text{
  96. display: inline-block;
  97. width: 80rpx;
  98. height: 48rpx;
  99. line-height: 48rpx;
  100. text-align: center;
  101. background: #E1E1E1;
  102. border: 1px solid #E1E1E1;
  103. border-radius: 4rpx;
  104. box-sizing: border-box;
  105. }
  106. .ysType .active{
  107. color: #2C6CEC;
  108. border: 1rpx solid #2C6CEC;
  109. background: transparent;
  110. }