123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .slideButton{
- position: fixed;
- width:158px;
- height:40px;
- padding: 0 0 0 15px;
- line-height: 40px;
- bottom: 150px;
- 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;
- }
- .pushEmptyTxt{
- margin: 15px 0 0 0;
- }
- .pushWrapper{
- width:400px;
- // height:600px;
- border-radius:4px;
- border: 1px solid #E6E6E6;
- border-bottom:0px;
- position: fixed;
- bottom: 20px;
- right: 10px;
- background: #fff;
- z-index: 31;
- box-sizing: border-box;
- }
- .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: 0px;
- cursor: pointer;
- }
- .hideConfirm{
- width: 15px;
- }
|