🌀(ie): 移除 ie 兼容 css
更新文档
This commit is contained in:
@@ -6,7 +6,17 @@ export default {
|
||||
|
||||
<script setup lang="ts">
|
||||
import "./index.less";
|
||||
import { withDefaults, provide, useSlots, ref, computed, VNode, Ref, Component, watch } from "vue";
|
||||
import {
|
||||
withDefaults,
|
||||
provide,
|
||||
useSlots,
|
||||
ref,
|
||||
computed,
|
||||
VNode,
|
||||
Ref,
|
||||
Component,
|
||||
watch,
|
||||
} from "vue";
|
||||
import CarouselItem from "../carouselItem/index.vue";
|
||||
|
||||
const slot = useSlots() as any;
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
/* 饱和度和亮度 */
|
||||
.saturation-value {
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
@@ -26,7 +25,6 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* 圆圈 */
|
||||
.point {
|
||||
box-sizing: border-box;
|
||||
width: 6px;
|
||||
@@ -47,14 +45,12 @@
|
||||
background: linear-gradient(to top, black, #ffffff00);
|
||||
}
|
||||
|
||||
/* 色调 透明度 */
|
||||
.layui-color-picker-middle {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* 色调滑块条 */
|
||||
.hue-slider {
|
||||
position: relative;
|
||||
margin-bottom: 6px;
|
||||
@@ -72,7 +68,6 @@
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
/* 透明度滑块条 */
|
||||
.alpha-slider {
|
||||
position: relative;
|
||||
height: 10px;
|
||||
@@ -82,7 +77,6 @@
|
||||
background-size: 10px 10px;
|
||||
}
|
||||
|
||||
/* 滑块 */
|
||||
.slider {
|
||||
position: absolute;
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
|
||||
@@ -92,7 +86,6 @@
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* 颜色方块 */
|
||||
.color-diamond {
|
||||
position: relative;
|
||||
margin-left: 5px;
|
||||
@@ -113,7 +106,6 @@
|
||||
background-size: 10px 10px;
|
||||
}
|
||||
|
||||
/* 颜色的值 hex rgba */
|
||||
.color-value {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -157,7 +149,6 @@
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
/* 预设颜色 */
|
||||
.preset {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
.layui-form-item {
|
||||
margin-bottom: 20px;
|
||||
clear: both;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.layui-form-item-right .layui-form-label {
|
||||
@@ -24,7 +23,6 @@
|
||||
.layui-form-item:after {
|
||||
content: "\20";
|
||||
clear: both;
|
||||
*zoom: 1;
|
||||
display: block;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
.layui-fullscreen {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
position: fixed;
|
||||
overflow: auto;
|
||||
z-index: 10;
|
||||
}
|
||||
@@ -85,13 +85,13 @@
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
/* 谷歌--去掉自带的控制按钮 */
|
||||
/* google */
|
||||
input.layui-input::-webkit-outer-spin-button,
|
||||
input.layui-input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/* 火狐--去掉自带的控制按钮 */
|
||||
/* firefox */
|
||||
input.layui-input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
.layui-nav .layui-nav-item {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
vertical-align: middle;
|
||||
line-height: 60px;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
.layui-laypage {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
vertical-align: middle;
|
||||
margin: 10px 0;
|
||||
font-size: 0;
|
||||
@@ -36,8 +34,6 @@
|
||||
.layui-laypage a,
|
||||
.layui-laypage span {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
vertical-align: middle;
|
||||
padding: 0 15px;
|
||||
height: 28px;
|
||||
@@ -117,6 +113,7 @@
|
||||
.layui-laypage select {
|
||||
height: 22px;
|
||||
padding: 3px;
|
||||
margin-top: 4px;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -37,4 +37,4 @@
|
||||
position: static;
|
||||
padding: 0 10px;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/** generate space */
|
||||
.generate-space(@a) {
|
||||
.layui-col-space@{a} {
|
||||
margin: -0.5px * @a;
|
||||
@@ -23,8 +22,6 @@
|
||||
|
||||
.loop-generate-space(1);
|
||||
|
||||
/** generate col xs */
|
||||
|
||||
.generate-col-xs(@a) {
|
||||
.layui-col-xs@{a} {
|
||||
float: left;
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
.layui-slider-btn-v {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
// background-color: @global-back-color;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
border: 2px solid var(--global-primary-color);
|
||||
|
||||
@@ -41,8 +41,6 @@
|
||||
|
||||
.layui-tab-title li {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
vertical-align: middle;
|
||||
font-size: 14px;
|
||||
transition: all 0.2s;
|
||||
@@ -291,15 +289,10 @@
|
||||
|
||||
.layui-tab-more .layui-tab-bar .layui-icon {
|
||||
top: -2px;
|
||||
top: 3px\9;
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
:root .layui-tab-more .layui-tab-bar .layui-icon {
|
||||
top: -2px\0 / IE9;
|
||||
}
|
||||
|
||||
.layui-tab-title li .layui-tab-close {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
@@ -118,7 +118,6 @@ a:hover {
|
||||
|
||||
a cite {
|
||||
font-style: normal;
|
||||
*cursor: pointer;
|
||||
}
|
||||
|
||||
.layui-border-box,
|
||||
|
||||
Reference in New Issue
Block a user