1 line
2.3 KiB
CSS
1 line
2.3 KiB
CSS
|
.page-elem-field-root{display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;float:left;width:100%;margin-top:12px}.page-elem-field{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.page-elem-field .item{min-width:32px;font-family:Arial;text-align:center;list-style:none;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:0;cursor:pointer;user-select:none;display:inline-block;height:32px;margin-right:8px;line-height:30px;vertical-align:middle}.page-elem-field .item.head{width:60px;min-width:50px}.page-elem-field .item.foot{width:60px;min-width:50px}.page-elem-field .item.active{font-weight:500;border-color:#1890ff;color:#1890ff}.page-elem-field .item:hover{font-weight:500;border-color:#1890ff;color:#1890ff}.page-elem-field .item.item-disable{color:rgba(0,0,0,.25)!important;border-color:#d9d9d9!important;cursor:not-allowed!important}.page-elem-field .item.active:hover{font-weight:500;border-color:#1890ff;color:#1890ff}.page-elem-field-root .toPage{margin-left:10px;width:100px;height:30px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.page-elem-field-root .toPage .inputBox{width:40px;height:30px;box-sizing:border-box;position:relative}.page-elem-field-root .toPage .inputBox .inputborder{width:40px;height:30px;box-sizing:border-box;text-align:center;outline:none;border:1px solid #e2e2e2;z-index:22;position:absolute;left:0;top:0}.page-elem-field-root .toPage .inputBox .show-val{position:absolute;left:0;top:0;width:40px;height:30px;line-height:30px;text-align:center;border:1px solid #e2e2e2;box-sizing:border-box}.page-elem-field-root .toPage:before{content:"前往";display:block;margin-right:5px;width:32px;height:30px;line-height:30px}.page-elem-field-root .toPage:after{content:"页";margin-left:5px;width:16px;height:30px;line-height:30px}.page-elem-field-root .pagesbox{margin-left:10px;width:60px;height:30px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;display:none}.page-elem-field-root .pagesbox .currectPage{color:#00bfff;width:30px;height:30px;line-height:30px;text-align:center}.page-elem-field-root .pagesbox .line{color:#00bfff;width:10px;height:30px;line-height:30px;text-align:center}.page-elem-field-root .pagesbox .allPages{width:30px;height:30px;line-height:30px;text-align:center}
|