设置黄色背景变成白色背景:input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;} input:-webkit-autofill:focus { box-shadow: 0 0 0px 1000px wh ...
分类:
其他好文 时间:
2019-09-27 21:00:40
阅读次数:
323
 1、基础用法:text-shadow: 1px 1px 5px rgb(106, 103, 103); 2、基础参数: h-shadow:必需。水平阴影的位置。允许负值。 v-shadow:必需。垂直阴影的位置。允许负值。 blur:可选。模糊的距离。 col ...
分类:
Web程序 时间:
2019-09-21 22:59:57
阅读次数:
121
一、阴影 yarn add react-native-shadow yarn add react-native-svg react-native link react-native-svg import {BoxShadow} from 'react-native-shadow'render() { ...
分类:
其他好文 时间:
2019-09-21 12:46:17
阅读次数:
87