index.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: 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. .pushEmptyTxt{
  36. margin: 15px 0 0 0;
  37. }
  38. .pushWrapper{
  39. width:400px;
  40. // height:600px;
  41. border-radius:4px;
  42. border: 1px solid #E6E6E6;
  43. border-bottom:0px;
  44. position: fixed;
  45. bottom: 20px;
  46. right: 10px;
  47. background: #fff;
  48. z-index: 31;
  49. box-sizing: border-box;
  50. }
  51. .pushDataTitle{
  52. height: 40px;
  53. line-height: 40px;
  54. background: #7AC1DE;
  55. color: #fff;
  56. font-size:16px;
  57. text-align: center;
  58. position: relative;
  59. // cursor:move
  60. }
  61. .pushDataHide{
  62. display: inline-block;
  63. position: absolute;
  64. height: 40px;
  65. padding: 0 10px;
  66. font-size:16px;
  67. right: 0px;
  68. cursor: pointer;
  69. }
  70. .hideConfirm{
  71. width: 15px;
  72. }