action-bar.wxss 2.21 KB
/* page/subPackage/pages/zeroSell/components/action-bar.wxss */


.action-bar {
  display: flex;
  width: 100%;
  height: 100rpx;
}

.action-item {
  flex: 1;
  color: white;
  text-align: center;
  font-size: 32rpx;
  height: 100rpx;
  line-height: 100rpx;
  background-color: white;
}

.action-list {
  flex: 0;
  position: relative;
  flex-basis: 150rpx;
}

.action-image {
  width: 46rpx;
  height: 42rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translateY(-50%); */
  transform: translate(-50%, -50%);
  
}

.ok {
  background-color: #D0021B;
}

.confirm {
  background-color: #444444;
}

.over {
  background-color: #B0B0B0;
}




.code-alert {
  text-align: center;
  color: black;
  margin-top: -400rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code-title {
  margin-top: 30rpx;
}

.code-bg {
  margin-top: 80rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 28rpx;
  color: #444444;
}

.code {
  min-width: 192rpx;
  height: 50rpx;
  font-size: 28rpx;
  font-weight: bolder;
  line-height: 50rpx;
  text-align: center;
  border: 1rpx solid black;
  margin-left: 20rpx;
}

.share {
  font-size: 28rpx;
  color: #FFFFFF;
  background: #FF4C00;
  border-radius: 28px;
  width: 460rpx;
  height: 80rpx;
  line-height: 80rpx;
  margin-top: 90rpx;
  vertical-align: center;
}

.share-desc {
  font-size: 20rpx;
  color: #B0B0B0;
  font-family: PingFangSC-Medium;
  margin-top: 10rpx;
}

.foot {
  display: flex;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  height: 90rpx;
  line-height: 90rpx;
  font-size: 28rpx;
  font-weight: bolder;
  text-align: center;
  border-top: 1rpx solid #E0E0E0;
}

.foot-item {
  flex: 1;
  text-align: center;
  font-size: 32rpx;
  height: 90rpx;
  line-height: 90rpx;
  color: black;
  border: none !important;
  border-radius: unset;
}

.foot-item + .foot-item {
  border-left: 1rpx solid #E0E0E0 !important;
}

.info {
  color: #D0021B !important;
}

.error-alert {
  text-align: center;
  color: black;
  margin-top: 40rpx;
}

.error-title {
  font-size: 40rpx;
  color: #D0021B ;
  margin-bottom: 30rpx;
}

.error-content {
  font-size: 30rpx;
  padding: 0 100rpx;
}