Codex Assistant
昨天 58d9f460b2f8c34430285115e2557d18333c5cab
wx/pages/index/index.wxss
@@ -257,21 +257,26 @@
  margin-bottom: 16rpx;
}
.btn-none {
  box-shadow: none;
  background-color: transparent;
  line-height: inherit;
  border-radius: 0;
  margin: 0rpx;
  margin-right: 0rpx !important;
  padding: 0rpx;
  outline: none;
  font-weight: normal;
  width: auto;
}
.ghost-btn {
  background: #E6F0FF;
  color: #007aff;
  font-size: 26rpx;
  padding: 14rpx 0;
  border-radius: 999rpx;
  line-height: 1;
  width: 200rpx;
  border: none;
  width: 140rpx;
  text-align: center;
  /* align-self 已移除,由父级 .btn-row 控制对齐 */
  /* 移除button默认样式 */
  margin: 0;
  position: static;
  display: inline-block;
}
.ghost-btn::after {