Newer
Older
smart_construction / miniprogram / pages / applog / applog.wxss
zhout on 16 Jun 2020 624 bytes 初版提交
/* miniprogram/pages/applog/applog.wxss */


.subtitle {
  font-size: 28rpx;
  color: red;
}

.point-image {
  width: 70rpx;
  height: 70rpx;
  margin-bottom: 10rpx;
}

.titleinfo {
  font-size: 30rpx;
  padding: 2px;
  font-weight: bold;
}

.log-list {
  height: 100rpx;
  display: flex;
  padding: 2px;
  margin-top: 2px;
  border-bottom: 1px solid #ccc;
}

/* .log-info {
  flex: 1;
} */

.log-image {
  width: 70rpx;
  height: 75rpx;
  padding: 5rpx;
}

/* .title {
  font-size: 28rpx;
  width: 100%;
  display: flex;
  justify-content: space-between;
} */

.list {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}