| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | @import "/css/form.wxss";/* 根目录按钮样式 */.login-custom-class {    font-size: 42rpx !important;    font-family: PingFangSC-Medium, PingFang SC !important;    font-weight: 500;    line-height: 58rpx;}/* 输入提示定位 */.input_text_tips {    position: absolute;    top: 0;    left: 200rpx;    transform: translate(0, -63%);}/* logo */.login_logo {    width: 186rpx;    height: 160rpx;    margin: 60rpx auto 0;}.login_logo>image {    width: 100%;    height: 100%;}/* 按钮 */.input_text_but {    width: 340rpx;    height: 98rpx;    margin: 70rpx auto 0;    border-radius: 49rpx;    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);    overflow: hidden;}/* 跳过 */.jump-over {    display: flex;    justify-content: center;    width: 100vw;    font-size: 32rpx;    margin-top: 15rpx;    color: #000000;    opacity: .5;}
 |