31 lines
422 B
Plaintext
31 lines
422 B
Plaintext
.content_box{
|
|
padding:20rpx 40rpx;
|
|
}
|
|
.content_box_title{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.arrow_content{
|
|
display: flex;
|
|
}
|
|
|
|
.arrow_box{
|
|
background-color: #ccc;
|
|
width:45%;
|
|
margin:0 5%;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.arrow_box .img-sel{
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left:-20rpx;
|
|
top: 20rpx;
|
|
}
|
|
|
|
.arrow_box view{
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
} |