/* pages/login/loginNew/loginNew.wxss */ .box { display: flex; justify-content: center; flex-wrap: wrap; } .img_box { width: 60vw; height: 60vw; margin: 100px 0 30px; } .pic { width: 100%; height: 100%; } .box_title { width: 100%; text-align: center; margin: 15px 0; font-weight: bold; } .box_grey { width: 100%; text-align: center; color: #999; } .fied_box { position: fixed; bottom: 40px; width: 100%; padding: 0 30px; box-sizing: border-box; } .small_font { display: flex; justify-content: center; font-size: 12px; margin: 10px 0 0; } .blue_font { color: #3578F9; text-decoration:underline; }