index.wxss 513 Bytes
Newer Older
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 26
.setMyHomePage {
  position: fixed;
  right: 16rpx;
  top: 498rpx;
  z-index: 99;
  max-width: 100rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-shadow: 0px 0px 6rpx #000;
  color: #fff;
  font-size: 24rpx;
}
.setMyHomePage .icon_box {
  width: 72rpx;
  height: 72rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10rpx;
}
.setMyHomePage .icon_box image {
  width: 48rpx;
}