差微信扫码关注公众号
parent
724d82f533
commit
9cd1f217aa
@ -0,0 +1,78 @@
|
||||
.container {
|
||||
height: 75vh;
|
||||
/* background-color: #409eff; */
|
||||
overflow-y: auto;
|
||||
}
|
||||
.container .box {
|
||||
/* display: flex;
|
||||
align-items: center;
|
||||
justify-content: center; */
|
||||
padding: 0 50px;
|
||||
margin-bottom: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
.container .box .box-item {
|
||||
/* text-align: center; */
|
||||
/* margin-right: 80px; */
|
||||
display: inline-block;
|
||||
color: #666666;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.container .box .box-item > .item {
|
||||
width: 300px;
|
||||
height: 500px;
|
||||
border: 3px solid #dddddd;
|
||||
/* margin-bottom: 30px; */
|
||||
padding: 13px;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.container .box .box-item > .item .image {
|
||||
height: 250px;
|
||||
border-radius: 15px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.container .box .box-item > .item .btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 10px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.container .box .box-item > .item .btn > .item {
|
||||
width: 114px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background-color: #fa3534;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
}
|
||||
.container .box .box-item > .item .tips {
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.container .box .box-item > .item .tips .tips_title {
|
||||
font-size: 15px;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
border-left: 2.5px solid #fc9c24;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.container .box .box-item > .item .tips .tips_msg .tips_msg_item {
|
||||
color: #000;
|
||||
line-height: 18px;
|
||||
display: flex;
|
||||
}
|
||||
.container .box .box-item > .item .tips .tips_msg .tips_msg_item .bot {
|
||||
width: 25px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
.container .box .box-item > .item .tips .tips_msg .tips_msg_item .bot > div {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background-color: #fc9c24;
|
||||
line-height: 18px;
|
||||
}
|
||||
Loading…
Reference in New Issue