129 lines
2.6 KiB
Plaintext
129 lines
2.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.clock_con.data-v-3c159da8 {
|
|
margin: 0 auto;
|
|
width: 690rpx;
|
|
height: calc(100vh - 210rpx);
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
position: relative;
|
|
}
|
|
.clock_con .set_guize.data-v-3c159da8 {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
width: 45rpx;
|
|
height: 45rpx;
|
|
}
|
|
.clock_con .top_warp.data-v-3c159da8 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
align-items: center;
|
|
padding-top: 140rpx;
|
|
}
|
|
.clock_con .top_warp .companyimg.data-v-3c159da8 {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.clock_con .top_warp .tip.data-v-3c159da8 {
|
|
font-size: 30rpx;
|
|
color: #008EFF;
|
|
margin: 15rpx 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
.clock_con .top_warp .company.data-v-3c159da8 {
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
}
|
|
.clock_con .clock_box.data-v-3c159da8 {
|
|
width: 260rpx;
|
|
height: 260rpx;
|
|
border-radius: 50%;
|
|
border: 15rpx solid #008EFF;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
align-items: center;
|
|
margin: 120rpx auto 200rpx;
|
|
}
|
|
.clock_con .clock_box .time.data-v-3c159da8 {
|
|
font-size: 42rpx;
|
|
text-align: center;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.clock_con .clock_box .time ._span.data-v-3c159da8 {
|
|
-webkit-animation: twinkle-data-v-3c159da8 1s infinite;
|
|
animation: twinkle-data-v-3c159da8 1s infinite;
|
|
}
|
|
.clock_con .clock_box .status.data-v-3c159da8 {
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
}
|
|
.clock_con .text.data-v-3c159da8 {
|
|
text-align: center;
|
|
}
|
|
.clock_con .clock_info.data-v-3c159da8 {
|
|
width: 460rpx;
|
|
margin: 80rpx auto 20rpx;
|
|
border-top: 1rpx solid #f5f5f5;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.clock_con .clock_info .li.data-v-3c159da8 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 24rpx 0;
|
|
}
|
|
.clock_con .clock_info .li .label.data-v-3c159da8 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
.clock_con .clock_info .li .time.data-v-3c159da8 {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.clock_con .result.data-v-3c159da8 {
|
|
width: 460rpx;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.clock_con .result .re_fir.data-v-3c159da8 {
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
margin-right: 15rpx;
|
|
}
|
|
.clock_con .result .re_fir.data-v-3c159da8:last-child {
|
|
margin-left: 15rpx;
|
|
}
|
|
@-webkit-keyframes twinkle-data-v-3c159da8 {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes twinkle-data-v-3c159da8 {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|