Browse Source

fix style

main
Rieko-wang 2 years ago
parent
commit
0a3124482c
  1. 4
      css/style.css

4
css/style.css

@ -186,10 +186,12 @@ img {
.bb-list .item .card { .bb-list .item .card {
position: absolute; position: absolute;
z-index: 2; z-index: 2;
top: 2.35rem; /* top: 2.35rem; */
top: 13%;
font-size: 1.7rem; font-size: 1.7rem;
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
left: 18.5%; left: 18.5%;
width: 65%;
background-color: #fff; background-color: #fff;
} }
.bb-list .item span { .bb-list .item span {

Loading…
Cancel
Save