detail.wxss 1.45 KB
/* page/subPackage/pages/zeroSell/detail.wxss */

@import '../../vendors/zanui/actionsheet/index.wxss';

.line {
  height: 20rpx;
  background-color: #F0F0F0;
}

.product-item {
  margin-bottom: 80rpx;
}

.header {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 56rpx;
}

.help {
  width: 100%;
  text-align: center;
  margin-bottom: 60rpx;
}

.fellow-bar {
  position: fixed;
  width: 100%;
  top: 0rpx;
  z-index: 5;
}

.action-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 5;
}

.foot {
  height: 160rpx;
}

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

.confirm {
  background-color: #444444;
}

.over {
  background-color: #B0B0B0;
}

.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%);
  
}

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

.auth-content {
  font-size: 28rpx;
  color: #444444;
  line-height: 40rpx;
  text-align: center;
  margin-top: 96rpx;
}


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