36 lines
525 B
Plaintext
36 lines
525 B
Plaintext
.container{
|
|
background-color: #F3F5F7;
|
|
}
|
|
.img_box{
|
|
width: 90vw;
|
|
margin: 20rpx auto;
|
|
text-align: center;
|
|
}
|
|
.case_img{
|
|
width: 100%;
|
|
}
|
|
.img_content{
|
|
background-color: #F1F1F3;
|
|
padding: 20rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.button_group{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.button_item{
|
|
display:inline-block;
|
|
}
|
|
.pop{
|
|
width: 80vw;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.pop_button{
|
|
margin-top: 30rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.pop_button_txt{
|
|
color: red;
|
|
} |