/*--------------------------------------------------------------- | 样式重置 | ---------------------------------------------------------------*/ @import "./conf"; // * { // margin: 0; // padding: 0; // } page { height: 100%; background-attachment: fixed; color: $fc1; font-size: 28rpx; font-family: Source Han Serif SC; } input, textarea { outline: none; border: none; -webkit-appearance: none; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); font-family: Source Han Serif SC; &:hover { transition: all 0.15s; -webkit-touch-callout: none; } }