123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .detail {
- width: 100%;
- height: 100%;
- }
- .left-nav {
- width: 220rpx;
- height: 100%;
- overflow-y: scroll;
- }
- .right-value {
- width: 530rpx;
- height: 100%;
- overflow-y: scroll;
- }
- .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;
- }
- .s-title {
- width: 100%;
- height: 122rpx;
- font-size: 26rpx;
- color: #333333;
- text-indent: 30rpx;
- }
- .s-item {
- margin-top: 40rpx;
- }
- .s-item-nomargin {
- margin: 0;
- }
- .s-item-title {
- font-size: 26rpx;
- color: #333;
- padding-top: 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,.5);
- }
- .sys-content-item {
- width: 100%;
- height: 88rpx;
- border: 1rpx solid #DDDDDD;
- box-sizing: border-box;
- border-top: 0;
- }
- .sts-lanel {
- width: 350rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- height: 100%;
- text-indent: 30rpx;
- line-height: 88rpx;
- }
- .level {
- width: 60rpx;
- height: 88rpx;
- }
- .level-a {
- border-left: 1rpx solid #ddd;
- border-right: 1rpx solid #ddd;
- }
- .level-b {
- border-right: 1rpx solid #ddd;
- }
- .red {
- background-color:#9A1D16;
- }
|