123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- /* pages/reportDetail/reportDetail.wxss */
- .detail {
- width: 100%;
- height: 100%;
- }
- .left-nav {
- width: 220rpx;
- height: 100%;
- overflow-y: scroll;
- }
- .right-value {
- width: 530rpx;
- height: 100%;
- }
- .scroll-view-item {
- width: 100%;
- min-height: 1472rpx;
- }
- .left-nav-item {
- width: 100%;
- height: 122rpx;
- background-color: #f7f7f7;
- border-bottom: 1rpx solid #dddddd;
- box-sizing: border-box;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .left-nav-item-active {
- background-color: #fff;
- border: 0;
- color: var(--maincolor);
- }
- .noborder {
- border: 0;
- }
- .no-data {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .summary-title {
- font-size: 26rpx;
- color: #333;
- font-weight: bold;
- text-indent: 30rpx;
- padding-top: 20rpx;
- }
- .summary-tips {
- font-size: 26rpx;
- color: #666;
- text-indent: 30rpx;
- padding: 30rpx;
- }
- .no-padding {
- padding-top: 0;
- padding-bottom: 0;
- }
- .appraise-title {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- text-align: center;
- line-height: 86rpx;
- }
- .b-item {
- width: 100%;
- height: 88rpx;
- border: 1rpx solid #ddd;
- border-bottom: 0;
- box-sizing: border-box;
- padding: 0 30rpx;
- font-size: 26rpx;
- }
- .light-text {
- color: #999;
- }
- .deep-text {
- color: #333;
- }
- .sub-menu-item {
- height: 60rpx;
- background-color: rgba(69, 166, 181, 0.2);
- font-size: 26rpx;
- color: #333333;
- text-align: center;
- line-height: 60rpx;
- }
- .suppose-item {
- text-align: left;
- font-weight: 400;
- color: #333;
- }
- .standard {
- padding: 30rpx;
- border: 1rpx solid #ddd;
- box-sizing: border-box;
- }
- .standard-item {
- margin-bottom: 20rpx;
- }
- .index-text {
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- display: inline-block;
- }
- .flagitem {
- width: 27rpx;
- height: 40rpx;
- border: 1rpx solid #ddd;
- display: inline-block;
- }
- .flagitemrightnone {
- border-right: 0;
- }
- .red-flagitem {
- background-color: #9A1D16;
- }
- .annotation {
- font-size: 22rpx;
- font-weight: 400;
- color: #999999;
- }
- .sub-title {
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- text-indent: 30rpx;
- padding: 30rpx;
- }
- .psic-title {
- height: 60rpx;
- background-color: rgba(69, 166, 181, 0.2);
- font-size: 26rpx;
- color: #333333;
- text-align: center;
- line-height: 60rpx;
- }
- .sum-title {
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- text-indent: 30rpx;
- padding: 30rpx;
- }
- .psic-item {
- height: 92rpx;
- border: 1rpx solid #DDDDDD;
- box-sizing: border-box;
- font-size: 26rpx;
- }
- .sys-e-name {
- width: calc(100% - 168rpx);
- height: 100%;
- padding-left: 20rpx;
- border-right: 1rpx solid #ddd;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- }
- .index-value {
- width: 168rpx;
- height: 100%;
- text-align: center;
- line-height: 90rpx;
- }
- .text-item {
- font-size: 26rpx;
- font-weight: 400;
- padding: 10rpx 30rpx;
- border: 1rpx solid #ddd;
- box-sizing: border-box;
- border-top: 0;
- margin-bottom: 20rpx;
- }
- .s-title {
- width: 100%;
- height: 122rpx;
- color: #333333;
- text-indent: 30rpx;
- }
- .s-item {
- margin-top: 40rpx;
- }
- .s-item-nomargin {
- margin: 0;
- }
- .s-item-title {
- font-size: 26rpx;
- color: #333;
- padding: 0 30rpx;
- }
- .s-item-value {
- font-size: 26rpx;
- margin-top: 10rpx;
- color: #666;
- line-height: 36rpx;
- padding: 0 30rpx;
- }
- .system {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- }
- .sys-item {
- width: 100%;
- min-height: 60rpx;
- }
- .sys-header {
- width: 100%;
- height: 60rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- background-color: rgba(69,166,181,.2);
- }
- .sys-content-item {
- width: 100%;
- height: 88rpx;
- border-left: 1rpx solid #DDDDDD;
- box-sizing: border-box;
- border-top: 0;
- }
- .sts-lanel {
- width: 350rpx;
- font-size: 26rpx;
- font-weight: 400;
- padding-left: 20rpx;
- color: #333333;
- height: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- border-bottom: 1rpx solid #ddd;
- box-sizing: border-box;
- }
- .level {
- width: 60rpx;
- height: 88rpx;
- border-bottom: 1rpx solid #ddd;
- box-sizing: border-box;
- }
- .level-a {
- border-left: 1rpx solid #ddd;
- border-right: 1rpx solid #ddd;
- }
- .level-b {
- border-right: 1rpx solid #ddd;
- }
- .red {
- background-color:#9A1D16;
- }
|