pad-app/style/css/layout.css

76 lines
936 B
CSS
Raw Normal View History

2023-07-03 17:49:29 +08:00
.container {
2023-08-24 16:22:29 +08:00
min-height: calc(100vh - 68px);
2023-07-03 17:49:29 +08:00
background-color: #f5f6fa;
}
2023-07-10 17:11:31 +08:00
2023-11-01 18:40:05 +08:00
.contentFixed {
margin-top: 68px;
}
2023-09-23 20:16:54 +08:00
body {
font-size: 14px;
2023-07-10 17:11:31 +08:00
}
2023-07-03 17:49:29 +08:00
.zhanwei {
height: 100rpx;
}
2023-07-10 17:11:31 +08:00
2023-07-03 17:49:29 +08:00
.center {
text-align: center;
}
2023-07-10 17:11:31 +08:00
2023-07-03 17:49:29 +08:00
.red {
color: #e54d42;
}
2023-07-10 17:11:31 +08:00
2023-07-03 17:49:29 +08:00
.green {
color: #05b578;
}
2023-07-10 17:11:31 +08:00
2023-07-03 17:49:29 +08:00
.hui {
color: #999999;
}
2023-07-10 17:11:31 +08:00
2023-07-03 17:49:29 +08:00
.blue {
color: #1073d7;
}
2023-07-10 17:11:31 +08:00
2023-07-03 17:49:29 +08:00
.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;
2023-07-10 17:11:31 +08:00
}