brands.wxss 2.25 KB

@import "./brandSearch.wxss";

.container {
  background-color: white;
}

.sessionTitle {
  display: flex;
  align-items: center;
  height: 32rpx;
  width: 100%;
  margin-top: 30rpx;
  margin-left: 30rpx;
}

.sessionTitle .sessionText {
  text-align: left;
  font-family: SanFranciscoText-Regular;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: -0.34px;
}

.rowType2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rowType2 .item {
  width: 224rpx;
  height: 210rpx; 
  margin-left: 20rpx;
  display: flex;
  flex-direction: column;
}

.rowType2 .item .item_img{
  width: 224rpx;
  height: 100rpx; 
  margin-top: 41rpx;
}

.rowType2 .item .item_title{
  width: 224rpx;
  height: 30rpx;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #B0B0B0;
  letter-spacing: -0.33px;
  margin-top: 20rpx;
}

.alphanet-selector {
  position: fixed;
  bottom: 0px;
  right: 13rpx;
  height: 728rpx;
}

.selector-one {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  font-family: PingFang-SC-Medium;
  font-size: 20rpx;
  color: #444444;
  line-height: 28rpx;
}  

.hover-class {
  background-color: #6FBA9C;
  border-radius: 24rpx;
  color: #ffffff;
}

.float-view {
  width: 72rpx;
  height: 72rpx;
  text-align: center;
  position: absolute;
  right: 50rpx;
}
.bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 88rpx;
  height: 72rpx;
}
.float-letter {
  position: absolute;
  left: 0;
  top: 8rpx;
  width: 72rpx;
  height: 72rpx;
  font-family: SanFranciscoText-Semibold;
  font-size: 40rpx;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.selector-one_serachIcon {
  width: 20rpx;
  height: 20rpx;
}  

.newsearch {
  height: 72rpx;
  width: 690rpx;
  margin: 20rpx 30rpx 16rpx 30rpx;
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center; 
  border-radius: 4rpx;
  opacity: 0.5;
}

.serachIcon {
  width: 28rpx;
  height: 28rpx;
}

.serach_view_show {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: -0.34px;
  line-height: 44rpx;
  margin-left: 10rpx;
}