qiyemore.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/qiyemore/qiyemore.wxss */
  2. .container{
  3. padding: 30rpx 30rpx;
  4. }
  5. .page-section{
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .input_vi{
  10. display: block;
  11. border-bottom: 1px solid #f3f3f3;
  12. height: 100rpx;
  13. }
  14. .input_vi .input_title{
  15. font-size: 34rpx;
  16. height: 100rpx;
  17. line-height: 100rpx;
  18. color: #181818;
  19. float: left;
  20. }
  21. .input_vi input{
  22. border:0px;
  23. height: 100rpx;
  24. line-height: 100rpx;
  25. padding-left: 20rpx;
  26. border-radius: 10rpx;
  27. font-size: 34rpx;
  28. color: #555;
  29. text-align: right;
  30. }
  31. .input_vi input.inp_txt2{
  32. border:0px;
  33. height: 100rpx;
  34. line-height: 100rpx;
  35. padding-left: 20rpx;
  36. border-radius: 10rpx;
  37. font-size: 34rpx;
  38. color: #555;
  39. text-align: right;
  40. float: right;
  41. }
  42. .input_vi i{
  43. display: block;
  44. float: right;
  45. line-height: 100rpx;
  46. margin-left: 14rpx;
  47. color: #535353;
  48. font-size: 48rpx;
  49. }
  50. .input-placeholder, .input-placeholder-dark{
  51. color: #c5c5c5!important;
  52. }
  53. .tj_btn{
  54. width: 100%!important;
  55. font-size: 32rpx;
  56. margin: 60rpx auto;
  57. padding: 24rpx 46rpx!important;
  58. }
  59. .icon{
  60. height: 40rpx;
  61. width: 40rpx;
  62. }
  63. .inp_txt2{
  64. text-align: left!important;
  65. font-size: 18rpx;
  66. width: 200rpx!important;
  67. }
  68. .input_vic{
  69. display: flex;
  70. flex-direction: row;
  71. }
  72. .input_vic image{
  73. align-items: center;
  74. display: flex;
  75. }
  76. .flex_c{
  77. display: flex;
  78. flex-direction: row;
  79. margin-left: auto;
  80. align-items: center;
  81. }
  82. .input_vic text{
  83. font-size: 32rpx;
  84. line-height: 100rpx;
  85. color: #555;
  86. }