64 lines
840 B
CSS
64 lines
840 B
CSS
.container {
|
|
min-height: 100vh;
|
|
background-color: #f5f6fa;
|
|
}
|
|
.zhanwei {
|
|
height: 100rpx;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
.red {
|
|
color: #e54d42;
|
|
}
|
|
.green {
|
|
color: #05b578;
|
|
}
|
|
.hui {
|
|
color: #999999;
|
|
}
|
|
.blue {
|
|
color: #1073d7;
|
|
}
|
|
.head {
|
|
background-color: #fff;
|
|
height: 120rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.head .info {
|
|
display: flex;
|
|
justify-content: start;
|
|
}
|
|
|
|
.head .info .toux {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 120rpx;
|
|
background-color: #cccccc;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.head .info .name {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.head .info .che {
|
|
color: #ccc;
|
|
font-size: 25rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.head .rqi {
|
|
color: #ccc;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 25rpx;
|
|
}
|
|
|
|
|