333 lines
6.6 KiB
Plaintext
333 lines
6.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;
|
|
}
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.clock_con.data-v-42d6d64b {
|
|
margin: 24rpx auto;
|
|
width: 690rpx;
|
|
height: calc(100vh - 210rpx);
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
}
|
|
.clock_con .top_warp.data-v-42d6d64b {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
align-items: center;
|
|
padding-top: 140rpx;
|
|
}
|
|
.clock_con .top_warp .companyimg.data-v-42d6d64b {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.clock_con .top_warp .company.data-v-42d6d64b {
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
}
|
|
.clock_con .text.data-v-42d6d64b {
|
|
text-align: center;
|
|
}
|
|
.clock_con .clock_info.data-v-42d6d64b {
|
|
width: 460rpx;
|
|
margin: 80rpx auto 20rpx;
|
|
border-top: 1rpx solid #f5f5f5;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.clock_con .clock_info .li.data-v-42d6d64b {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 24rpx 0;
|
|
}
|
|
.clock_con .clock_info .li .label.data-v-42d6d64b {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
.clock_con .clock_info .li .time.data-v-42d6d64b {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.out_warp.data-v-42d6d64b {
|
|
width: 750rpx;
|
|
height: calc(100vh - 210rpx);
|
|
background: #fff;
|
|
}
|
|
.mapbox.data-v-42d6d64b {
|
|
width: 750rpx;
|
|
height: 400rpx;
|
|
overflow: hidden;
|
|
}
|
|
.locainfo.data-v-42d6d64b {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.locainfo .localeft.data-v-42d6d64b {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.locainfo .localeft .dingwei.data-v-42d6d64b {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.locainfo .localeft .text.data-v-42d6d64b {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
.addcontent.data-v-42d6d64b {
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
color: #008EFF;
|
|
width: 750rpx;
|
|
background: #fff;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.remarkbox.data-v-42d6d64b {
|
|
width: 690rpx;
|
|
margin: 24rpx auto;
|
|
border: 1rpx solid #f5f5f5;
|
|
padding: 15rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.remarkbox .remark_text.data-v-42d6d64b {
|
|
width: 500rpx;
|
|
font-size: 24rpx;
|
|
line-height: 34rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.remarkbox .imgbox.data-v-42d6d64b {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
position: relative;
|
|
}
|
|
.remarkbox .imgbox .selfimg.data-v-42d6d64b {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.remarkbox .imgbox .imgnum.data-v-42d6d64b {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
line-height: 30rpx;
|
|
color: #fff;
|
|
}
|
|
.clock_box.data-v-42d6d64b {
|
|
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: 80rpx auto;
|
|
}
|
|
.clock_box .time.data-v-42d6d64b {
|
|
font-size: 42rpx;
|
|
text-align: center;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.clock_box .time ._span.data-v-42d6d64b {
|
|
-webkit-animation: twinkle-data-v-42d6d64b 1s infinite;
|
|
animation: twinkle-data-v-42d6d64b 1s infinite;
|
|
}
|
|
.clock_box .status.data-v-42d6d64b {
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
}
|
|
@-webkit-keyframes twinkle-data-v-42d6d64b {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes twinkle-data-v-42d6d64b {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.clockbox.data-v-c0dd446a {
|
|
background: #f5f5f5;
|
|
}
|
|
.top_warp.data-v-c0dd446a {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
margin-bottom: 24rpx;
|
|
background: #fff;
|
|
}
|
|
.top_warp .topli.data-v-c0dd446a {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
.top_warp .topli_a.data-v-c0dd446a {
|
|
color: #008EFF;
|
|
}
|
|
.swiper.data-v-c0dd446a {
|
|
width: 750rpx;
|
|
height: calc(100vh - 200rpx);
|
|
}
|