beauty_deta.wxss 2.24 KB
.container {
  border-top: 7rpx solid rgb(245, 245, 245);
}

.backcolor {
  position: absolute;
  top: 0rpx;
  left: 0rpx;
  z-index: 0;
  width: 100%;
  height: 270rpx;
  background-color: rgb(214, 1, 33);
  
}

.comments {
  position: absolute;
  top: 45rpx;
  left: 0rpx;
  z-index: 1;
  padding: 0rpx 23rpx;
}

.name {
  font-weight: bold;
  float: left;
  width: 250rpx;
}

.head {
  width: 130rpx;
  height: 130rpx;
  border-radius: 50%;
  float: right;
  margin: 0rpx 15rpx;
  /* border: 2rpx solid red; */
}

.introduce {
  margin-top: 90rpx;
  text-indent: 2em;
  color: rgb(102, 102, 102);
}

.Personal {
  width: 640rpx;
  height: 300rpx;
  background-color: rgb(255, 255, 255);
  border-radius: 5rpx;
  box-shadow: 0rpx 2rpx 2rpx 2rpx rgb(250, 228, 230);
  margin-bottom: 65rpx;
  padding-top: 40rpx;
  padding-left: 35rpx;
  padding-right: 35rpx;
}

.choice {
  height: 70rpx;
  background-color: rgb(214, 1, 33);
  color: rgb(255, 255, 255);
  margin-top: 30rpx;
}

.scroll-h {
  white-space: nowrap;
  width: 704rpx;
  overflow: visible;
  height: 125rpx;
  color: transparent;
}

.scroll-item-h {
  display: inline-block;
  width: 172rpx;
  text-align: center;
  overflow: visible;
  height: 70rpx;
  padding: 15rpx 0rpx;
}
::-webkit-scrollbar{
    width: 0;
    height: 0;
    color: transparent;
}
.box {
  width: 0px;
  height: 0px;
  margin-left: 15rpx;
  border-top: 21rpx solid transparent;
  border-right: 21rpx solid transparent;
  border-left: 21rpx solid transparent;
  display: inline-block;
  transform: rotate(180deg);
  border-bottom: 21rpx solid rgb(214, 1, 33);
}

.bd {
  /* border: 2rpx solid rgb(238, 238, 238); */
  background-color: rgb(255, 255, 255);
  color: rgb(20, 20, 20);
}

.chbd {
  border: 2rpx solid rgb(214, 1, 33);
  background-color: rgb(214, 1, 33);
  color: rgb(255, 255, 255);
}

.Times {
  background-color: rgb(238, 243, 247);
  margin-bottom: 30rpx;
  padding:34rpx 27rpx;
}

.Time {
  border: 2rpx solid rgb(238, 238, 238);
  width: 160rpx;
  height: 70rpx;
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 15rpx;
  padding-bottom: 15rpx;
}
.chTime{
  border-color: rgb(214, 1, 33);
}
.nochTime{
  color: rgb(174,177,177);
  background-color: rgb(250,250,250);
}
.abs {
  left: 55rpx;
  bottom: -39rpx;
}