jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_staff/pages/sets/index.wxss
@@ -13,6 +13,25 @@
}
.list .line .icon {
  width: 40rpx;
  height: 40rpx;
}
.logout {
  width: 670rpx;
  height: 88rpx;
  line-height: 86rpx;
  align-items: center;
  justify-content: center;
  border-radius: 8rpx;
  border: 1rpx solid #B08771;
  font-weight: 500;
  font-size: 32rpx;
  color: #B08771;
  display: flex;
  margin-top: 100rpx;
}
.logout .icon {
  width: 40rpx;
  height: 40rpx;
}
.modal {
  width: 610rpx;
@@ -53,3 +72,20 @@
  color: #fff;
  background-color: var(--themeColor);
}
.outbut{
  width: 100%;
  margin-top: 100rpx;
}
.outbut .btn{
  width: 100%;
  height: 88rpx;
  font-weight: 500;
  font-size: 32rpx;
  color: #B08771;
  line-height: 88rpx;
  text-align: center;
  font-style: normal;
  border-radius: 8rpx;
  border: 1px solid #B08771;
  color: rgba(176, 135, 113, 1);
}