179 lines
3.5 KiB
Plaintext
179 lines
3.5 KiB
Plaintext
@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;
|
|
}
|
|
}
|