92 lines
1.5 KiB
CSS
92 lines
1.5 KiB
CSS
|
|
page{
|
||
|
|
background: #F0F0F0;
|
||
|
|
}
|
||
|
|
/* 主体开始 */
|
||
|
|
.steadyDetails-block{
|
||
|
|
background:#F9F9F9;
|
||
|
|
}
|
||
|
|
/* 时间开始 */
|
||
|
|
.time-block{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
background:rgba(255,255,255,1);
|
||
|
|
height: 94rpx;
|
||
|
|
padding: 0 40rpx;
|
||
|
|
}
|
||
|
|
.time-location{
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #000000;
|
||
|
|
}
|
||
|
|
.time-text{
|
||
|
|
color: #000000;
|
||
|
|
font-size: 30rpx;
|
||
|
|
}
|
||
|
|
/* 时间结束 */
|
||
|
|
/* 基础信息开始 */
|
||
|
|
.index-block{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: flex-start;
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
.index-title{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
background: #FFFFFF;
|
||
|
|
height: 102rpx;
|
||
|
|
}
|
||
|
|
.index-title-left{
|
||
|
|
width: 6rpx;
|
||
|
|
height: 34rpx;
|
||
|
|
margin-left: 40rpx;
|
||
|
|
}
|
||
|
|
.index-title-right{
|
||
|
|
height: 42rpx;
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #000000;
|
||
|
|
margin-left: 20rpx;
|
||
|
|
}
|
||
|
|
.index-content{
|
||
|
|
margin-top: 20rpx;
|
||
|
|
background: #FFFFFF;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
height: 92rpx;
|
||
|
|
}
|
||
|
|
.index-content-text{
|
||
|
|
color: #303233;
|
||
|
|
font-size: 30rpx;
|
||
|
|
margin-left: 80rpx;
|
||
|
|
height: 42rpx;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
.index-content-pic{
|
||
|
|
width: 40rpx;
|
||
|
|
height: 40rpx;
|
||
|
|
margin-right: 30rpx;
|
||
|
|
}
|
||
|
|
/* 基础信息结束 */
|
||
|
|
/* 重试页面开始 */
|
||
|
|
.error-block{
|
||
|
|
height: 60%;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
position: absolute;
|
||
|
|
top: -10%;
|
||
|
|
margin-top: 300rpx;
|
||
|
|
}
|
||
|
|
.retry_button{
|
||
|
|
margin-top: 10rpx;
|
||
|
|
border-radius: 10%;
|
||
|
|
}
|
||
|
|
/* 重试页面结束 */
|
||
|
|
/* 主体结束 */
|