index.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .slideButton{
  2. position: fixed;
  3. width:158px;
  4. height:40px;
  5. padding: 0 0 0 15px;
  6. line-height: 40px;
  7. bottom: 80px;
  8. right: 0px;
  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. .pushEmptyBox{
  23. position: relative;
  24. top: 150px;
  25. }
  26. .pushEmpty{
  27. position: relative;
  28. height:560px;
  29. width: 400px;
  30. text-align: center;
  31. }
  32. .pushEmptyImg{
  33. width: 130px;
  34. }
  35. .pushWrapper{
  36. width:402px;
  37. // height:600px;
  38. border-radius:4px;
  39. border: 1px solid #E6E6E6;
  40. position: fixed;
  41. top: 10px;
  42. right: 10px;
  43. background: #fff;
  44. z-index: 31;
  45. }
  46. .pushDataTitle{
  47. height: 40px;
  48. line-height: 40px;
  49. background: #7AC1DE;
  50. color: #fff;
  51. font-size:16px;
  52. text-align: center;
  53. position: relative;
  54. // cursor:move
  55. }
  56. .pushDataHide{
  57. display: inline-block;
  58. position: absolute;
  59. height: 40px;
  60. padding: 0 10px;
  61. font-size:16px;
  62. right: 10px;
  63. cursor: pointer;
  64. }