login.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /*授权*/
  2. .accredit-wrap1{
  3. z-index: 99;
  4. }
  5. .accredit-wrap1 .mask1 {
  6. position: fixed;
  7. width: 100%;
  8. height: 100%;
  9. top:0;
  10. left: 0;
  11. background-color: rgba(0, 0, 0, 0.6);
  12. z-index: 99;
  13. }
  14. .accredit-wrap1 .accredit-box1 {
  15. background-color: #fff;
  16. position: fixed;
  17. left: 50%;
  18. top: 50%;
  19. width: 500rpx;
  20. margin-left:-250rpx;
  21. transform: translateY(-50%);
  22. border-radius: 10rpx;
  23. z-index: 99;
  24. }
  25. .accredit-wrap1 .accredit-box1 .box-top1 {
  26. height: 90rpx;
  27. line-height: 90rpx;
  28. text-align: center;
  29. font-size: 32rpx;
  30. font-weight: bold;
  31. border-bottom: 2rpx solid #eee;
  32. }
  33. .accredit-wrap1 .accredit-box1 .box-cont1 .logo1 {
  34. width:80rpx;
  35. height: 80rpx;
  36. margin: 30rpx auto;
  37. }
  38. .accredit-wrap1 .accredit-box1 .box-cont1 .logo1 image {
  39. width:100%;
  40. height: 100%;
  41. }
  42. .accredit-wrap1 .accredit-box1 .box-cont1 .info1 {
  43. margin: 0 50rpx;
  44. border-bottom: 2rpx solid #f4f4f4;
  45. padding-bottom: 20rpx;
  46. font-size: 28rpx;
  47. }
  48. .accredit-wrap1 .accredit-box1 .box-cont1 .tips1 {
  49. font-size: 24rpx;
  50. color: #555;
  51. margin: 0 50rpx;
  52. padding: 20rpx 0;
  53. }
  54. .accredit-wrap1 .accredit-box1 .box-cont1 .btn1 {
  55. background-color: transparent;
  56. font-size: 28rpx;
  57. border-top: 2rpx solid #eee;
  58. margin-top: 20rpx;
  59. color: #4db232;
  60. line-height:2.6;
  61. display:block;
  62. }
  63. .accredit-wrap1 .accredit-box1 .box-cont1 button::after {
  64. display: none;
  65. }