当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- GitHub: the foundation of the front end
- Outsourcing is really difficult. As an outsourcer, I can't help sighing.
- Bitcoin once exceeded 14000 US dollars and is about to face the test of the US election
- 2020-08-24:什么是小文件?很多小文件会有什么问题?很多小文件怎么解决?(大数据)
- From overseas to China, rancher wants to do research on container cloud market
- ERD-ONLINE 免费在线数据库建模工具
- jenkins安装部署过程简记
- (2) ASP.NET Core3.1 Ocelot routing
- 代码重构之法——方法重构分析
- 2020年数据库技术大会助力技术提升
猜你喜欢

An article taught you to download cool dog music using Python web crawler

Why is quicksort so fast?

What are the common problems of DTU connection

Use modelarts quickly, zero base white can also play AI!

es创建新的索引库并拷贝旧的索引库 实践亲测有效!

Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes

How does cglib implement multiple agents?

统计项目代码行数

ES6 learning notes (4): easy to understand the new grammar of ES6

An article will take you to understand CSS alignment
随机推荐
Gather in Beijing! The countdown to openi 2020
2020-09-03:裸写算法:回形矩阵遍历。
事件监听问题
To teach you to easily understand the basic usage of Vue codemirror: mainly to achieve code editing, verification prompt, code formatting
WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
大数据处理黑科技:揭秘PB级数仓GaussDB(DWS) 并行计算技术
What are the criteria for selecting a cluster server?
How to turn data into assets? Attracting data scientists
解决 WPF 绑定集合后数据变动界面却不更新的问题
window系统 本机查找端口号占用方法
The method of realizing high SLO on large scale kubernetes cluster
es创建新的索引库并拷贝旧的索引库 实践亲测有效!
Introduction to Google software testing
html+vue.js 實現分頁可相容IE
Contract trading system development | construction of smart contract trading platform
Axios learning notes (2): easy to understand the use of XHR and how to package simple Axios
2020-08-29:进程线程的区别,除了包含关系之外的一些区别,底层详细信息?
ES6 learning notes (5): easy to understand ES6's built-in extension objects
Some operations kept in mind by the front end foundation GitHub warehouse management
Why is quicksort so fast?