123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .head-img{
- border-radius: 50%;
- width: 156rpx;
- height: 156rpx;
- margin: 20rpx auto;
- }
- .input-active {
- border-bottom: 1rpx #fb4747 solid;
- }
- .login-page {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 130rpx 100rpx 0;
- box-sizing: border-box;
- }
- input {
- width: 100%;
- height: 50rpx;
- margin-top: 60rpx;
- border-bottom: 1rpx #2c2c2c solid;
- padding-bottom: 10rpx;
- font-size: 32rpx;
- }
- .login {
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #fb4747;
- color: white;
- font-size: 32rpx;
- border-radius: 20rpx;
- margin-top: 100rpx;
- text-align: center;
- }
- .register-btn {
- font-size: 32rpx;
- color: #8a8a8a;
- text-decoration: underline;
- }
- .demo-people-link {
- color: #00c0fa;
- text-decoration: underline;
- margin-top: 10rpx;
- display: block;
- }
- .hover{
- background-color: #fb4747;
- }
- .experience-area {
- margin-top: 20rpx;
- font-size: 14px;
- display: flex;
- flex-direction: column;
- }
- .mpwx-img{
- width: 300rpx;
- height: 300rpx;
- margin: 20rpx auto;
- }
- .zixun{
- width: 55px;
- height: 55px;
- position: fixed;
- top: 15px;
- right: 35px;
- border-radius: 50%;
- box-shadow: 0 0 5px #ddd;
- text-align: center;
- font-size: 14px;
- color: #333;
- background: url(https://sample.o2oa.net/contact_us.png) center center no-repeat;
- }
- .zixun .kf{
- position: relative;
- top: 0px;
- left: 0px;
- margin:15px auto;
- opacity: 0;
- }
- .zixun_text {
- width: 85px;
- height: 25px;
- position: fixed;
- top: 70px;
- right: 20px;
- font-size: 13px;
- text-align: center;
- }
|