logs.wxss 1.1 KB
page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40rpx;
}

.imgList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.imgList image {
  width: 200rpx;
  height: 200rpx;
}

.sq {
  color: rgba(6, 18, 31, 1);
  font-size: 32rpx;
  margin-top: 36rpx;
}

.gk {
  color: rgba(140, 145, 152, 1);
  font-size: 28rpx;
  margin-top: 32rpx;
}

.bottom {
  position: fixed;
  bottom: 254rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 32rpx;

}

.botton1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520rpx;
  height: 80rpx;
  background: #3BC67A;
  color: #ffffff;
  font-weight: 700;
  border-radius: 80rpx;
  font-size: 28rpx;
}

.botton2 {
  color: rgba(193, 191, 191, 1);
  margin-top: 54rpx;
}

.bottom button {
  /* color: #000; */
  padding: 0;
}

button[plain] {
  border: none;
}