yujing.wxss 1.4 KB
/* pages/yujing/yujing/yujing.wxss */

page {
  background-color: #f5f5f5;
}

.search {
  background-color: #fff;
  padding: 19rpx 30rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 36rpx;
  color: #333;
}

.search_icon {
  width: 42rpx;
  height: 42rpx;
}

.warn_msg {
  padding: 30rpx 30rpx 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.warn_time {
  padding: 7rpx 21rpx;
  background: rgba(214, 216, 218, 1);
  border-radius: 26rpx;
  color: #fff;
  font-size: 24rpx;
  margin-bottom: 30rpx;
}

.msg_detail {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  border: 1rpx solid #c5c5c5;
}

.msg_box {
  padding: 0 30rpx;
}

.detail_single {
  padding: 20rpx 0;
  border-bottom: 1rpx solid #f5f5f5;
  font-size: 24rpx;
  color: #666;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 32rpx;
  color: #333;
}

.detail_symbol {
  width: 20rpx;
  height: 20rpx;
  background: rgba(255, 48, 56, 1);
  border-radius: 50%;
  margin-right: 10rpx;
}

.watch_detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20rpx 0;
  color: #ff9400;
}

.watch_icon {
  width: 30rpx;
  height: 30rpx;
}