liukangdong
2024-07-19 1b897c74e44d185669d87abd4c3a29c90d6fe225
wechat_staff/pages/store/staff.wxss
@@ -103,8 +103,8 @@
}
.guide .line .label {
  color: #777777;
  min-width: 140rpx;
  margin-left: 24rpx;
  margin-right: 44rpx;
}
.footer {
  display: flex;
@@ -165,3 +165,51 @@
  color: #999999;
  text-align: center;
}
.modalcard{
  display: inline-block;
  width: 600rpx;
  height: 1100rpx;
  box-sizing: border-box;
}
.modalcard .img1{
  width: 100%;
  height: 956rpx;
  box-sizing: border-box;
}
.modalcard .qrcodecard{
  width: 600rpx;
  height: 956rpx;
  border-radius: 26rpx ;
}
.modalcard .btns{
  width: 100%;
  display: flex;
  margin-top:30rpx ;
  margin-bottom: 10rpx;
}
.modalcard .btns .btn1{
  width: 290rpx;
  border-radius: 8rpx !important;
  height:88rpx ;
  font-size: 32rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 2rpx solid #FFFFFF;
  background:rgba(0,0,0,0)
}
.modalcard .btns .btn2{
  width: 290rpx;
  height:88rpx ;
  font-size: 32rpx;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8rpx !important;
  background: linear-gradient( 180deg, #E0B49C 0%, #B68B74 100%);
  border-radius: 8px;
  border: none;
}