金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
2.1 KiB

  1. #invoice{
  2. .header_box{
  3. background-color: #FFFFFF;
  4. border-radius: 4px;
  5. margin: 15px;
  6. .item{
  7. //修改switch样式
  8. .uni-switch-input{
  9. width: 42px !important;
  10. height: 20px !important;
  11. }
  12. .uni-switch-input::before {
  13. width: 41px !important;
  14. height: 20px !important;
  15. }
  16. .uni-switch-input::after {
  17. width: 18px !important;
  18. height: 18px !important;
  19. }
  20. display:flex;
  21. align-items: center;
  22. padding: 10px 25px 10px 20px;
  23. font-size: 14px;
  24. color: #000000;
  25. justify-content: space-between;
  26. .input-box{
  27. input{
  28. text-align: right;
  29. }
  30. .input-placeholder{
  31. color:#AAAAAA;
  32. font-size: 13px;
  33. }
  34. }
  35. .iconfont{
  36. color: #C7C7CC;
  37. font-size: 14px;
  38. }
  39. }
  40. }
  41. .conpany{
  42. background-color: #FFFFFF;
  43. .item{
  44. display:flex;
  45. align-items: center;
  46. padding: 10px 25px 10px 20px;
  47. font-size: 14px;
  48. color: #000000;
  49. justify-content: space-between;
  50. .input-box{
  51. flex: 1;
  52. input{
  53. text-align: right;
  54. &.input-placeholder{
  55. color: #C0C0C0;
  56. font-size: 12px;
  57. }
  58. }
  59. }
  60. }
  61. }
  62. radio .wx-radio-input{
  63. border-radius: 100%;
  64. background-color: #fff;
  65. border: 1px solid #c1caca;
  66. box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
  67. height: 14px;
  68. width: 14px;
  69. }
  70. radio .wx-radio-input.wx-radio-input-checked::before{
  71. border-radius: 100%;
  72. background-color: #ff2741;
  73. border: 3px solid #ff2741;
  74. }
  75. .content{
  76. background-color: #FFFFFF;
  77. margin-top:10px;
  78. border-radius: 4px;
  79. margin: 15px;
  80. .detail{
  81. padding: 10px 25px 10px 20px;
  82. font-size: 14px;
  83. display: flex;
  84. justify-content: space-between;
  85. align-items: center;
  86. }
  87. .tips{
  88. font-size: 14px;
  89. padding: 0 25px 0 20px;
  90. }
  91. }
  92. .btn-box{
  93. height: 50px;
  94. line-height: 50px;
  95. font-size: 16px;
  96. color: #FFFFFF;
  97. text-align: center;
  98. border-radius: 4px;
  99. position: fixed;
  100. bottom: 15px;
  101. background-color:#ff2741;
  102. left: 15px;
  103. right: 15px;
  104. }
  105. }