12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- page {
- background: #ededed;
- }
-
- .container {
- margin-top: 60rpx;
-
- .bg {
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- height: 400rpx;
- margin-bottom: 80rpx;
- }
-
- .topimg {
- image {
- width: 180rpx;
- height: 180rpx;
- border-radius: 50%;
- }
- }
-
- .textl_ogin {
- font-size: 40rpx;
- margin: 0 60rpx 50rpx;
- font-weight: bold;
- }
-
- .login {
- margin-bottom: 80rpx;
- }
-
- .signinnow {
- background:#26B3A0;
- font-size: 34rpx;
- color: #fff;
- margin: 0 60rpx 40rpx;
- text-align: center;
- line-height: 90rpx;
- height: 90rpx;
- border-radius: 16rpx;
- font-weight: bold;
- }
-
- .input {
- // width: 630rpx;
- height: 100rpx;
- padding: 0 30rpx;
- background: #f7f7f7;
- border-radius: 16rpx;
- flex-direction: row;
- // margin-left: 60rpx;
- // margin-bottom: 40rpx;
- margin: 0 60rpx 40rpx;
- font-style: normal;
- font-size: 30rpx;
- font-family: Droid Sans Fallback;
-
- &-icon {
- width: 30rpx;
- height: 38rpx;
- }
- }
-
- .hoversubmit {
- background: #F7F7F7;
- color: #ACACB3;
- }
-
- .vs-flex-item {
- flex: 1;
- margin-left: 16rpx;
- }
- }
-
- .custom-style {
- color: #ff0000;
- width: 220rpx;
- // width: 120rpx;
- }
- button{
- width: 220rpx;
- }
|