details.wxss 8.1 KB
.container {
  /* 弹窗 */
}
.container .details {
  width: 100%;
}
.container .details image {
  width: 100%;
}
.container .details2 {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
  margin-top: -32rpx;
  position: relative;
  z-index: 2;
}
.container .details2 .botto {
  padding: 32rpx;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(0, 0, 0, 0.04);
  border-radius: 12rpx;
}
.container .details2 .botto .titles {
  width: 100%;
  font-size: 32rpx;
  color: #06121f;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  margin-bottom: 20rpx;
}
.container .details2 .botto .timer {
  width: 100%;
}
.container .details2 .botto .timer .time_is {
  margin: 20rpx 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72rpx;
  background-color: #edf1f5;
  border-radius: 38rpx;
}
.container .details2 .botto .timer .time_is .item0 {
  font-size: 28rpx;
  color: #06121E;
  margin: 0 5rpx;
}
.container .details2 .botto .timer .time_is .item {
  display: inline-block;
  min-width: 44rpx;
  margin-right: 10rpx;
  color: #fff;
  font-size: 24rpx;
  text-align: center;
  background-color: #E8370F;
  border-radius: 4rpx;
}
.container .details2 .botto .text {
  width: 100%;
}
.container .details2 .botto .text .conter_item {
  font-size: 24rpx;
  color: #06121F;
  font-family: PingFangSC-Regular;
  line-height: 44rpx;
}
.container .details2 .botto .text .conter_item .scroll_x {
  height: 132rpx;
}
.container .fen_share {
  width: 100%;
  padding: 20rpx 0;
  box-sizing: border-box;
  background: #f9f9f9;
}
.container .fen_share .share_box {
  width: 100%;
  background-color: #fff;
  padding: 10rpx 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.container .fen_share .share_box .share_imgs {
  flex: 1;
  display: flex;
  align-items: center;
}
.container .fen_share .share_box .share_imgs .imgs {
  width: 88rpx;
  height: 88rpx;
  border-radius: 50%;
  margin-left: -34rpx;
  flex-shrink: 0;
}
.container .fen_share .share_box .share_imgs .imgs:first-child {
  margin: 0;
}
.container .fen_share .share_box .share_name {
  max-width: 270rpx;
  flex-shrink: 0;
  color: #8C9198;
  font-size: 28rpx;
}
.container .details3 {
  width: 100%;
  padding-bottom: 30rpx;
}
.container .details3 .smalltitle {
  padding: 32rpx 32rpx;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: bold;
}
.container .details3 .smalltitle .title {
  flex: 1;
  font-size: 32rpx;
  font-family: PingFang SC, PingFang SC-Medium;
  color: #06121e;
  text-align: left;
}
.container .details3 .smalltitle .share {
  width: 48rpx;
  height: 48rpx;
}
.container .details3 .smalltitle .share image {
  width: 100%;
}
.container .details3 .smalltitle button {
  background-color: transparent;
  padding: 0;
}
.container .details3 .smalltitle .buttonShare {
  position: absolute;
  top: 30rpx;
  right: 32rpx;
  width: 60rpx;
  height: 50rpx;
  z-index: 2;
}
.container .details3 .activityDetails_txt {
  max-width: 100% !important;
  overflow-x: hidden;
  padding: 0 32rpx 120rpx;
  box-sizing: border-box;
}
.container .details3 .activityDetails_txt image {
  max-width: 100% !important;
}
.container .details3 .activityDetails_txt .txt {
  font-size: 28rpx;
  font-family: PingFangSC-Regular;
  line-height: 68rpx;
  color: #06121f;
  opacity: 1;
}
.container .btnbuy {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10rpx 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
}
.container .btnbuy .btnbuy__ {
  height: 88rpx;
  width: 90%;
  color: #fff;
  line-height: 88rpx;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  background-color: #E8370F;
  border-radius: 8rpx;
  font-size: 28rpx;
}
.container .btnbuy .btnbuy__2 {
  background-color: #ccc;
}
.container .zan-dialog__mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.container .zan-dialog__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 400rpx;
  text-align: center;
  line-height: 50rpx;
  background: #f8f8f8;
  transform: translateY(300%);
  transition: all 0.4s ease;
  z-index: 12;
  border-radius: 20rpx;
  /* box-shadow: 0px 3px 3px 2px gainsboro; */
}
.container .zan-dialog__container .popups {
  width: 100%;
  background-color: #fff;
  border-radius: 20rpx;
  position: relative;
  height: 400rpx;
}
.container .zan-dialog__container .popups .pop_title {
  height: 88rpx;
  width: 100%;
  text-align: center;
  line-height: 88rpx;
  color: #26292C;
  font-size: 32rpx;
  font-family: PingFang-SC-Bold;
}
.container .zan-dialog__container .popups .pop_box {
  width: 100%;
  padding: 20rpx 48rpx;
  box-sizing: border-box;
}
.container .zan-dialog__container .popups .pop_box .publics {
  width: 100%;
  height: 80rpx;
  border-radius: 40rpx;
  background-color: #f9f9f9;
  margin-bottom: 20rpx;
  text-align: left;
  padding-left: 50rpx;
  box-sizing: border-box;
}
.container .zan-dialog__container .popups .pop_box .input_placeholder {
  font-size: 28rpx;
  color: #BDC4CE;
  font-family: PingFangSC-Regular;
  text-align: left;
}
.container .zan-dialog__container .popups .bing {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.container .zan-dialog__container .popups .bing .down_btn {
  width: 100%;
  height: 72rpx;
  display: flex;
  align-items: center;
}
.container .zan-dialog__container .popups .bing .down_btn .nam {
  flex: 1;
  border-right: 1rpx solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C9198;
  font-size: 28rpx;
  border-radius: 0 0 0 20rpx;
}
.container .zan-dialog__container .popups .bing .down_btn .nam1 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  color: #E8370F;
  border-radius: 0 0 20rpx 0;
}
.container .zan-dialog--show .zan-dialog__container {
  transform: translateY(0);
}
.container .zan-dialog--show .zan-dialog__mask {
  display: block;
}
.container .login {
  /*使屏幕变暗  */
  /*对话框 */
}
.container .login .commodity_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  overflow: hidden;
  z-index: 1000;
  color: #fff;
}
.container .login .commodity_attr_box {
  height: 500rpx;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
  padding: 20rpx;
  box-sizing: border-box;
  border-radius: 24rpx 24rpx 0 0;
}
.container .login .commodity_attr_box .phoneshou {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .login .commodity_attr_box .phoneshou .padlock {
  width: 100%;
  height: 48rpx;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .login .commodity_attr_box .phoneshou .padlock image {
  width: 48rpx;
  height: 48rpx;
}
.container .login .commodity_attr_box .phoneshou .phone_title {
  width: 100%;
  height: 70rpx;
  font-size: 44rpx;
  line-height: 70rpx;
  color: #06121F;
  font-family: PingFangSC, PingFangSC-Regular;
}
.container .login .commodity_attr_box .phoneshou .tips_content {
  width: 100%;
  height: 40rpx;
  font-size: 32rpx;
  color: #8C9198;
  margin: 30rpx 0;
}
.container .login .commodity_attr_box .phoneshou .downbtn {
  width: 750rpx;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20rpx 0;
  background-color: #fff;
}
.container .login .commodity_attr_box .phoneshou .downbtn .si_box {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .login .commodity_attr_box .phoneshou .downbtn .si_box .btn {
  height: 100rpx;
  width: 100%;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  font-size: 32rpx;
  background-color: #00C25F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rpx;
}
.container .login .commodity_attr_box .phoneshou .downbtn .si_box .btn image {
  width: 48rpx;
  height: 48rpx;
  margin-right: 20rpx;
}
.container .login .commodity_attr_box .phoneshou .downbtn .si_box .btn1 {
  margin-bottom: 20rpx;
  background-color: #ccc;
}