evalutecontent.wxss 3.3 KB
/* pages/homeblock/evalutecontent/evalutecontent.wxss */

page {
  background: #fff;
}

.boxhead {
  padding: 0 30rpx;
  border-bottom: 14rpx solid #f2f2f2;
  padding-bottom: 40rpx;
  box-sizing: border-box;
}

.evaluteitemx {
  width: 26rpx;
  height: 24rpx;
  font-size: 0;
  margin-left: 9rpx;
}
.evaluteitemx image{
  width:100%!important;
  height:100%!important;
}

image {
  width: 100%;
  height: 100%;
}

.code {
  color: #1a1a1a;
  font-size: 74rpx;
  font-weight: bold;
  text-align: center;
}

.evalutetop {
  display: flex;
  align-items: center;
}

.staritem {
  width: 18rpx;
  height: 18rpx;
  font-size: 0;
}

.evaluteright {
  margin-left: 43rpx;
}

.starleft {
  width: 91rpx;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.star {
  display: flex;
  align-items: center;
  margin-top: 8rpx;
}

.tiao {
  width: 314rpx;
  height: 6rpx;
  border-radius: 2rpx;
  background: #ebebeb;
  margin-left: 14rpx;
}

.pingfen {
  color: #999;
  font-size: 20rpx;
  margin-left: 15rpx;
}

.tiaoitem {
  /* width: 59%; */
  height: 6rpx;
  border-radius: 2rpx;
  background: #ffba25;
}

.hotticket {
  color: #1a1a1a;
  font-size: 28rpx;
  margin-top: 61rpx;
  font-weight: bold;
}

.botlabet {
  display: flex;
  align-items: center;
  margin-top: 29rpx;
}

.labelitem {
  margin-left: 14rpx;
  padding: 13rpx 21rpx;
  color: #666;
  font-size: 24rpx;
}

.labelitemright {
  margin-left: 10rpx;
}

.boxmiddle {
  padding: 0 30rpx;
  box-sizing: border-box;
  padding-bottom: 100rpx;
}

.evaluteitem {
  padding: 40rpx 0 0;
  box-sizing: border-box;
}

.evaluteitemleft {
  width: 60rpx;
  height: 60rpx;
  background: rgba(205, 205, 205, 1);
  border-radius: 50%;
}
.evaluteitemleft image{
  border-radius:50%;
}

.evalname {
  color: #666;
  font-size: 28rpx;
}

.evalstar {
  display: flex;
  align-items: center;
}

.evalstarword {
  display: flex;
}

.evalstaritem {
  width: 26rpx;
  height: 24rpx;
  font-size: 0;
  margin-left: 9rpx;
}

.evalstaritem:first-child {
  margin-left: 0;
}

.evaluteitemright {
  margin-left: 30rpx;
  flex:1;
}

.boxmiddleitem {
  display: flex;
  padding-top: 40rpx;
  box-sizing: border-box;
  padding-bottom: 40rpx;
  border-bottom:1rpx solid #f5f5f5;
  
}

.evardate {
  color: #666;
  font-size: 24rpx;
  margin-left: 30rpx;
}

.evaltext {
  color: #1a1a1a;
  font-size: 28rpx;
  margin-top: 20rpx;
}

.evalimgitem {
  width: 190rpx;
  height: 190rpx;
  border-radius: 5rpx;
  font-size: 0;
  margin-right:10rpx;
  margin-top:30rpx;
}
.evalimgitem video{
  width: 190rpx!important;
  height: 190rpx !important;
}

.evalimg{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}
.zan{
  display:flex;
  align-items:center;
  justify-content: flex-end;
  margin-top:30rpx;
}

.zanimg{
  width:30rpx;
  height:28rpx;
  font-size: 0
}
.zannum{
  color:#999999;
  font-size: 28rpx;
  margin-left:20rpx;
}
.writeimg{
  width:126rpx;
  height:129rpx;
  font-size: 0
}
.write{
  width:750rpx;
  background: #fff;
  height:126rpx;
  display: flex;
  justify-content: flex-end;
  padding:17rpx 30rpx 0;
  box-sizing: border-box;
  position: fixed;
  bottom:0;
}
.medioblock{
  display:flex;
  flex-wrap: wrap;
}
.videoimg{
  position: relative
}
.videoanniu{
  width:90rpx;
  height:90rpx;
  font-size: 0;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%)
}
.videoanniu image{
  width:100%;
  height:100%;
}