| 123456789101112131415161718192021222324252627 |
- /* pages/login/index.wxss */
- .sg-login-box {
- position: fixed;
- top: 400rpx;
- left: 0;
- width: 100%;
- }
- .sg-form .van-cell__left-icon-wrap {
- color: #195ED7;
- }
- .sg-wechat-img {
- width: 100rpx;
- }
- .sg-login-box .sg-title {
- width: 250rpx;
- margin: auto;
- border-bottom: 3px solid #195ED7;
- padding-bottom: 5px;
- }
- .sg-third-box {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .sg-container {
- background: transparent;
- }
|