|
@@ -0,0 +1,84 @@
|
|
|
+.main {
|
|
|
+ float: left;
|
|
|
+ width: 88%;
|
|
|
+ height: 100%;
|
|
|
+ margin: 0 50rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.main .title {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin: 180rpx 0 140rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .title text {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(40, 40, 40, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.main .form {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .form input {
|
|
|
+ height: 108rpx;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.main .form .save {
|
|
|
+ float: left;
|
|
|
+ width: 650rpx;
|
|
|
+ height: 108rpx;
|
|
|
+ background: rgba(233, 2, 29, 1);
|
|
|
+ border-radius: 54px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .form .save button {
|
|
|
+ padding: 0;
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ height: 108rpx;
|
|
|
+ line-height: 108rpx;
|
|
|
+ padding: 0;
|
|
|
+ background: transparent;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.main .form .unBtnPass {
|
|
|
+ float: right;
|
|
|
+ margin: 30rpx 0 100rpx 0;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.main .form .unBtnPass button {
|
|
|
+ padding: 0;
|
|
|
+ background: transparent;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(136, 136, 136, 1);
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.register {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin: 50rpx 0 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.register button {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: Adobe Heiti Std;
|
|
|
+ font-weight: normal;
|
|
|
+ text-decoration: underline;
|
|
|
+ color: rgba(233, 2, 29, 1);
|
|
|
+ background: transparent;
|
|
|
+ padding: 0;
|
|
|
+}
|