Commit 56f930ce by 刘海龙

111

parent 8b329809
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
.smrz .list_hd { font-size: .7rem; color: #333; } .smrz .list_hd { font-size: .7rem; color: #333; }
.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; display: flex; align-items: center;justify-content: space-around; }
.smrz .scimgBox .imgItem-left { width: 5.4rem; height: 5.4rem; border-radius: .8rem; border: .05rem dashed #FC7583; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; position: absolute; left: 0;top: 0; } .smrz .scimgBox .imgItem-left { width: 5.4rem; height: 5.4rem; border-radius: .8rem; border: .05rem dashed #FC7583; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; position: absolute; left: 0;top: 0; }
.smrz .scimgBox .imgItem-middle { width: 5.4rem; height: 5.4rem; border-radius: .8rem; border: .05rem dashed #FC7583; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; position: absolute; top: 0; left: 50%; transform: translate(-50%,0); } .smrz .scimgBox .imgItem-middle { width: 5.4rem; height: 5.4rem; border-radius: .8rem; border: .05rem dashed #FC7583; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; position: absolute; top: 0; left: 50%; transform: translate(-50%,0); }
.smrz .scimgBox .imgItem-right { width: 5.4rem; height: 5.4rem; border-radius: .8rem; border: .05rem dashed #FC7583; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden;absolute; right: 0;top: 0; } .smrz .scimgBox .imgItem-right { width: 5.4rem; height: 5.4rem; border-radius: .8rem; border: .05rem dashed #FC7583; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden;absolute; right: 0;top: 0; }
......
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