Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • packageF
  • pages
  • xcxServiceChat
  • xcxServiceChat.wxss
  • oa 小程序客服、首页红包
    c66bcbcd
    前端开发-罗建龙 authored
    2023-08-16 18:10:59 +0800  
    Browse Code »
xcxServiceChat.wxss 411 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
/* packageF/pages/xcxServiceChat/xcxServiceChat.wxss */

.mainBox{
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.imgBox{
  height: 100vh;
  width: 100vw;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  /* object-fit: contain; */
  
  /* object-fit: cover; */
}
image{
  margin: auto;
}