当前位置:网站首页>html+ vue.js Implementing paging compatible IE
html+ vue.js Implementing paging compatible IE
2020-11-06 21:07:00 【itread01】
1. Make it simple CSS, The code here is folded
[v-cloak] {
display: none;
}
#app {
text-align: center;
padding-top: 300px;
height:500px;
}
.pageContainer {
width: 800px;
margin: 100px auto;
text-align: center;
font-size: 14px;
color: #A3A3A3;
}
.pageContainer ul.pagesInner {
height: 30px;
line-height: 30px;
display: inline-block;
padding: 0;
}
.pageContainer ul.pagesInner li {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid #E5E5E5;
margin: 0 5px;
list-style: none;
}
.pageContainer ul.pagesInner li.actived {
background: #FF6200;
color: #ffffff;
}
.pageContainer .page-size-box {
position: relative;
display: inline-block;
width: 70px;
border: 1px solid #E5E5E5;
height: 30px;
line-height: 30px;
}
.pageContainer ul.size-option {
display: inline-block;
border: 1px solid #E5E5E5;
position: absolute;
margin: 0;
padding: 0;
left: 0;
top: -120px;
background: #ffffff;
}
.pageContainer ul.size-option li{
list-style: none;
width: 70px;
}
.pageContainer ul.size-option li:hover{
color: #FF6200;
}
.pageContainer form {
display: inline-block;
}
.pageContainer form input,
.pageContainer button {
outline: none;
padding: 0;
width: 46px;
height: 30px;
background: #ffffff;
border: 1px solid #E5E5E5;
color: #A3A3A3;
}
- <
- {{item}}
- >
- {{item}} Strip / Page
版权声明
本文为[itread01]所创,转载请带上原文链接,感谢
边栏推荐
- How does filecoin's economic model and future value support the price of fil currency breaking through thousands
- Network programming NiO: Bio and NiO
- An article takes you to understand CSS pagination examples
- 消息队列(MessageQueue)-分析
- The importance of big data application is reflected in all aspects
- 代码重构之法——方法重构分析
- GitHub: the foundation of the front end
- Get twice the result with half the effort: automation without cabinet
- Try to build my mall from scratch (2): use JWT to protect our information security and perfect swagger configuration
- WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
猜你喜欢
意外的元素..所需元素..
ado.net和asp.net的关系
Outsourcing is really difficult. As an outsourcer, I can't help sighing.
实用工具类函数(持续更新)
华为云微认证考试简介
GitHub: the foundation of the front end
Summary of front-end performance optimization that every front-end engineer should understand:
【:: 是什么语法?】
An article taught you to download cool dog music using Python web crawler
ES6 learning notes (2): teach you to play with class inheritance and class objects
随机推荐
A small goal in 2019 to become a blog expert of CSDN
mongo 用户权限 登录指令
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:曾文旌
Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes
Analysis of serilog source code -- how to use it
Elasticsearch database | elasticsearch-7.5.0 application construction
2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
EOS founder BM: what's the difference between UE, UBI and URI?
Flink's datasource Trilogy: direct API
An article takes you to understand CSS pagination examples
Outsourcing is really difficult. As an outsourcer, I can't help sighing.
常用SQL语句总结
The importance of big data application is reflected in all aspects
【学习】接口测试用例编写和测试关注点
StickEngine-架构12-通信协议
Zero basis to build a web search engine of its own
An article takes you to understand CSS gradient knowledge
An article taught you to download cool dog music using Python web crawler
How does filecoin's economic model and future value support the price of fil currency breaking through thousands
游戏开发中的新手引导与事件管理系统