1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .slideButton{
- position: fixed;
- width:158px;
- height:40px;
- padding: 0 0 0 15px;
- line-height: 40px;
- bottom: 80px;
- right: 0px;
- font-size:16px;
- background: #7AC1DE;
- color: #fff;
- border-radius:100px 0px 0px 100px;
- cursor: pointer;
- z-index: 31;
- }
- .arrowIcon{
- width: 22px;
- position: absolute;
- right: 15px;
- top: 8px;
- }
- .pushEmptyBox{
- position: relative;
- top: 150px;
- }
- .pushEmpty{
- position: relative;
- height:560px;
- width: 400px;
- text-align: center;
- }
- .pushEmptyImg{
- width: 130px;
- }
- .pushWrapper{
- width:402px;
- // height:600px;
- border-radius:4px;
- border: 1px solid #E6E6E6;
- position: fixed;
- top: 10px;
- right: 10px;
- background: #fff;
- z-index: 31;
- }
- .pushDataTitle{
- height: 40px;
- line-height: 40px;
- background: #7AC1DE;
- color: #fff;
- font-size:16px;
- text-align: center;
- position: relative;
- // cursor:move
- }
- .pushDataHide{
- display: inline-block;
- position: absolute;
- height: 40px;
- padding: 0 10px;
- font-size:16px;
- right: 10px;
- cursor: pointer;
- }
|