| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- /* pages/staff/login/index.wxss */
- .logo{
- width: 293rpx;
- height: 300rpx;
- margin: 30rpx auto 0;
- }
- .register{
- margin-top: 88rpx;
- padding: 0 40rpx;
- }
- .register .van-cell{
- padding: 50rpx 0 20rpx;
- border-bottom: 2rpx solid rgba(235,235,235,1);
- }
- .register .van-cell__title{
- min-width: 102rpx !important;
- max-width: 102rpx !important;
- margin-right: 30rpx;
- }
- .van-button.sendvericode{
- display: inline-block;
- width:198rpx;
- height:48rpx !important;
- border:2rpx solid rgba(85,141,224,1);
- border-radius:8rpx;
- color:rgba(85,141,224,1);
- font-size:22rpx;
- line-height: 48rpx !important;
- text-align: center;
- background: #ffffff;
- }
- .van-button.sendvericode.sended{
- border:2rpx solid rgba(184,188,204,1);
- color:rgba(184,188,204,1);
- }
- .sendvericode.van-button--plain.van-button--primary.sended{
- color:rgba(184,188,204,1);
- }
- .sendvericode.van-button--normal{
- padding: 0;
- font-size: 22rpx;
- }
- .sendvericode.van-button--plain.van-button--primary{
- color: #558DE0;
- }
- .tijiao.van-button{
- margin-top: 60rpx;
- font-size:30rpx !important;
- height:80rpx !important;
- line-height: 80rpx !important;
- border-radius:12rpx !important;
- background:rgba(85,141,224,1);
- }
- .tijiao.van-button.van-button--info{
- border: 0 none;
- }
- .agreement{
- margin-top: 30rpx;
- }
- .agreement .text{
- display: inline-block;
- color: #558DE0;
- font-size: 22rpx !important;
- }
- .van-radio__label{
- font-size:22rpx !important;
- color: #B8BCCC;
- }
- .wechat_wrap{
- padding-top: 214rpx;
- width: 576rpx;
- margin: 0 auto;
- text-align: center;
- }
- .wechat_wrap .wechat_title{
- color:rgba(82,86,102,1);
- font-size:24rpx;
- }
- .wechat_wrap .wechat_title::before,.wechat_wrap .wechat_title::after{
- content: "";
- display: inline-block;
- width: 200rpx;
- height: 1rpx;
- background:rgba(184,188,204,1);
- vertical-align: middle;
- }
- .wechat_wrap .wechat_title::before{
- margin-right: 40rpx;
- }
- .wechat_wrap .wechat_title::after{
- margin-left: 40rpx;
- }
- .wechat_wrap .wechat{
- margin: 60rpx auto 123rpx;
- text-align: center;
- }
- .wechat_wrap .wechat .icon{
- display: inline-block;
- width: 88rpx;
- height: 88rpx;
- }
- .wechat_wrap .wechat .info{
- margin-top: 20rpx;
- font-size:22rpx;
- font-weight:500;
- color:rgba(82,86,102,1);
- }
|