| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- /* 项目总览 */
- .projectAll{
- margin-top: 26rpx;
- width: 100%;
- height: 350rpx;
- background: #FFFFFF;
- }
- .all-text{
- margin: 27rpx 0 0 19rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: rgba(0, 0, 0, 1);
- }
- .all-more{
- margin: -47rpx 0 0 581rpx;
- width: 149rpx;
- height: 59rpx;
- border-radius: 92rpx;
- background: #0061FF;
- font-size: 28rpx;
- color: rgba(255, 255, 255, 1);
- line-height: 59rpx;
- text-align: center;
- }
- .all-select{
- display: flex;
- margin: 31rpx 0 0 19rpx;
- width: 712rpx;
- height: 90rpx;
- border-radius: 7rpx;
- background: rgba(242, 247, 255, 1);
- align-items: center;
- }
- .all-list{
- width: 211rpx;
- height: 71rpx;
- border-radius: 7rpx;
- background: rgba(0, 97, 255, 0.1);
- border: 1rpx solid rgba(0, 97, 255, 1);
- font-size: 28rpx;
- line-height: 71rpx;
- color: rgba(0, 97, 255, 1);
- text-align: center;
- }
- .all-list2{
- width: 211rpx;
- height: 71rpx;
- border-radius: 7rpx;
- font-size: 28rpx;
- line-height: 71rpx;
- color: rgba(56, 56, 56, 1);
- text-align: center;
- }
- .all-num{
- display: flex;
- margin: 31rpx 0 0 19rpx;
- width: 712rpx;
- }
- .shuzi{
- width: 20%;
- text-align: center;
- font-size: 24rpx;
- font-weight: 400;
- color: rgba(128, 128, 128, 1);
- }
- .shu-num{
- font-size: 40rpx;
- color: rgba(0, 0, 0, 1);
- font-weight: 500;
- }
- /* 项目列表 */
- .projectlist{
- margin-top: 20rpx;
- width: 100%;
- height: 741rpx;
- background: #FFFFFF;
- }
- .all-cui{
- margin: -47rpx 0 0 412rpx;
- width: 149rpx;
- height: 59rpx;
- border-radius: 92rpx;
- border: 1rpx solid rgba(0, 97, 255, 1);
- font-size: 28rpx;
- color: rgba(0, 97, 255, 1);
- line-height: 59rpx;
- text-align: center;
- }
- /* 列表 */
- .projectL{
- margin-top: 10rpx;
- width: 100%;
- font-size: 24rpx;
- color: rgba(0, 0, 0, 1);
- }
- .projectName{
- margin: 45rpx 0 0 20rpx;
- font-size: 28rpx;
- font-weight: 500;
- }
- .uni-progress-bar {
- border-radius: 129rpx;
- }
- .uni-progress-inner-bar {
- border-radius: 129rpx;
- }
- .uni-progress-info {
- margin-top: 0;
- margin-bottom: 0;
- min-width: 2em;
- margin-left: 15px;
- font-size: 24rpx;
- color: rgba(0, 0, 0, 1);
- }
- uni-progress {
- width: 90%;
- margin: 25rpx 0 0 20rpx;
- }
- .projectLine{
- margin: 40rpx 0 0 20rpx;
- width: 711rpx;
- height: 1rpx;
- background: rgba(230, 230, 230, 1);
- }
- /* 未完成清单 */
- .wei-title1{
- color: rgba(0, 97, 255, 1);
- }
- .title1{
- margin: 37rpx 0 0 20rpx;
- font-size: 28rpx;
- }
- .title2{
- margin: -29px 0 0 197rpx;
- font-size: 28rpx;
- }
- .wei-line1{
- margin: 10rpx 0 0 15rpx;
- width: 79rpx;
- height: 8rpx;
- border-radius: 75rpx;
- background: rgba(0, 97, 255, 1);
- }
- .uni-table[data-v-6cd49106] {
- position: relative;
- width: 710rpx;
- border-radius: 5px;
- background-color: #fff;
- box-sizing: border-box;
- display: table;
- /* overflow-x: inherit; */
- }
- /* 消息预警汇总表格 */
- .hui-kuang{
- display: flex;
- width: 710rpx;
- height: 120rpx;
- /* border: 1rpx solid rgba(215, 219, 236, 1); */
- font-size: 24rpx;
- color: rgba(90, 96, 127, 1);
- }
- .hui-left{
- width: 171rpx;
- height: 120rpx;
- background: rgba(245, 246, 250, 1);
- line-height: 120rpx;
- text-align: center;
- }
- .hui-center{
- width: 270rpx;
- height: 60rpx;
- border: 1rpx solid rgba(215, 219, 236, 1);
- line-height: 60rpx;
- text-align: center;
- }
- .quesheng{
- margin-top: 300rpx;
- width: 480rpx;
- height: 558rpx;
- }
|