// 本样式仅用于示例页面展示 // 跟扩展没有任何关系 @theme-color: #152584; html, body { margin: 0px; padding: 0px; overflow: hidden; background-color: #f6f6f6; height: 100vh; width: 100vw; background-size: cover; background-position: center; } .layui-tab-brief { > .layui-tab-title { .layui-this { color: @theme-color; &::after { border-color: @theme-color; } } } } .layui-elem-quote { border-color: @theme-color; } .board { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); border-top: 5px solid @theme-color; padding: 20px; border-radius: 5px; background-color: #fff; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); width: 600px; > .board-title { text-align: center; font-size: 35px; font-weight: lighter; } > .board-content { padding: 15px 0px; } } .layui-form { .layui-form-label { width: 100px; } .layui-input-block { margin-left: 130px; } }