indexShip.wxss 2.1 KB

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