摘要:
去掉滚动条: #table_show_content::-webkit-scrollbar{width: 0px;background: gray;} 设置滚动条粗细: #table_show_content::-webkit-scrollbar{width: 2px;background: gra 阅读全文
摘要:
基础说明: 外阴影:box-shadow: X轴 Y轴 Rpx color; 属性说明(顺序依次对应): 阴影的X轴(可以使用负值) 阴影的Y轴(可以使用负值) 阴影模糊值(大小) 阴影的颜色 内阴影:box-shadow: X轴 Y轴 Rpx color inset; 默认是外阴影 内阴影:ins 阅读全文