style.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. html{font-size: 100px;}
  2. input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{margin: 0;border: 0;outline: none;}
  3. .head{width: 100%;height: 1.06rem;
  4. /* background: url(../img/head.png) no-repeat; */
  5. background-size: 100% 100%;padding-top: .1rem;}
  6. .logo{display: block;width: .7rem;height: .7rem;margin: 0 auto;}
  7. .wrapper{margin: 0 .25rem;}
  8. .item{display: flex;align-items: center;margin-top: .2rem;}
  9. .icon{width: .16rem;height: .18rem;}
  10. .inpt{flex: 1;}
  11. .inptBox{flex: 1;display: flex;border-bottom: 1px solid #F0F0F0;align-items: center;margin-left: .14rem;}
  12. .img{width: .7rem;height: .3rem;}
  13. .codeBtn{display: block;width: .7rem;height: .3rem;border: 1px solid #0076c7;font-size: .12rem;color: #0076c7;text-align: center;line-height: .28rem;border-radius: .05rem;}
  14. .eyeBtn{width: .5rem;height: .3rem;padding: .1rem 0 0 0;}
  15. .eye{display: block;width: .15rem;height: .1rem;margin: 0 auto;}
  16. .regBtn{width: 100%;height: .45rem;border-radius: .23rem;background: #0076c7;font-size: .18rem;color: #fff;text-align: center;line-height: .45rem;margin-top: .4rem;}
  17. .xiey{font-size: .12rem;color: #666;text-align: center;margin-top: .14rem;line-height: .14rem;position: relative;margin-bottom: .15rem;}
  18. .xiey span{font-size: .12rem;color: #0076c7;}
  19. .xiey:before{display: inline-block;content: '';width: .14rem;height: .14rem;border-radius: 100%;background: #F0F0F0;vertical-align: top;margin-right: .08rem;}
  20. /*.xiey.active:before{width: .12rem;height: .12rem;border: 1px solid #28D28B;background: #fff;}*/
  21. .xiey.active:before{background: url(../img/quan.png);background-size: 100% 100%;}
  22. /*.xiey.active:after{display: inline-block;content: '';width: .1rem;height: .1rem;border-radius: 100%;background: #28D28B;position: absolute;left: 11.6%;top: 2px;}*/
  23. /*弹窗*/
  24. .Mask{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;}
  25. .content{width: 72%;border-radius: .05rem;background: #fff;padding: .2rem .2rem .15rem;}
  26. .name{font-size: .16rem;text-align: center;color: #333;padding-bottom: .15rem;}
  27. .neir{font-size: .12rem;color: #6E6E6E;line-height: .16rem;min-height: 2rem;max-height: 4rem;overflow: auto;}
  28. .neir::-webkit-scrollbar{display:none;}
  29. .btn{width: 90%;height: .36rem;border-radius: .18rem;background: #0076c7;text-align: center;line-height: .36rem;font-size: .14rem;color: #fff;margin-top: .2rem;margin-left: 5%;}
  30. /*ans.html---------------------*/
  31. .header{width: 100%;height: .44rem;background: #0076c7;font-size: .18rem;color: #fff;text-align: center;line-height: .44rem;}
  32. .box{margin: .15rem;}
  33. .timu{font-size: .16rem;color: #333;line-height: .22rem;}
  34. .timu span{display: inline-block;height: .2rem;line-height: .2rem;border-radius: .03rem;padding: 0 .06rem;background: #0076c7;font-size: .12rem;color: #fff;margin-right: .08rem;}
  35. .daBox{display: flex;align-items: center;margin-top: .28rem;}
  36. .daBox span{display: block;width: 8%;font-size: .16rem;}
  37. .daBox p{flex: 1;width: 92%;font-size: .16rem;color: #333;line-height: .2rem;}
  38. .daBox.active span,.daBox.active p{color: #0076c7;}
  39. .goBtn{width: 88%;height: .4rem;position: absolute;left: 5.9%;bottom: 5%;z-index: 2;}
  40. .maskImg{width: 100%;position: absolute;bottom: 0;left: 0;}