update_patrol_point.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* pages/qiyexqtable/qiyexqtanle.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. margin-bottom: 20rpx;
  14. }
  15. .input_vi .input_title{
  16. font-size: 34rpx;
  17. height: 100rpx;
  18. line-height: 100rpx;
  19. color: #181818;
  20. float: left;
  21. }
  22. .input_vi input{
  23. border:0px;
  24. height: 100rpx;
  25. line-height: 100rpx;
  26. padding-left: 20rpx;
  27. border-radius: 10rpx;
  28. font-size: 34rpx;
  29. color: #555;
  30. text-align: right;
  31. }
  32. .input-placeholder, .input-placeholder-dark{
  33. color: #c5c5c5!important;
  34. }
  35. .table_btn{
  36. display: flex;
  37. flex-direction: row;
  38. }
  39. .sc_btn{
  40. width: 30%!important;
  41. font-size: 32rpx;
  42. margin: 60rpx auto;
  43. padding: 24rpx 0px!important;
  44. }
  45. .tj_btn{
  46. width: 60%!important;
  47. font-size: 32rpx;
  48. margin: 60rpx auto;
  49. padding: 24rpx 0px!important;
  50. }
  51. .input_vi input.inp_txt2{
  52. border:0px;
  53. height: 100rpx;
  54. line-height: 100rpx;
  55. padding-left: 20rpx;
  56. border-radius: 10rpx;
  57. font-size: 34rpx;
  58. color: #555;
  59. text-align: right;
  60. float: right;
  61. }
  62. .input_vi i{
  63. display: block;
  64. float: right;
  65. line-height: 100rpx;
  66. margin-left: 14rpx;
  67. color: #535353;
  68. font-size: 48rpx;
  69. }
  70. .inp_txt2{
  71. text-align: left!important;
  72. font-size: 18rpx;
  73. width: 200rpx!important;
  74. }
  75. .input_vic{
  76. display: flex;
  77. flex-direction: row;
  78. }
  79. .input_vic image{
  80. align-items: center;
  81. display: flex;
  82. }
  83. .flex_c{
  84. display: flex;
  85. flex-direction: row;
  86. margin-left: auto;
  87. align-items: center;
  88. }
  89. .input_vic text{
  90. font-size: 32rpx;
  91. line-height: 100rpx;
  92. color: #555;
  93. }
  94. .icon{
  95. height: 40rpx;
  96. width: 40rpx;
  97. }