Commit 0d205320 by 刘海龙

111

parent 892e9ed4
...@@ -108,9 +108,9 @@ ...@@ -108,9 +108,9 @@
.smrz .list_bd { width: 70%; text-align: right; font-size: .7rem; color: #999; } .smrz .list_bd { width: 70%; text-align: right; font-size: .7rem; color: #999; }
.smrz .list_bd::-webkit-input-placeholder { color: #999; } .smrz .list_bd::-webkit-input-placeholder { color: #999; }
.smrz .scimgBox { width: 100%; margin-top: .5rem; padding: 0 .7rem; position: relative; height: 5.4rem; } .smrz .scimgBox { width: 100%; margin-top: .5rem; padding: 0 .7rem; position: relative; height: 5.4rem; }
.smrz .imgItemL { width: 5.4rem; height: 5.4rem; border-radius: .4rem; position: absolute;left: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; } .smrz .imgItem-L { width: 5.4rem; height: 5.4rem; border-radius: .4rem; position: absolute;left: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; }
.smrz .imgItemR { width: 5.4rem; height: 5.4rem; border-radius: .4rem; position: absolute;right: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; } .smrz .imgItem-R { width: 5.4rem; height: 5.4rem; border-radius: .4rem; position: absolute;right: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; }
.smrz .imgItemM { width: 5.4rem; height: 5.4rem; border-radius: .4rem; position: absolute;left: 50%; top: 0; transform: translate(-50%,0); display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; } .smrz .imgItem-M { width: 5.4rem; height: 5.4rem; border-radius: .4rem; position: absolute;left: 50%; top: 0; transform: translate(-50%,0); display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; }
.smrz .imgItemL img { width: 100%; height: 100%; } .smrz .imgItemL img { width: 100%; height: 100%; }
.smrz .imgItemR img { width: 100%; height: 100%; } .smrz .imgItemR img { width: 100%; height: 100%; }
.smrz .imgItemM img { width: 100%; height: 100%; } .smrz .imgItemM img { width: 100%; height: 100%; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment