|
|
@ -1117,3 +1117,41 @@ line-height: 40rpx; |
|
|
|
.bg_new_left{ |
|
|
|
margin-right: 20px; |
|
|
|
} |
|
|
|
.electron{ |
|
|
|
position:relative; |
|
|
|
width: 100%; |
|
|
|
height: 100rpx; |
|
|
|
display: flex; |
|
|
|
flex-direction:row; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
} |
|
|
|
.door{ |
|
|
|
margin: 50rpx 0 0 30rpx; |
|
|
|
display:flex; |
|
|
|
width: 300rpx; |
|
|
|
height: 90rpx; |
|
|
|
background-color: #3da2ff; |
|
|
|
border-radius: 20rpx; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.door .door-text{ |
|
|
|
color: white; |
|
|
|
font-size: 32rpx; |
|
|
|
} |
|
|
|
.electron_card{ |
|
|
|
margin: 50rpx 60rpx 0 30rpx; |
|
|
|
display:flex; |
|
|
|
width: 300rpx; |
|
|
|
height: 90rpx; |
|
|
|
background-color: #3da2ff; |
|
|
|
border-radius: 20rpx; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.card_text{ |
|
|
|
color:white; |
|
|
|
font-size: 32rpx; |
|
|
|
} |