riku
2022-08-26 c765c26eee1249b0a8d72d2b203b2ed124c2bbf6
pages/promise/promise.wxss
@@ -8,6 +8,8 @@
.page__hd {
  background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
  height: 30vh;
  display: flex;
  justify-content: space-between;
}
.page__hd .title {
@@ -17,9 +19,11 @@
}
.page__hd .tag {
  font-size: 10px;
  font-size: 12px;
  color: #55A37D;
  margin-top: 8px;
  /* background-color: red; */
  text-align: end;
}
.page__hd .btn {
@@ -33,6 +37,11 @@
  margin-top: 50px;
}
.page__hd .file {
  width: 40vw;
  height: 25vh;
}
.p-cell{
  position: relative;
  padding: 8px;