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