Files
venue_wx/pages/loginIndex/index.wxss
limqhz 1559181b2e 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
2026-04-08 16:40:48 +08:00

72 lines
1.1 KiB
Plaintext

/* pages/loginIndex/index.wxss */
.container {
min-height: calc(100vh - 230rpx);
padding: 230rpx 124rpx 0 124rpx;
}
.input-box {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30rpx;
border-bottom: 2rpx solid #3f3e49;
}
.input-box>input {
flex: 1;
margin: 20rpx 0;
font-size: 24rpx;
color: #fff;
}
.input-box.isActive {
border-bottom: 2rpx solid #6e602f;
}
.input-box .placeholder {
color: rgba(255, 255, 255, 0.6);
}
.input-box>button {
padding: 0;
width: 120rpx;
background: none;
font-size: 24rpx;
color: rgba(255, 255, 255, 0.6);
text-align: center;
}
.input-box>button::after {
border: none;
}
.agreement {
display: flex;
align-items: flex-start;
margin-top: 30rpx;
font-size: 22rpx;
color: rgba(255, 255, 255, 0.6);
}
.agreement-text {
flex: 1;
line-height: 1.6;
}
.agreement .protocol {
color: #b1992f;
}
.agreement checkbox {
transform: scale(0.6);
}
.login-btn {
margin-top: 100rpx;
height: 80rpx;
border-radius: 40rpx;
background: #ffda2e;
color: #252330;
font-size: 26rpx;
line-height: 80rpx;
}