index.less 930 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .slideButton{
  2. position: fixed;
  3. width:158px;
  4. height:40px;
  5. padding: 0 0 0 15px;
  6. line-height: 40px;
  7. bottom: 150px;
  8. right: 20px;
  9. font-size:16px;
  10. background: #7AC1DE;
  11. color: #fff;
  12. border-radius:100px 0px 0px 100px;
  13. cursor: pointer;
  14. z-index: 31;
  15. }
  16. .arrowIcon{
  17. width: 22px;
  18. position: absolute;
  19. right: 15px;
  20. top: 8px;
  21. }
  22. .pushWrapper{
  23. width:400px;
  24. height:600px;
  25. border-radius:4px;
  26. border: 1px solid #E6E6E6;
  27. position: fixed;
  28. bottom: 84px;
  29. right: 30px;
  30. background: #fff;
  31. z-index: 31;
  32. }
  33. .pushDataTitle{
  34. height: 40px;
  35. line-height: 40px;
  36. background: #7AC1DE;
  37. color: #fff;
  38. font-size:16px;
  39. text-align: center;
  40. position: relative;
  41. cursor:move
  42. }
  43. .pushDataHide{
  44. display: inline-block;
  45. position: absolute;
  46. height: 40px;
  47. padding: 0 10px;
  48. font-size:16px;
  49. right: 10px;
  50. cursor: pointer;
  51. }