作者 乔爽

update

@@ -65,15 +65,15 @@ body{ @@ -65,15 +65,15 @@ body{
65 width: 1.52rem; 65 width: 1.52rem;
66 height: 0.02rem; 66 height: 0.02rem;
67 background:linear-gradient(-85deg,rgba(110,15,119,1),rgba(3,24,165,1)); 67 background:linear-gradient(-85deg,rgba(110,15,119,1),rgba(3,24,165,1));
68 - /*-webkit-background-clip:text;*/  
69 - /*-webkit-text-fill-color:transparent;*/ 68 + -webkit-background-clip:text;
  69 + -webkit-text-fill-color:transparent;
70 position: absolute; 70 position: absolute;
71 bottom: 0; 71 bottom: 0;
72 72
73 } 73 }
74 .bottom{ 74 .bottom{
75 - margin-top: 0.6rem;  
76 display: flex; 75 display: flex;
  76 + flex-flow: column;
77 } 77 }
78 .bottom_item{ 78 .bottom_item{
79 width: 6.16rem; 79 width: 6.16rem;
@@ -81,4 +81,23 @@ body{ @@ -81,4 +81,23 @@ body{
81 border:1px solid rgba(112,112,112,1); 81 border:1px solid rgba(112,112,112,1);
82 border-radius: 0.08rem; 82 border-radius: 0.08rem;
83 display: flex; 83 display: flex;
  84 + align-items: center;
  85 + box-sizing: border-box;
  86 + padding: 0 0.2rem;
  87 + margin-top: 0.4rem;
  88 +}
  89 +.bottom_item input{
  90 + width: 100%;
  91 + height: 0.6rem;
  92 + box-sizing: border-box;
  93 + padding: 0.2rem;
  94 + font-size: 0.3rem;
  95 + outline: none;
  96 + border: none;
  97 + background-color: transparent;
84 } 98 }
  99 +.bottom_item input::placeholder{
  100 +
  101 + color: #b3b3b3;
  102 +}
  103 +
@@ -6,10 +6,22 @@ @@ -6,10 +6,22 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8 8
9 - <link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/font_1043230_4jilbt7s27s.css"> 9 + <link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/font_1043230_hkazqqzd2pg.css">
10 <link rel="stylesheet" type="text/css" href="css/login.css"> 10 <link rel="stylesheet" type="text/css" href="css/login.css">
11 <script src="js/base.js"></script> 11 <script src="js/base.js"></script>
12 12
  13 +
  14 + <style>
  15 + .icon-Fill{
  16 + font-size: 0.5rem;
  17 + color: #B3B3B3;
  18 + }
  19 + .icon-mima{
  20 + font-size: 0.5rem;
  21 + color: #B3B3B3;
  22 + }
  23 + </style>
  24 +
13 </head> 25 </head>
14 <body> 26 <body>
15 <div class="container"> 27 <div class="container">
@@ -34,9 +46,13 @@ @@ -34,9 +46,13 @@
34 <!--输入框--> 46 <!--输入框-->
35 <div class="bottom"> 47 <div class="bottom">
36 <div class="bottom_item"> 48 <div class="bottom_item">
37 - <div class="iconfont"></div> 49 + <div class="iconfont icon-Fill"></div>
38 <input type="text" placeholder="请输入手机号"> 50 <input type="text" placeholder="请输入手机号">
39 </div> 51 </div>
  52 + <div class="bottom_item">
  53 + <div class="iconfont icon-mima"></div>
  54 + <input type="text" placeholder="请输入密码">
  55 + </div>
40 </div> 56 </div>
41 57
42 </div> 58 </div>