113 lines
1.9 KiB
CSS
113 lines
1.9 KiB
CSS
page{
|
|
background: #F0F0F0;
|
|
}
|
|
/* 主体开始 */
|
|
.steady-block{
|
|
background: #F0F0F0;
|
|
}
|
|
/* 时间开始 */
|
|
.time-block{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
background:rgba(255,255,255,1);
|
|
height: 94rpx;
|
|
align-items: center;
|
|
}
|
|
.time-pic{
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin: 26rpx 0rpx 24rpx 40rpx;
|
|
}
|
|
.time-text{
|
|
color: #000000;
|
|
font-size: 30rpx;
|
|
margin-left: 20rpx;
|
|
|
|
}
|
|
/* 时间结束 */
|
|
/* 基础信息开始 */
|
|
.basic-block{
|
|
margin-top: 20rpx;
|
|
background:rgba(255,255,255,1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
.basic-title{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
height: 42rpx;
|
|
align-items: center;
|
|
margin: 30rpx 40rpx 0 40rpx;
|
|
}
|
|
.basic-title-left{
|
|
width: 6rpx;
|
|
height: 34rpx;
|
|
}
|
|
.basic-title-right{
|
|
color: #000000;
|
|
font-size: 30rpx;
|
|
margin-left: 14rpx;
|
|
font-weight:500;
|
|
}
|
|
.basic-content{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
margin-top: 8rpx;
|
|
}
|
|
.basic-content-line-one{
|
|
height: 92rpx;
|
|
margin: 12rpx 40rpx 0 40rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.basic-content-line-one-left{
|
|
color: #303233;
|
|
font-size: 30rpx;
|
|
}
|
|
.basic-content-line-one-right{
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.basic-content-line-two{
|
|
height:2rpx;
|
|
background:#F0F0F0;
|
|
}
|
|
.basic-content-line-three{
|
|
width: 670rpx;
|
|
height: 144rpx;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
margin: 0 40rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.basic-content-line-four{
|
|
height:20rpx;
|
|
background:#F0F0F0;
|
|
}
|
|
/* 基础信息结束 */
|
|
/* 重试页面开始 */
|
|
.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%;
|
|
}
|
|
/* 重试页面结束 */
|
|
/* 主体结束 */ |