当前位置:网站首页>html+vue.js 實現分頁可相容IE
html+vue.js 實現分頁可相容IE
2020-11-06 21:07:00 【itread01】
1.簡單搞一搞 CSS,此處程式碼有摺疊
[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}}條/頁
版权声明
本文为[itread01]所创,转载请带上原文链接,感谢
https://www.itread01.com/content/1604667722.html
边栏推荐
- Natural language processing - wrong word recognition (based on Python) kenlm, pycorrector
- Individual annual work summary and 2019 work plan (Internet)
- 每个前端工程师都应该懂的前端性能优化总结:
- Discussion on the technical scheme of text de duplication (1)
- Do not understand UML class diagram? Take a look at this edition of rural love class diagram, a learn!
- 零基础打造一款属于自己的网页搜索引擎
- 6.1.1 handlermapping mapping processor (1) (in-depth analysis of SSM and project practice)
- Mac installation hanlp, and win installation and use
- 前端都应懂的入门基础-github基础
- 前端工程师需要懂的前端面试题(c s s方面)总结(二)
猜你喜欢
Filecoin主网上线以来Filecoin矿机扇区密封到底是什么意思
Summary of common string algorithms
Windows 10 tensorflow (2) regression analysis of principles, deep learning framework (gradient descent method to solve regression parameters)
If PPT is drawn like this, can the defense of work report be passed?
With the advent of tensorflow 2.0, can pytoch still shake the status of big brother?
Word segmentation, naming subject recognition, part of speech and grammatical analysis in natural language processing
In order to save money, I learned PHP in one day!
一篇文章教会你使用Python网络爬虫下载酷狗音乐
I think it is necessary to write a general idempotent component
Elasticsearch数据库 | Elasticsearch-7.5.0应用搭建实战
随机推荐
Relationship between business policies, business rules, business processes and business master data - modern analysis
Natural language processing - wrong word recognition (based on Python) kenlm, pycorrector
What is the side effect free method? How to name it? - Mario
Advanced Vue component pattern (3)
百万年薪,国内工作6年的前辈想和你分享这四点
Shh! Is this really good for asynchronous events?
Cglib 如何实现多重代理?
The road of C + + Learning: from introduction to mastery
前端未來趨勢之原生API:Web Components
比特币一度突破14000美元,即将面临美国大选考验
I think it is necessary to write a general idempotent component
How to demote domain controllers and later in Windows Server 2012
大道至简 html + js 实现最朴实的小游戏俄罗斯方块
5.5 controlleradvice notes - SSM in depth analysis and project practice
一篇文章带你了解CSS 渐变知识
Interpretation of Cocos creator source code: engine start and main loop
[actual combat of flutter] pubspec.yaml Configuration file details
[event center azure event hub] interpretation of error information found in event hub logs
Windows 10 tensorflow (2) regression analysis of principles, deep learning framework (gradient descent method to solve regression parameters)
带你学习ES5中新增的方法