jingshuiji/pages/chooseEntrance/chooseEntrance.wxss
2025-06-06 15:07:26 +08:00

32 lines
753 B
Plaintext

.container {
display: flex;
flex-direction: column;
align-items: center;
padding: 40rpx;
/* background: linear-gradient(359deg, rgba(255, 255, 255, 0) 0%, rgba(77, 154, 255, 0.15) 100%); */
background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/partner/deskBg.png?1) no-repeat;
height: 100vh;
padding-top: 300rpx;
}
.title {
font-size: 36rpx;
font-weight: bold;
margin-bottom: 60rpx;
}
.entrance-item {
width: 80%;
height: 120rpx;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
border-radius: 16rpx;
margin-bottom: 40rpx;
}
.label {
font-size: 32rpx;
color: #2583ff;
}