modified: pages/basketballGym/index.js

modified:   pages/basketballGym/index.wxml
modified:   pages/currentEnter/index.wxml
modified:   pages/loginIndex/index.js
modified:   pages/loginIndex/index.wxml
modified:   pages/loginIndex/index.wxss
modified:   pages/myEnters/index.wxml
modified:   utils/api.js
modified:   utils/util.js
This commit is contained in:
2026-04-08 16:40:48 +08:00
parent db13ba7c1c
commit 1559181b2e
9 changed files with 156 additions and 166 deletions

View File

@@ -42,23 +42,23 @@
.agreement {
display: flex;
align-items: center;
align-items: flex-start;
margin-top: 30rpx;
font-size: 22rpx;
color: rgba(255, 255, 255, 0.6);
}
.agreement>button {
padding: 0;
margin: 0;
color: #b1992f;
font-size: 22rpx;
line-height: 22rpx;
background: none;
.agreement-text {
flex: 1;
line-height: 1.6;
}
.agreement>button::after {
border: none;
.agreement .protocol {
color: #b1992f;
}
.agreement checkbox {
transform: scale(0.6);
}
.login-btn {