logs.wxss 1.7 KB

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