Files
peko-h5/view/peko/modules/statistic/css/serial.css
2023-08-01 22:45:49 +08:00

305 lines
6.7 KiB
CSS

html,
body {
width: 100%;
height: 100%;
background-color: #F5F5F5;
}
.max {
display: none;
width: 10rem;
height: 100%;
background-color: #F5F5F5;
position: relative;
margin: 0 auto;
}
.max .starlet {
width: 100%;
height: 5.3rem;
background: linear-gradient(0deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
z-index: 1000;
overflow: hidden;
cursor: pointer;
}
.max .starlet img {
width: 1.7333333333rem;
height: 1.6rem;
display: block;
margin: 0.9733333333rem auto 0;
border-radius: 0.2666666667rem;
}
.max .starlet img.peko {
width: 2.48rem;
height: 1.0133333333rem;
}
.max .userInfo {
width: 9.2rem;
height: 2rem;
margin: 0 auto;
border-radius: 0.32rem;
margin-top: 0.5333333333rem;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
background-color: #fff;
}
.max .userInfo .user-i {
width: 70%;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
justify-content: center;
flex-direction: column;
}
.max .userInfo .user-i > div {
width: 100%;
height: 1.0666666667rem;
display: -webkit-flex;
display: flex;
display: -moz-box;
line-height: 1.4rem;
}
.max .userInfo .user-i > div .userName {
white-space: nowrap;
overflow: hidden;
width: 3.7rem;
text-overflow: ellipsis;
}
.max .userInfo .user-i > div:first-child {
font-size: 0.4rem;
color: #333;
margin-left: 0.3866666667rem;
}
.max .userInfo .user-i > div:last-child {
color: #999;
font-size: 0.32rem;
line-height: 0.8666666667rem;
}
.max .userInfo .user-i > div label {
margin-left: 0.3866666667rem;
}
.max .userInfo .user-i > div .erbanNo {
margin-left: 0.2666666667rem;
}
.max .userInfo .user-room-receipt {
width: 2.6666666667rem;
height: 0.64rem;
border-radius: 0.32rem;
font-size: 0.3733333333rem;
color: #fff;
text-align: center;
line-height: 0.64rem;
margin-right: 0.2666666667rem;
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
}
.max .serial {
width: 9.2rem;
margin: 0 auto;
overflow: hidden;
border-radius: 0.32rem;
background: #fff;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 0.2666666667rem;
}
.max .serial li {
width: 100%;
height: 2rem;
background-color: white;
border-bottom: 1px solid #EFEFEF;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.max .serial li p {
flex: 1;
height: 1.3333333333rem;
color: #333;
}
.max .serial li p:first-child {
text-align: center;
border-right: 1px solid lightgray;
width: 5.3333333333rem;
font-size: 18px;
line-height: 1.3333333333rem;
font-weight: bold;
}
.max .serial li p.content {
width: 5.3333333333rem;
text-align: center;
display: flex;
flex-direction: column;
flex-direction: column;
justify-content: center;
}
.max .serial li p.content span {
display: block;
width: 100%;
font-size: 18px;
line-height: 18px;
font-size: 0.2933333333rem;
}
.max .serial li p.content span:first-child {
color: #FFBC52;
font-size: 0.4rem;
}
.max .serial li p.content span.name {
color: #999999;
}
.max .serial .week {
background-color: #fff;
width: 100%;
height: 2rem;
border-bottom: 1px solid #EFEFEF;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.max .serial .week p {
border: 0;
flex: 1;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.max .serial .week p.weeks {
text-align: center;
border-right: 1px solid lightgray;
width: 5.3333333333rem;
font-size: 18px;
line-height: 1.3333333333rem;
font-weight: bold;
}
.max .serial .week p.content {
box-sizing: border-box;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
flex-direction: column;
line-height: 18px;
}
.max .serial .week p.content .number {
color: #FFBC52;
font-size: 0.4rem;
}
.max .serial .week p.content .name {
text-align: center;
color: #999999;
font-size: 0.2933333333rem;
}
.max .serial .month {
background-color: #F5F5F5;
width: 100%;
height: 2rem;
border-bottom: 1px solid #EFEFEF;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.max .serial .month p {
border: 0;
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.max .serial .month p.date {
width: 2.6666666667rem;
font-weight: bold;
color: #CCCCCC;
line-height: 18px;
font-size: 18px;
}
.max .serial .month p.content {
display: -webkit-flex;
display: flex;
display: -moz-box;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 30px;
line-height: 18px;
}
.max .serial .month p.content .number {
font-size: 18px;
margin-bottom: 0.1333333333rem;
}
.max .serial .month p.content .name {
color: #CCCCCC;
}
/*# sourceMappingURL=serial.css.map */