styles.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. label.error {
  2. color: red;
  3. font-size: 0.875em;
  4. margin-top: 0.25rem;
  5. }
  6. /* 错误输入框边框设为红色 */
  7. input.error, select.error, textarea.error {
  8. border-color: red !important;
  9. }
  10. input {
  11. width: 100%;
  12. height: 40px;
  13. font-size: 16px
  14. }
  15. select {
  16. width: 100%;
  17. height: 40px;
  18. font-size: 16px
  19. }
  20. body {
  21. color: #333333;
  22. font-size: 18px;
  23. }
  24. .inputDiv1 {
  25. width: 100%;
  26. height: 200px;
  27. margin: 0 auto;
  28. text-align: center;
  29. line-height: 200px;
  30. }
  31. .inputDiv2 {
  32. width: 70%;
  33. text-align: left;
  34. margin: 0 auto;
  35. line-height: 50px;
  36. }
  37. .blueBtnDiv {
  38. background-image: url('/analysis/img/btnBg.png');
  39. background-repeat: no-repeat;
  40. width: 300px;
  41. height: 70px;
  42. text-align: center;
  43. line-height: 70px;
  44. color: #ffffff;
  45. font-size: 18px;
  46. margin: 0 auto
  47. }
  48. .title3 {
  49. font-size: 28px;
  50. color: #000000;
  51. font-weight: bold
  52. }
  53. .title6 {
  54. font-size: 20px;
  55. color: #000000;
  56. font-weight: bold
  57. }
  58. .title9 {
  59. font-size: 16px;
  60. color: #333333;
  61. overflow-wrap: break-word;
  62. width: 256px;
  63. line-height: 26px
  64. }
  65. .boxBody {
  66. margin: 0 auto;
  67. height: 100%;
  68. width: 100%;
  69. display: flex;
  70. justify-content: center;
  71. flex-direction: column;
  72. text-align: center
  73. }
  74. .boxHeader {
  75. display: flex;
  76. width: 100%;
  77. height: 112px;
  78. align-items: center;
  79. justify-content: center;
  80. background-color: white;
  81. color: #ffffff
  82. }
  83. .boxBottom {
  84. width: 100%;
  85. font-size: 14px;
  86. height: 98px;
  87. color: #999999;
  88. display: flex;
  89. align-items: center;
  90. justify-content: center;
  91. background: url('/analysis/img/d97f28a59f20114dad3adbeb0dab456f.png');
  92. background-repeat: no-repeat;
  93. background-size: cover;
  94. background-position: center;
  95. background-size: 100% 100%;
  96. }