24 行
346 B
Plaintext
24 行
346 B
Plaintext
.step {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 16rpx 0;
|
|
}
|
|
|
|
.step-num {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border-radius: 50%;
|
|
background-color: #333333;
|
|
color: #ffffff;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
margin-right: 20rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.step-text {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|