examTeamApp/unpackage/dist/dev/mp-weixin/pages/home/home.wxss

129 lines
2.5 KiB
Plaintext
Raw Permalink Normal View History

@charset "UTF-8";
/* 主题色 */
2026-01-10 09:17:01 +08:00
.input3.data-v-92bb8f34 {
display: flex;
justify-content: space-around;
}
2026-01-10 09:17:01 +08:00
.input3 input.data-v-92bb8f34 {
border: 1rpx solid #ccc;
margin: 20rpx;
text-align: center;
2026-01-10 09:17:01 +08:00
height: 60rpx;
border-radius: 10rpx;
font-size: 50rpx;
}
2026-01-10 09:17:01 +08:00
.input3 input.data-v-92bb8f34:first-child,
.input3 input.data-v-92bb8f34:last-child {
width: 200rpx;
}
2026-01-10 09:17:01 +08:00
.bakBlue.data-v-92bb8f34 {
background-color: #007aff !important;
}
2026-01-10 09:17:01 +08:00
.appItems.data-v-92bb8f34 {
padding: 30rpx 0 30rpx 4rpx;
display: flex;
flex-wrap: wrap;
}
2026-01-10 09:17:01 +08:00
.appItems .item.data-v-92bb8f34 {
color: #333;
width: 100%;
2026-01-10 09:17:01 +08:00
height: 60px;
margin: 10rpx 15rpx;
position: relative;
background: #dfdfdf;
border-radius: 10px;
padding: 0 10px;
display: flex;
2026-01-10 09:17:01 +08:00
flex-direction: column;
justify-content: space-evenly;
}
2026-01-10 09:17:01 +08:00
.timers.data-v-92bb8f34 {
text-align: center;
2026-01-10 09:17:01 +08:00
margin-top: 30rpx;
}
2026-01-10 09:17:01 +08:00
.timers .time.data-v-92bb8f34 {
margin-bottom: 40rpx;
width: 100%;
2026-01-10 09:17:01 +08:00
font-size: 80rpx;
font-weight: bold;
}
2026-01-10 09:17:01 +08:00
.timers .btns.data-v-92bb8f34 {
display: flex;
2026-01-10 09:17:01 +08:00
justify-content: space-around;
}
2026-01-10 09:17:01 +08:00
.timers .btns view.data-v-92bb8f34 {
width: 200rpx;
height: 60rpx;
background-color: #007aff;
color: #fff;
line-height: 60rpx;
border-radius: 10rpx;
}
2026-01-10 09:17:01 +08:00
.timers .btns view.data-v-92bb8f34:active {
background-color: #2990ff;
}
2026-01-10 09:17:01 +08:00
.items.data-v-92bb8f34 {
width: 100%;
2026-01-10 09:17:01 +08:00
font-size: 32rpx;
overflow-y: scroll;
height: 300rpx;
background-color: #ccc;
margin: 40rpx 0;
2025-04-26 13:35:30 +08:00
}
2026-01-10 09:17:01 +08:00
.items .item.data-v-92bb8f34 {
padding: 4rpx 20rpx 0 20rpx;
}
2026-01-10 09:17:01 +08:00
.pl.data-v-92bb8f34 {
margin: 20rpx;
background-color: #007aff;
padding: 10rpx;
}
2026-01-10 09:17:01 +08:00
.classText.data-v-92bb8f34 {
width: 94%;
padding: 10rpx;
margin: 3%;
border: 1rpx solid #ececec;
}
2026-01-10 09:17:01 +08:00
.send.data-v-92bb8f34 {
background-color: #ff3e3e;
color: #fff;
}
2026-01-10 09:17:01 +08:00
.dis.data-v-92bb8f34 {
display: flex;
justify-content: space-between;
color: #fff;
text-align: center;
flex-wrap: wrap;
}
2026-01-10 09:17:01 +08:00
.dis view.data-v-92bb8f34 {
width: 100%;
2026-01-10 09:17:01 +08:00
border-radius: 8rpx;
font-size: 32rpx;
}
2026-01-10 09:17:01 +08:00
.barItems.data-v-92bb8f34 {
2024-10-04 13:36:52 +08:00
width: 100%;
}
2026-01-10 09:17:01 +08:00
.barItems .barItem.data-v-92bb8f34 {
2024-10-04 13:36:52 +08:00
display: flex;
2026-01-10 09:17:01 +08:00
justify-content: space-around;
height: 100rpx;
padding-top: 20rpx;
2024-10-04 13:36:52 +08:00
align-items: center;
}
2026-01-10 09:17:01 +08:00
.barItems .barItem .bar.data-v-92bb8f34 {
width: 300rpx;
2024-10-04 13:36:52 +08:00
display: flex;
2026-01-10 09:17:01 +08:00
justify-content: space-around;
}
2026-01-10 09:17:01 +08:00
.barItems .barItem .bar view.data-v-92bb8f34 {
border: 1rpx solid #ececec;
width: 50rpx;
height: 50rpx;
text-align: center;
}
2026-01-10 09:17:01 +08:00
.barItems .barItem .bar input.data-v-92bb8f34 {
width: 100rpx;
text-align: center;
2025-04-26 13:35:30 +08:00
}