12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- * {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration:none;
- color:#000;
- }
- html {
- height: 100%;
- widrth: 100%;
- font-size: 100px;
- }
- body {
- width: 100%;
- height: 100%;
- overflow: hidden;
- font-family: 微软雅黑, Microsoft YaHei, 黑体, SimHei;
- display: flex;
- font-size: 0.14rem;
- }
- li {
- list-style: none;
- }
- thead th {
- border-bottom: none !important;
- }
- .main {
- width: 80%;
- margin: auto;
- }
- .logo {
- width: 100%;
- text-align: center;
- margin-bottom: 0.55rem;
- }
- .text1 {
- font-size: 0.22rem;
- line-height: 0.45rem;
- }
- .text2 {
- font-size: 0.1rem;
- color: #CCC;
- margin-bottom: 0.5rem;
- }
- .text3 {
- font-size: 0.18rem;
- margin-bottom: 0.1rem;
- }
- .textbox {
- border: 0;
- border-bottom: 1px #EEE solid;
- width: 100%;
- height: 0.3rem;
- line-height: 0.3rem;
- font-size: 0.16rem;
- }
- .account {
- margin-bottom: 0.14rem;
- }
- .password {
- margin-bottom: 0.3rem;
-
- }
- .confirm {
- background-color: #409EE1;
- height: 0.45rem;
- line-height: 0.45rem;
- border-radius: 0.3rem;
- text-align: center;
- color: white;
- font-size: 0.16rem;
- }
|