Template:碧蓝航线轮播/styles.css
跳到导航
跳到搜索
- ul.lbcircle,ul.lbhua {
- margin: 0;
- padding: 0;
- list-style: none!important;
- }
- .lboutbox {
- position: relative;
- width: 500px;
- height: 300px;
- overflow: hidden;
- }
- .lbinbox {
- position: absolute;
- top: 0;
- left: 0;
- height: 300px;
- display: flex;
- transition: left linear 0.5s;
- }
- .lbinbox > div {
- width: 500px;
- height: 300px;
- display:flex;
- justify-content:center;
- align-items:center;
- }
- .lbbox1 {
- background-color: #66ccff;
- }
- .lbcircle {
- position: absolute;
- width: 100%;
- bottom: 0;
- display: flex;
- justify-content: center;
- }
- .lbcircleChild {
- width: 20px;
- height: 20px;
- border-radius: 20px;
- background-color: #fff;
- margin: 10px 10px;
- cursor: pointer;
- }
- .lbcircle > .lbhover {
- background-color: #25b449!important;
- }
- .lbhua {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding:0 3px;
- }
- .lbhua > li {
- color: #fff;
- cursor: pointer;
- border-radius: 1000px;
- display:flex;
- justify-content:center;
- align-items:center;
- width:35px;
- height:35px;
- -webkit-user-select: none;
- user-select: none;
- }
- .lboutbox:hover > .lbhua > li {
- background-color: rgba(0, 0, 0, 0.3);
- }