抖音c端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 роки тому
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .box{
  2. width: 100%;
  3. height: 100vh;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. background: rgba(0, 0, 0, 0.3);
  8. z-index: 100000;
  9. }
  10. .phoneBox{
  11. position: absolute;
  12. width: 80%;
  13. /* height: 200rpx; */
  14. border-radius: 12rpx;
  15. background-color: #f6f6f6;
  16. transform: translate(-50%, -50%);
  17. top: 50%;
  18. left: 50%;
  19. overflow: hidden;
  20. }
  21. .userPhone{
  22. overflow: hidden;
  23. margin: 20rpx ;
  24. }
  25. .inputPhone{
  26. float: left;
  27. text-indent: 40rpx;
  28. font-size: 28rpx;
  29. color: #000;
  30. letter-spacing: 0;
  31. margin-top: 28rpx;
  32. width: 50%;
  33. display: block;
  34. }
  35. .btn{
  36. width: 210rpx !important;
  37. border-radius: 16rpx;
  38. margin-top: 12rpx;
  39. margin-right: 30rpx;
  40. font-size: 30rpx!important;
  41. letter-spacing: 0;
  42. padding: 0!important;
  43. float: right;
  44. height: 80rpx;
  45. line-height: 80rpx;
  46. background: #52a0fd;
  47. color: #fff;
  48. text-align: center;
  49. }
  50. .auth{
  51. width: 50%;
  52. text-indent: 40rpx;
  53. font-size: 28rpx;
  54. color: #000;
  55. letter-spacing: 0;
  56. margin: 20rpx;
  57. }
  58. .send{
  59. width: 80%;
  60. line-height: 80rpx;
  61. height: 80rpx;
  62. background: #52a0fd;
  63. color: #fff;
  64. font-size: 36rpx;
  65. text-align: center;
  66. margin: 40rpx auto 20rpx auto;
  67. border-radius: 12rpx;
  68. font-size: 30rpx;
  69. }
  70. .hiePhone{
  71. width: 80%;
  72. margin: 10rpx auto;
  73. overflow: hidden;
  74. }
  75. .f{
  76. float: left;
  77. font-size: 30rpx;
  78. height: 60rpx;
  79. line-height: 60rpx;
  80. margin-left: 30%;
  81. }
  82. .r{
  83. width: 40rpx;
  84. height: 40rpx;
  85. /* line-height: 60rpx; */
  86. text-align: center;
  87. float: right;
  88. margin-top: 10rpx;
  89. /* font-size: 30rpx; */
  90. }
  91. input{
  92. text-align: left;
  93. }