From 3de73a9f85fea89e4b5a172c2bed1a5ba9fb4b43 Mon Sep 17 00:00:00 2001 From: zjm2xzy99 <864576945@qq.com> Date: Thu, 17 Jan 2019 09:09:50 +0800 Subject: [PATCH] first commit --- denglu/denglu.wxss | 82 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 denglu/denglu.wxss diff --git a/denglu/denglu.wxss b/denglu/denglu.wxss new file mode 100644 index 0000000..7da8b31 --- /dev/null +++ b/denglu/denglu.wxss @@ -0,0 +1,82 @@ +page{ + height: 100%; +} + +.container { + height: 100%; + display: flex; + flex-direction: column; + padding: 0; + box-sizing: border-box; + background-color: #f2f2f2 +} + +/*登录图片*/ +.login-icon{ + flex: none; +} +.login-img{ + width: 750rpx; +} + +/*表单内容*/ +.login-from { + margin-top: 20px; + flex: auto; + height:100%; +} + +.inputView { + background-color: #fff; + line-height: 44px; +} +/*输入框*/ +.nameImage, .keyImage { + margin-left: 42px; + width: 14px; + height: 14px +} + +.loginLab { + margin: 15px 15px 15px 10px; + color: #545454; + font-size: 14px +} +.inputText { + flex: block; + float: right; + text-align: right; + margin-right: 22px; + margin-top: 11px; + width: 290px; + + color: #000; + + font-size: 14px; +} + +.line { + width: 100%; + height: 1px; + background-color: #cccccc; + margin-top: 1px; +} +/*按钮*/ +.loginBtnView { + width: 100%; + height: auto; + + + + margin-top: 0px; + margin-bottom: 0px; + padding-bottom: 0px; +} + +.loginBtn { + width: 80%; + margin-top: 35px; + + background-color:rgb(253, 153, 65); + +}