bind-phone.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .phone-bind-box {
  2. overflow: hidden;
  3. position: absolute;
  4. z-index: 9999;
  5. bottom: 0;
  6. border-radius: 5px;
  7. font-size: 14px;
  8. line-height: 2em;
  9. box-sizing: border-box;
  10. color: #666;
  11. }
  12. .common-mask {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. bottom: 0;
  17. right: 0;
  18. z-index: 8888;
  19. }
  20. .bg-black{
  21. background: rgba(0,0,0,.7);
  22. ;}
  23. .phone-bind-member {
  24. text-align: center;
  25. color: #47a8ef;
  26. line-height: 45px;
  27. height: 45px;
  28. }
  29. .phone-member-list {
  30. background: #fff;
  31. overflow: hidden;
  32. margin-bottom: 65px;
  33. padding-top: 15px;
  34. }
  35. .phone-member-btn {
  36. background: #47a8ef;
  37. color: #fff;
  38. border-radius: 5px;
  39. text-align: center;
  40. padding: 10px 0;
  41. }
  42. .phone-member-back {
  43. background: none;
  44. color: #17b3ec;
  45. border: 1px solid #17b3ec;
  46. }
  47. .phone-member-item {
  48. width: 25%;
  49. float: left;
  50. margin-bottom: 10px;
  51. display: flex;
  52. flex-direction: column;
  53. justify-content: center;
  54. align-items: center;
  55. overflow: hidden;
  56. text-align: center;
  57. }
  58. .phone-member-img {
  59. border-radius: 50%;
  60. width: 80%;
  61. }
  62. .phone-member-name {
  63. margin-top: 5px;
  64. }
  65. .muilt-loginBox {
  66. width: 260px;
  67. padding: 15px;
  68. background: #fff;
  69. position: absolute;
  70. z-index: 9999;
  71. top: 50%;
  72. left: 50%;
  73. transform: translate(-50%,-50%);
  74. }
  75. .muilt-loginBox-tit {
  76. text-align: center;
  77. font-size: 16px;
  78. color: #333;
  79. font-weight: bold;
  80. }
  81. .muilt-loginBox-txt {
  82. color: #666;
  83. font-size: 14px;
  84. margin-top: 15px;
  85. }
  86. .muilt-loginBox-name {
  87. color: #666;
  88. }
  89. .muilt-loginBox-item {
  90. width: 33%;
  91. padding: 10px;
  92. box-sizing: border-box;
  93. float: left;
  94. }
  95. .muilt-loginBox-box {
  96. background: #fff;
  97. overflow: hidden;
  98. margin-bottom: 15px;
  99. padding-top: 15px;
  100. }