当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes
- python100例項
- Zero basis to build a web search engine of its own
- What is the purchasing supplier system? Solution of purchasing supplier management platform
- Behind the first lane level navigation in the industry
- It's time for your financial report to change to a more advanced style -- financial analysis cockpit
- An article taught you to download cool dog music using Python web crawler
- The AI method put forward by China has more and more influence. Tianda et al. Mined the development law of AI from a large number of literatures
- What are Devops
- Gather in Beijing! The countdown to openi 2020
猜你喜欢

统计项目代码行数

What knowledge do Python automated testing learn?

The AI method put forward by China has more and more influence. Tianda et al. Mined the development law of AI from a large number of literatures

How does filecoin's economic model and future value support the price of fil currency breaking through thousands

Small program introduction to proficient (2): understand the four important files of small program development

实用工具类函数(持续更新)

window系统 本机查找端口号占用方法

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

Why is the LS command stuck when there are too many files?

How to play sortable JS vuedraggable to realize nested drag function of forms
随机推荐
Zero basis to build a web search engine of its own
An article takes you to understand CSS3 picture border
华为云微认证考试简介
【字节跳动 秋招岗位开放啦】Ohayoo!放学别走,我想约你做游戏!!!
ES6 learning notes (4): easy to understand the new grammar of ES6
Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes
An article takes you to understand CSS pagination examples
An article takes you to understand CSS gradient knowledge
Elasticsearch Part 6: aggregate statistical query
CCR coin frying robot: the boss of bitcoin digital currency, what you have to know
Building a new generation cloud native data lake with iceberg on kubernetes
2020-09-04:函数调用约定了解么?
Understanding formatting principles
Some operations kept in mind by the front end foundation GitHub warehouse management
DC-1靶機
实用工具类函数(持续更新)
What course of artificial intelligence? Will it replace human work?
MongoDB与SQL常用语法对应表
ERD-ONLINE 免费在线数据库建模工具
消息队列(MessageQueue)-分析