index.css 291 B

12345678910111213141516
  1. .m_imgBox{width:100%;position:relative;}
  2. .m_imgBox img{width:100%;display:block;}
  3. .m_imgBox i{
  4. position: absolute;
  5. top: 54%;
  6. left: 25.7%;
  7. display: block;
  8. background: #fcf6f4;
  9. font-size:15px;
  10. font-weight: 600;
  11. color: #997747;
  12. width: 10%;
  13. height:6%;
  14. }