1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .logs_content{
- position: fixed;
- top: 0rpx;
- width:100%;
- height:100%;
- background-color: rgba(56,55,53,0.7);
- }
- .logs_back{
- width: 30rpx;
- height: 30rpx;
- margin-top:60rpx;
- margin-left:60rpx;
- }
- .logs_welcome{
- margin:117rpx 0rpx 0rpx 85rpx;
- line-height: 75rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 50rpx;
- font-family: NotoSansHans-Medium;
- }
- .logs_welcome_withoutlog{
- margin-left:85rpx;
- line-height: 42rpx;
- color: rgba(183, 183, 183, 1);
- font-size: 28rpx;
- font-family: 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: 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: 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: NotoSansHans-Medium;
- }
- .logs_sub_b.active{
- color:#383735;
- }
|