fangshi-detail.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. body {
  2. font-size: 14px;
  3. }
  4. table{
  5. width: 100%;
  6. }
  7. .table{
  8. margin-bottom: 0;
  9. }
  10. .table2Td{
  11. padding: 0 !important;
  12. }
  13. .table2 tr:nth-of-type(1) td{
  14. border-top: none;
  15. }
  16. .table2 tr:nth-last-child(1) td{
  17. border-bottom: none;
  18. }
  19. td{
  20. border:1px solid #ddd;
  21. padding: 8px;
  22. }
  23. .table>tbody>tr>td{
  24. vertical-align: middle;
  25. }
  26. .c-t-center {
  27. text-align: center;
  28. }
  29. .col-w40 {
  30. width: 40px;
  31. }
  32. .col-w80 {
  33. width: 80px;
  34. }
  35. .col-w100 {
  36. width: 100px;
  37. }
  38. .col-w120 {
  39. width: 120px;
  40. }
  41. .col-w200 {
  42. width: 200px;
  43. }
  44. .col-w300{
  45. width: 300px;
  46. }
  47. .el-input--prefix .el-input__inner , .el-input__inner{
  48. border: 0;
  49. height: 27px;
  50. }
  51. .el-input__icon {
  52. line-height: 27px;
  53. }
  54. .el-date-editor.el-input, .el-date-editor.el-input__inner {
  55. width: 100%;
  56. }
  57. .el-textarea__inner {
  58. border: 0;
  59. }
  60. label{font-weight: normal;}
  61. .el-radio+.el-radio {
  62. margin-left: 10px;
  63. }
  64. .button{
  65. outline: none;
  66. border: 0;
  67. width: 100px;
  68. padding: 8px;
  69. border-radius: 5px;
  70. color: white;
  71. background-color:#095fcd;
  72. margin: 10px 30px;
  73. }
  74. .setinput .el-input--suffix .el-input__inner {
  75. padding:0;
  76. border-bottom: 1px solid #e1e1e1;
  77. text-align: center;
  78. }
  79. div.ui-col-0{
  80. line-height: 27px;
  81. }
  82. .button{
  83. margin-right: 0px;
  84. }
  85. .button:nth-child(2){
  86. background:#FFC66F;
  87. }
  88. .finish{
  89. background:#e1e1e1 !important;
  90. }
  91. .el-checkbox, .el-radio{
  92. margin-left: 10px !important;
  93. }
  94. #app {
  95. width: 80%;
  96. margin: 0 auto;
  97. }