增加巡检内容
This commit is contained in:
@@ -292,16 +292,28 @@ page {
|
||||
color:#3384DF;
|
||||
font-size:38rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
.white-bg .blue-sub-title{
|
||||
color:#3384DF;
|
||||
font-size:28rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
.white-bg .blue-sub-title text{
|
||||
font-weight:normal;
|
||||
}
|
||||
.white-bg .green-title{
|
||||
color:#12BC36;
|
||||
font-size:38rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
.white-bg .red-title{
|
||||
color:#FF687A;
|
||||
font-size:38rpx;
|
||||
font-weight: bold;
|
||||
margin:10rpx 0;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
@@ -693,7 +705,13 @@ uni-button[type='primary'][plain] {
|
||||
/* 日历修改 begin */
|
||||
.calender-con{
|
||||
box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.15);
|
||||
padding-bottom:30rpx;
|
||||
padding-bottom:40rpx;
|
||||
}
|
||||
.calender-con .uni-calendar__content{
|
||||
padding:0 20rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__backtoday{
|
||||
right:-20rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__header-text{
|
||||
color:#333333 !important;
|
||||
@@ -709,35 +727,55 @@ uni-button[type='primary'][plain] {
|
||||
font-size: 34rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar__weeks{
|
||||
padding:0 20rpx !important;
|
||||
padding:0 0rpx !important;
|
||||
}
|
||||
|
||||
.calender-con .uni-calendar-item__weeks-box-item{
|
||||
width:auto !important;
|
||||
height:80rpx !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--checked{
|
||||
background-color:#fff !important;
|
||||
opacity:1 !important;
|
||||
color:#333 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--isDay{
|
||||
background-color: transparent !important;
|
||||
background-color: #fff !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item__weeks-box-text{
|
||||
background-color: #EEEEEE !important;
|
||||
width:60rpx !important;
|
||||
height:60rpx !important;
|
||||
width:62rpx !important;
|
||||
height:62rpx !important;
|
||||
line-height: 55rpx !important;
|
||||
/* #ifdef APP-PLUS */
|
||||
line-height: 65rpx !important;
|
||||
/* #endif */
|
||||
border-radius: 50% !important;
|
||||
text-align: center !important;
|
||||
font-size:34rpx !important;
|
||||
color:#333333 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--checked .uni-calendar-item__weeks-box-text{
|
||||
background-color:#FF9638 !important;
|
||||
color:#fff !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--disable{
|
||||
background-color: transparent !important;
|
||||
color:#E3E3E3 !important;
|
||||
}
|
||||
.calender-con .uni-calendar-item--isDay-text{
|
||||
.calender-con .uni-calendar-item--isDay.uni-calendar-item--isDay-text{
|
||||
background-color: #FF9638 !important;
|
||||
color:#fff !important;
|
||||
width:65rpx !important;/*72rpx*/
|
||||
height: 65rpx !important;
|
||||
line-height: 60rpx !important;
|
||||
/* #ifdef APP-PLUS */
|
||||
line-height: 65rpx !important;
|
||||
/* #endif */
|
||||
}
|
||||
.calender-con .uni-calendar-item__weeks-lunar-text.uni-calendar-item--isDay-text span{
|
||||
.calender-con .uni-calendar-item__weeks-lunar-text.uni-calendar-item--isDay-text{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* 日历修改 end */
|
||||
Reference in New Issue
Block a user