| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- page {
- background: #F8F9FA;
- }
- .content {
- width: 100vw;
- display: flex;
- flex-direction: column;
- padding: 30rpx;
- position: relative;
- box-sizing: border-box;
- }
- .see-aico-info {
- width: 100%;
- height: 84rpx;
- margin-bottom: 20rpx;
- }
- .flex-level-center {
- display: flex;
- /*水平居中*/
- justify-content: center;
- }
- .flex-vertical-center {
- display: flex;
- /*垂直居中*/
- align-items: center;
- }
- .flex-column {
- display: flex;
- flex-direction: column;
- }
- .flex-space-between {
- display: flex;
- justify-content: space-between;
- }
- .see-aico-item {
- display: flex;
- height: 100%;
- padding: 0 30rpx;
- background: #FFFFFF;
- box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
- border-radius: 12rpx 12rpx 12rpx 12rpx;
- white-space: nowrap;
- }
- .see-aico-img {
- width: 36rpx;
- height: 36rpx;
- margin-right: 12rpx;
- }
- .see-aico-text {
- height: 36rpx;
- font-weight: 400;
- font-size: 30rpx;
- color: #333333;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- align-items: center;
- }
- .bindNotesInput {
- height: 36rpx;
- width: 100%;
- font-weight: 400;
- font-size: 26rpx;
- color: #888888;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- .see-aico-list {
- width: 100%;
- background: #FFFFFF;
- box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
- border-radius: 12rpx 12rpx 12rpx 12rpx;
- margin-bottom: 16rpx;
- box-sizing: border-box;
- padding: 0 30rpx;
- }
- .bg-col-1{
- background: #EDFFFD;
- }
- .bg-col-2{
- background-color: #FFFFFF ;
- }
- .bg-col-3{
- background: #FFE5E5;
- }
- .status-text-col-1{
- color: #0BC3AA;
- }
- .status-text-col-2{
- color: #F76666 ;
- }
- .status-text-col-3{
- color: #F76666 ;
- }
- .see-aico-list-tbm-1 {
- padding-top: 30rpx;
- padding-bottom: 30rpx;
- }
- .room-number{
- flex:2;
- margin-left: 40rpx;
- height: 100%;
- }
- .room-number-text{
- font-weight: 400;
- font-size: 36rpx;
- color: #333333;
- line-height: 48rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- .inspection-date{
- flex:3;
- height: 100%;
- }
- .inspection-date-text{
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- margin-bottom: 8rpx;
- }
- .room-status{
- flex:2;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- height: 100%;
- }
- .room-status-title{
- width: 2rpx;
- height: 32rpx;
- background: #DEDEDE;
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- margin-right: 30rpx;
- }
- .room-status-text-box{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .room-status-text{
- font-weight: 400;
- font-size: 30rpx;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- .room-anomalies{
- font-weight: 400;
- font-size: 24rpx;
- color: #333333;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- margin-top: 12rpx;
- }
- .item-title{
- font-weight: 400;
- font-size: 24rpx;
- color: #777777;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
|