index.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @import "~@less/variables.less";
  2. .assess-result{
  3. border-top: 1px #e2e4e6 solid;
  4. margin-top:50px;
  5. .enter{
  6. margin-top: 15px;
  7. }
  8. a{
  9. color: @blue;
  10. cursor: pointer;
  11. img{
  12. margin-left: 4px;
  13. }
  14. }
  15. }
  16. .assess-box{
  17. margin: 20px 0 0 -15px;
  18. }
  19. .no-data{
  20. text-align: center;
  21. font-size: 20px;
  22. color: @placeholder-color;
  23. margin-top: 26px;
  24. font-weight: bold;
  25. }
  26. .loading{
  27. margin-top: 20px;
  28. text-align: center;
  29. img{
  30. width: 30px;
  31. }
  32. }
  33. .footer{
  34. .print{
  35. width: 111px;
  36. height: 34px;
  37. line-height: 34px;
  38. outline: none;
  39. border-radius: 4px;
  40. /*color: #3B9ED0;*/
  41. border: 0 none;
  42. cursor: pointer;
  43. background: #fff;
  44. margin-right: 20px;
  45. img{
  46. width: 20px;
  47. vertical-align: middle;
  48. margin-right: 4px;
  49. }
  50. }
  51. .okBtn{
  52. width: 80px;
  53. height: 34px;
  54. line-height: 32px;
  55. text-align: center;
  56. outline: none;
  57. border-radius: 4px;
  58. cursor: pointer;
  59. border: 1px solid #3B9ED0;
  60. box-sizing: border-box;
  61. margin-left: 20px;
  62. background: #3B9ED0;
  63. color: #fff;
  64. float: right;
  65. margin-right: 20px;
  66. }
  67. }