123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .logs_content{
- position: fixed;
- top: 0rpx;
- width:100%;
- height:100%;
- background-color: rgba(56,55,53,0.95);
- z-index:200;
- }
- .logs_back{
- width: 50rpx;
- height: 50rpx;
- margin-top:200rpx;
- margin-left:60rpx;
- }
- .logs_welcome{
- margin:117rpx 0rpx 0rpx 60rpx;
- line-height: 75rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 50rpx;
- font-family: PingFangSC-Medium,NotoSansHans-Medium;
- }
- .logs_welcome_withoutlog{
- margin-left:60rpx;
- line-height: 42rpx;
- color: rgba(183, 183, 183, 1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .logs_phone_num{
- width:674rpx;
- border-bottom: 1px solid rgba(104, 104, 104, 1);
- margin:48rpx auto 0rpx;
- height: 88rpx;
- line-height: 88rpx;
- color:white;
- font-size: 28rpx;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- padding-left:47rpx;
- }
- .logs_code_c{
- width:674rpx;
- border-bottom: 1px solid rgba(104, 104, 104, 1);
- margin:38rpx auto 0rpx;
- height: 88rpx;
- color:white;
- line-height: 88rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- display: flex;
- padding-left:47rpx;
- }
- .logs_code_num{
- height: 88rpx;
- flex: 1;
- }
- .logplaceh{
- color: rgba(183, 183, 183, 1);
- }
- .get_code_bt{
- width: 186rpx;
- height: 57rpx;
- line-height: 57rpx;
- border-radius: 6rpx;
- background-color: rgba(183, 183, 183, 1);
- color:white;
- text-align: center;
- }
- .get_code_bt.active{
- background-color: #FFE600;
- color: rgba(56, 55, 53, 1);
- }
- .logs_sub_b{
- margin:76rpx auto 0rpx;
- width: 620rpx;
- height: 88rpx;
- line-height: 88rpx;
- border-radius: 6rpx;
- background: linear-gradient(270deg,#FFD800,#FFE600);
- text-align: center;
- color: rgba(56, 55, 53, 0.2);
- font-size: 32rpx;
- font-family: PingFangSC-Medium,NotoSansHans-Medium;
- }
- .logs_sub_b.active{
- color:#383735;
- }
|