| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .monitorevent{
- width: 100%;
- height: 100vh;
- background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#ffffff 100%);
- }
- .navigation-container {
- position: fixed;
- width: 100%;
- z-index: 99;
- }
- .navigation-bar {
- position: relative;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: row;
- color: #333333;
- }
- .nav-title {
- height: 100%;
- display: flex;
- align-items: center;
- margin-left: 20rpx;
- box-sizing: border-box;
- }
- .nav-search {
- position: absolute;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- #pie_left{
- width: 50%;
- height: 400rpx;
- box-sizing: border-box;
- border-radius: 10rpx;
-
- }
- #pie_right{
- width: 50%;
- height: 400rpx;
- border-radius: 10rpx;
-
- box-sizing: border-box;
- }
- .box{
- width: 100%;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- }
- .box_1{
- width: 100%;
- background-color: #fff;
- border-radius: 10rpx;
- display: flex;
- border-radius: 10rpx;
- overflow: hidden;
- padding-bottom: 20rpx;
- }
- .box_2{
- width: 100%;
- background-color: #fff;
- margin-top: 20rpx;
- border-radius: 10rpx;
- padding: 20rpx 20rpx;
- box-sizing: border-box;
- }
- .box_title{
- display: flex;
- margin-top: 20rpx;
- }
- .box_title1{
- color: #828282;
- }
- /* */
|