@@ -190,9 +190,11 @@ export default {
}*/
.up {
width: 94%;
+ height: 100%;
margin:auto;
display: flex;
flex-wrap: wrap;
+ align-content: flex-start;
.item {
border-radius: 6px;
margin-top: 5px;
@@ -182,23 +182,25 @@ export default {
text-align:left;
- width: 95%;
+ width: 94%;
+ margin:auto;
- //justify-content: space-around;
- // height: 180px;
- //margin-bottom: 7px;
- padding-top: 2px;
- margin-top: 8px;
+ margin-top: 5px;
width: 50%;
height: 52px;
.dv-dig-flop {
width: 100%;
- height: 30px;
font-size: 20px;
color: #3de7c9;
+ margin-top: 6px;
+ padding-left: 5px;
+ overflow-wrap: break-word;
+ box-sizing: border-box;
}