index.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @import "~@less/variables.less";
  2. .emergencyProdureWrap {
  3. .emergencyWrap {
  4. .contentZIndex1;
  5. moz-user-select: -moz-none;
  6. -moz-user-select: none;
  7. -o-user-select: none;
  8. -khtml-user-select: none;
  9. -webkit-user-select: none;
  10. -ms-user-select: none;
  11. user-select: none;
  12. position: fixed;
  13. top: 55px;
  14. right: 20px;
  15. width: auto;
  16. height: 44px;
  17. line-height: 44px;
  18. border-radius: 22px;
  19. border: 2px solid #F93333;
  20. background-color: #fff;
  21. padding-left: 50px;
  22. padding-right: 30px;
  23. cursor: pointer;
  24. .emergencyName {
  25. overflow: hidden;
  26. display: block;
  27. }
  28. i {
  29. position: absolute;
  30. top: 0px;
  31. right: 10px;
  32. width: 22px;
  33. height: 40px;
  34. img {
  35. position: relative;
  36. top: 6px;
  37. }
  38. }
  39. }
  40. .emergency {
  41. width: 40px;
  42. height: 40px;
  43. line-height: 40px;
  44. position: absolute;
  45. left: 0;
  46. text-align: center;
  47. border-radius: 50%;
  48. color: #fff;
  49. background-color: #F93333;
  50. }
  51. }