logs.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .logs_content{
  2. position: fixed;
  3. top: 0rpx;
  4. width:100%;
  5. height:100%;
  6. background-color: rgba(56,55,53,0.7);
  7. }
  8. .logs_back{
  9. width: 30rpx;
  10. height: 30rpx;
  11. margin-top:60rpx;
  12. margin-left:60rpx;
  13. }
  14. .logs_welcome{
  15. margin:117rpx 0rpx 0rpx 85rpx;
  16. line-height: 75rpx;
  17. color: rgba(255, 255, 255, 1);
  18. font-size: 50rpx;
  19. font-family: NotoSansHans-Medium;
  20. }
  21. .logs_welcome_withoutlog{
  22. margin-left:85rpx;
  23. line-height: 42rpx;
  24. color: rgba(183, 183, 183, 1);
  25. font-size: 28rpx;
  26. font-family: NotoSansHans-DemiLight;
  27. }
  28. .logs_phone_num{
  29. width:674rpx;
  30. border-bottom: 1px solid rgba(104, 104, 104, 1);
  31. margin:48rpx auto 0rpx;
  32. height: 88rpx;
  33. line-height: 88rpx;
  34. color:white;
  35. font-size: 28rpx;
  36. font-family: NotoSansHans-DemiLight;
  37. padding-left:47rpx;
  38. }
  39. .logs_code_c{
  40. width:674rpx;
  41. border-bottom: 1px solid rgba(104, 104, 104, 1);
  42. margin:38rpx auto 0rpx;
  43. height: 88rpx;
  44. color:white;
  45. line-height: 88rpx;
  46. font-size: 28rpx;
  47. font-family: NotoSansHans-DemiLight;
  48. display: flex;
  49. padding-left:47rpx;
  50. }
  51. .logs_code_num{
  52. height: 88rpx;
  53. flex: 1;
  54. }
  55. .logplaceh{
  56. color: rgba(183, 183, 183, 1);
  57. }
  58. .get_code_bt{
  59. width: 186rpx;
  60. height: 57rpx;
  61. line-height: 57rpx;
  62. border-radius: 6rpx;
  63. background-color: rgba(183, 183, 183, 1);
  64. color:white;
  65. text-align: center;
  66. }
  67. .get_code_bt.active{
  68. background-color: #FFE600;
  69. color: rgba(56, 55, 53, 1);
  70. }
  71. .logs_sub_b{
  72. margin:76rpx auto 0rpx;
  73. width: 620rpx;
  74. height: 88rpx;
  75. line-height: 88rpx;
  76. border-radius: 6rpx;
  77. background: linear-gradient(270deg,#FFD800,#FFE600);
  78. text-align: center;
  79. color: rgba(56, 55, 53, 0.2);
  80. font-size: 32rpx;
  81. font-family: NotoSansHans-Medium;
  82. }
  83. .logs_sub_b.active{
  84. color:#383735;
  85. }