|
@@ -110,8 +110,8 @@ export default {
|
|
|
|
|
|
|
|
.t_mbox > div:first-child > i {
|
|
.t_mbox > div:first-child > i {
|
|
|
display: block;
|
|
display: block;
|
|
|
- width: 50px;
|
|
|
|
|
- height: 50px;
|
|
|
|
|
|
|
+ width: 40px;
|
|
|
|
|
+ height: 40px;
|
|
|
/* top: 0;
|
|
/* top: 0;
|
|
|
bottom: 0; */
|
|
bottom: 0; */
|
|
|
}
|
|
}
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
.t_mbox > div:nth-child(2) {
|
|
.t_mbox > div:nth-child(2) {
|
|
|
width: 60%;
|
|
width: 60%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
|
|
|
|
+ justify-content: left;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// .t_mbox>div:nth-child(2) h2 {
|
|
// .t_mbox>div:nth-child(2) h2 {
|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
.t_mbox > div:nth-child(2) > div {
|
|
.t_mbox > div:nth-child(2) > div {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- align-items: center;
|
|
|
|
|
|
|
+ // align-items: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.t_mbox > div:nth-child(2) > div span {
|
|
.t_mbox > div:nth-child(2) > div span {
|
|
@@ -146,6 +146,7 @@ export default {
|
|
|
|
|
|
|
|
.t_mbox > div:nth-child(2) > div span:last-child {
|
|
.t_mbox > div:nth-child(2) > div span:last-child {
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.t_rbox {
|
|
.t_rbox {
|