You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

175 lines
3.3 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content {
display: flex;
align-items: center;
}
.u-tag__text {
font-size: 22rpx;
padding: 0 10rpx;
}
page {
font-size: 21px;
}
.top-btn {
height: 40px;
line-height: 40px;
border-radius: 10px;
padding: 0 15px;
color: #fff;
margin: 5px 10px;
background: #088FEB;
}
.table {
display: flex;
height: auto;
overflow-x: scroll;
width: 100%;
white-space: nowrap;
}
.table-content {
flex: 0 0 auto;
overflow-x: scroll;
padding-bottom: 20px;
}
.table-th {
width: 100%;
height: 40px;
line-height: 40px;
background: #088FEB;
color: #fff;
}
.table-th view {
width: 130px;
float: left;
text-align: center;
border-right: 1px solid #fff;
}
.table-tr {
flex: 0 0 auto;
width: 100%;
height: 40px;
position: relative;
line-height: 40px;
color: #000;
}
.table-tr view {
width: 130px;
height: 40px;
float: left;
text-align: center;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}
.book-mask {
z-index: 99;
position: absolute;
top: 108px;
left: 510px;
width: 200px;
max-height: 200px;
overflow: scroll;
background: #fff;
padding: 10rpx;
border-radius: 5px;
border: 1px solid #e5e5e5;
}
.sign-popup {
width: 250px;
height: auto;
max-height: 450px;
overflow: scroll;
background: #fff;
border-radius: 10px;
position: relative;
margin-bottom: 20px;
}
.uni-data-select {
width: 75%;
text-align: center;
}
.uni-stat__select {
height: 50px;
border: 1px solid #eee;
}
.uni-select__selector-empty, .uni-select__selector-item {
display: flex;
cursor: pointer;
height: 50px;
line-height: 50px !important;
font-size: 21px !important;
text-align: center;
padding: 0px 10px;
}
.uni-select {
border: none !important;
border-radius: 0 !important;
height: 40px !important;
padding-left: 0 !important;
}
.uni-select__input-placeholder {
color: #6a6a6a;
font-size: 21px !important;
width: 400rpx;
}
.uni-select__input-text {
font-size: 21px !important;
}
.uni-date__x-input {
height: 40rpx !important;
line-height: 40rpx !important;
font-size: 21px !important;
}
.uni-date-x .range-separator {
height: 40px !important;
line-height: 40px !important;
font-size: 21px !important;
}
.uni-icons {
font-size: 30px !important;
}
.empty-text, .kk-btn-wrap view, .kk-devices-item view {
font-size: 21px !important;
}
.kk-modal {
width: 400px !important;
height: 500px !important;
padding: 20px !important;
}
.operate-btn {
padding: 0 5px;
color: #fff;
border-radius: 5px;
height: 34px;
line-height: 34px;
margin: 0 0 0 10px;
display: inline-block;
}
.uni-calendar__weeks-day-text {
font-size: 21px;
}
.color-box {
display: flex;
padding: 0 5px;
height: 50px;
line-height: 50px;
}
.color-piece {
width: 30px;
height: 30px;
margin-top: 10px;
}
.uni-calendar-item__weeks-box-text, .uni-calendar__weeks-day-text, .uni-calendar__header-text {
font-size: 21px !important;
}
.uni-calendar-item__weeks-box-item, .uni-calendar__header-btn-box {
width: 50px !important;
height: 50px !important;
}
.uni-calendar__weeks-day {
height: 50px !important;
}