2025-12-19 09:46:56 +08:00

32 lines
706 B
Plaintext

.methods_content.data-v-b14fc94b {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 30rpx;
}
.methods_content .items.data-v-b14fc94b {
background-color: #fff;
width: 43.5%;
padding: 20rpx 15rpx;
border-radius: 15rpx;
margin-top: 30rpx;
display: flex;
align-items: center;
}
.methods_content .items .items_content_info.data-v-b14fc94b {
flex: 1;
padding-left: 5rpx;
}
.methods_content .items .label.data-v-b14fc94b {
color: #333;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.methods_content .items .des.data-v-b14fc94b {
color: #999;
font-size: 24rpx;
padding-top: 10rpx;
}