博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
仿海棠学院列表效果
阅读量:5137 次
发布时间:2019-06-13

本文共 3062 字,大约阅读时间需要 10 分钟。

    

我是标题

  • 放下盲目的自信,去找一位好教练
  • 放下盲目的自信,去找一位好教练
  • 放下盲目的自信,去找一位好教练
  • 放下盲目的自信,去找一位好教练
html
@import "public.css";.show-list{
width:400px; margin:20px auto; border-radius:10px; background:#3a404d;}.show-list h1{
padding:10px; color:#fff; font-size: 22px;}.show-list ul{
counter-reset: show-list;/*计数器*/}.show-list li{
position:relative; width:100%; font-size:16px; counter-increment: item;/*计数器*/ color:#fff; background: green; cursor: pointer; z-index:100; transition:all 0.3s linear}.show-list li:last-child{
border-radius:0 0 10px 10px;}.show-list li div{
padding:20px 50px;}.show-list li:before{
content: counter(item)/*"."*/;/*计数器*/ display: block; position:absolute; left:20px; top:50%; margin-top:-10px; width:20px; height:20px; line-height:20px; text-align:center; border-radius:50%; color:#0b391a; background:#fff;}.show-list li:after{
content:">"; position:absolute; right:16px; top:50%; margin-top:-5px; width:10px; height:10px; line-height:10px; text-align:center; color:#0b391a;}.show-list li:hover{
transform:scaleX(1.03)}.show-list li div:before,.show-list li div:after{
position:absolute; z-index:10; content: ""; width:0; height:0;}.show-list li:nth-child(1) div:before,.show-list li:nth-child(1) div:after{
bottom: -10px; border-top: 10px solid green;}.show-list li:nth-child(2) div:before,.show-list li:nth-child(2) div:after{
bottom:-6px; border-top: 6px solid green;}.show-list li:nth-child(3) div:before,.show-list li:nth-child(3) div:after{
bottom:-2px; border-top: 2px solid green;}.show-list li:nth-child(4) div:before,.show-list li:nth-child(4) div:after{
top:-6px; border-bottom: 6px solid green;}.show-list li:nth-child(1) div:before{
left: 0; border-left: 10px solid transparent;}.show-list li:nth-child(1) div:after{
right: 0; border-right: 10px solid transparent;}.show-list li:nth-child(2) div:before{
left: 0; border-left: 6px solid transparent;}.show-list li:nth-child(2) div:after{
right: 0; border-right: 6px solid transparent;}.show-list li:nth-child(3) div:before{
left: 0; border-left: 6px solid transparent;}.show-list li:nth-child(3) div:after{
right: 0; border-right: 6px solid transparent;}.show-list li:nth-child(4) div:before{
left: 0; border-left: 6px solid transparent;}.show-list li:nth-child(4) div:after{
right: 0; border-right: 6px solid transparent;}
2.css

 

转载于:https://www.cnblogs.com/dongxiaolei/p/6721403.html

你可能感兴趣的文章
iptables动作总结之一
查看>>
Integer to Roman——相当于查表法
查看>>
关于ldap的学习
查看>>
JDBC获取表的主键
查看>>
[转]SpringMVC Controller介绍及常用注解
查看>>
Django----djagorest-framwork源码剖析
查看>>
在日本做开发的日子(工作篇 富士通的第一周第一天)
查看>>
河北科技创新平台年报系统
查看>>
element ui 修改默认样式
查看>>
4.28 QBXT模拟赛
查看>>
转!!Tomcat网站上的core和deployer的区别
查看>>
OpenLayers
查看>>
XCODE多行代码缩进快捷键
查看>>
PE详解之IMAGE_OPTIONAL_HEADER32 结构定义即各个属性的作用(PE详解03)
查看>>
Linux线程同步---互斥锁
查看>>
神器VNC
查看>>
状态保持login()和状态清除logout()
查看>>
基础建设者的悲歌
查看>>
第二周周五DailyReporting——PM(李忠)
查看>>
2018-2019-1 20165308 20165317 20165331 实验二 固件程序设计
查看>>