hm-react-cli
Version:
Create a Huimei React project by module
101 lines (92 loc) • 2.07 kB
text/less
#app {
// position: relative;
height: 100%;
// background-color: #ececec;
padding: 0px 10px;
color: #000;
.wrapper {
box-sizing: border-box;
padding: 15px 10px;
background-color: #fff;
height: 100%;
.box {
padding: 15px 10px;
width: 500px;
height: 400px;
border: 1px solid #000;
background-color: #fff;
margin: 0 auto;
// position: absolute;
// top: 50%;
// left: 50%;
// margin-left: -150px;
// margin-top: -150px;
.text {
margin-bottom: 4px;
}
button {
margin-right: 5px;
// margin-top: 10px;
// // background-color: #87ceeb;
// border: none;
// outline: none;
// padding: 4px 8px;
}
}
}
input {
// color: #000;
}
}
@hack:~ "\0";
.ant-spin-nested-loading * {
filter: alpha(opacity=90) @hack;
}
.ant-spin-dot:before,
.ant-spin-dot:after {
height: 18px;
width: 18px;
overflow: hidden;
// border-radius: none;
animation: none;
opacity: none;
border-radius: 0\0;
// background: url('./assets/images/loading.gif') @hack;
}
.code-box-demo > div {
overflow: hidden;
}
.code-box-demo .buttons {
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
}
.baseLatout {
font-size: 16px;
padding-left: 50px;
h3 {
margin-bottom: 10px;
}
li {
width: 100px;
float: left;
// display: list-item;
// text-align: -webkit-match-parent;
margin: 8px 0;
}
a {
font-size: 14px;
// text-decoration: none;
}
}
.demo-col {
padding: 5px 0;
text-align: center;
border-radius: 6px;
min-height: 30px;
margin-top: 10px;
margin-bottom: 10px;
color: #fff;
background-color: #6ac2f5;
border: 1px solid rgb(131, 212, 236);
}