app.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. // Fonts
  2. //@import url('https://fonts.googleapis.com/css?family=Nunito');
  3. // Variables
  4. //@import 'variables';
  5. // Bootstrap
  6. //@import '~bootstrap/scss/bootstrap';
  7. //@import "~bootstrap-sass/assets/stylesheets/bootstrap";
  8. .navbar-laravel {
  9. background-color: #fff;
  10. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  11. }
  12. .am-menu-dropdown1 .am-menu-nav {
  13. left: -10px;
  14. width: 375px;
  15. }
  16. .am-menu-dropdown1 .am-menu-toggle {
  17. right: -4px;
  18. top: -46px;
  19. }
  20. .wei_xue {
  21. position: relative;
  22. display: inline-block !important;
  23. line-height: 0px;
  24. padding-right: 40px;
  25. width: 0px;
  26. height: 0px;
  27. margin: 0;
  28. top: -2px;
  29. }
  30. .wei_button {
  31. width: 200px;
  32. }
  33. .wei_li {
  34. position: relative;
  35. margin-top: 20px;
  36. }
  37. .am-datepicker .am-datepicker-dropdown {
  38. display: block;
  39. }
  40. .demo-box {
  41. width: 100% !important;
  42. }
  43. .ht-rili-td {
  44. height: 58px !important;
  45. }
  46. $base: #0e90d2;
  47. $no-active: #939393;
  48. $border: #EAE5E5;
  49. $color: #555;
  50. //分析详情
  51. #test-show-page {
  52. .word {
  53. margin: 10px 15px;
  54. padding: 10px;
  55. background-color: $base;
  56. color: #fff;
  57. border-radius: 10px;
  58. span {
  59. font-weight: 500;
  60. font-size: 18px;
  61. padding: 0 5px;
  62. }
  63. }
  64. .lists {
  65. padding: 10px 10px 30px;
  66. & > .title {
  67. color: $base;
  68. border-bottom: 2px dashed #999;
  69. border-top: 2px dashed #999;
  70. padding: 5px 0;
  71. //padding-left: 10px;
  72. font-weight: bold;
  73. text-align: center;
  74. }
  75. .right{
  76. color: #5eb95e;
  77. }
  78. .error{
  79. color: #dd514c;
  80. }
  81. .content {
  82. margin: 10px 0;
  83. border: 1px dotted $base;
  84. padding: 5px;
  85. .answer {
  86. border-radius: 5px;
  87. background-color: #d2d2d2;
  88. padding: 5px;
  89. //font-size: 12px;
  90. span {
  91. //font-size: 14px;
  92. color: $base;
  93. }
  94. .des{
  95. font-size: 14px;
  96. }
  97. }
  98. }
  99. }
  100. }