matrix.wxss 3.0 KB
/* pages/matrix/matrix.wxss */

page {
  background: #f7f7f7;
}

.tab_content {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.tab_box {
  width: 100%;
  height: 80rpx;
  white-space: nowrap;
}

.tab_item {
  font-size: 26rpx;
  color: #999;
  display: inline-block;
  position: relative;
  padding: 0 30rpx;
}

.tab_item.active {
  color: #169bd5;
}

.tab_item.active::after {
  content: "";
  width: 62rpx;
  height: 4rpx;
  background: #169bd5;
  position: absolute;
  bottom: -30rpx;
  left: 50%;
  transform: translateX(-50%);
}

.icon-gengduo1 {
  color: #169bd5;
  border-left: 1rpx solid #f5f5f5;
  padding-left: 20rpx;
}

.content_box {
  padding: 30rpx;
}

.item_list {
  background: #fff;
  border-radius: 8rpx;
  margin-bottom: 20rpx;
  font-size: 28rpx;
  color: #000;
  display: flex;
  align-items: center;
  padding: 30rpx 20rpx;
  position: relative;
}

.label_img {
  position: absolute;
  right: 0;
  top: 10rpx;
  width: 80rpx;
  height: 32rpx;
}

.label_info {
  position: absolute;
  right: 0;
  top: 10rpx;
  width: 80rpx;
  height: 32rpx;
  font-size: 20rpx;
  color: #fff;
  text-align: center;
}

.list_img {
  width: 128rpx;
  height: 128rpx;
  border-radius: 50%;
  margin-right: 20rpx;
}

.list_left {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
}

.list_info {
  font-size: 30rpx;
  color: #999;
  margin-top: 10rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-go {
  color: #ccc;
}

/*  */

.content_box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_item {
  width: 48%;
  border-radius: 8rpx;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20rpx;
  box-shadow: 0 10rpx 0 0 #62bae0;
}

.list_content_box {
  padding: 20rpx 16rpx;
}

.list_item image {
  width: 100%;
  height: 336rpx;
}

.list_title_box {
  display: flex;
  align-items: center;
  font-size: 32rpx;
  font-weight: bold;
  color: #333;
}

.list_title_box image {
  width: 32rpx;
  height: 32rpx;
  border-radius: 50%;
  margin-right: 15rpx;
}

.list_content {
  font-size: 26rpx;
  color: #666;
  margin-top: 4rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-gengduo {
  width: 100%;
  text-align: right;
  font-size: 40rpx;
  color: #333;
  margin-top: 10rpx;
}
.areasChoose{
  width: 100%;
  height: 80rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 30rpx;
  box-sizing: border-box;
}

.areaName{
  font-size: 28rpx;
  color: #666;
  position: relative;
}
.areaName::after{
  position: absolute;
  content: '';
     
}
.scroll-content{
  margin-top: 89px;
  background: #FFF;
}

.none-box {
    font-size: 30rpx;
    color: #8f8f8f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 350rpx;
    text-align: center;
}