shareSheet.wxss 1.22 KB
.container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.cover-view {
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.main-view {
  bottom: 0;
  width: 100%;
  height: 374rpx;
  background-color: white;
  position: fixed;
  z-index: 1200;
}
.main-view .share-view {
  height: 262rpx;
  display: flex;
}
.main-view .line {
  height: 2rpx;
  margin-left: 40rpx;
  margin-right: 40rpx;
  background-color: #dddddd;
}
.main-view .cancel {
  height: 110rpx;
  font-family: PingFang-SC-Regular;
  font-size: 34rpx;
  color: #000000;
  letter-spacing: -0.23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  margin-left: 183rpx;
}

.right {
  margin-right: 183rpx;
}

.main-view .share-view .item {
  width: 100rpx;
  height: 100%;
  border-radius: 0;
  border-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-view .share-view .item .icon {
  width: 90rpx;
  height: 90rpx;
  margin-top: 20rpx;
}
.main-view .share-view .item .title {
  width: 150rpx;
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #000000;
  letter-spacing: -0.16px;
}