整合所以接口
This commit is contained in:
234
src/pages_960/modules/home/style.stylus
Normal file
234
src/pages_960/modules/home/style.stylus
Normal file
@@ -0,0 +1,234 @@
|
||||
.n_container
|
||||
position relative
|
||||
width 100%
|
||||
height 100%
|
||||
overflow hidden
|
||||
.n_header
|
||||
position absolute
|
||||
left 0
|
||||
top 0
|
||||
width 100%
|
||||
height 88px
|
||||
background center / 100% url('../../../images/header_bg_s.png') no-repeat
|
||||
.n_header_h1
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-top 12px
|
||||
h1
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
line-height: 1;
|
||||
text-align center;
|
||||
letter-spacing 4px
|
||||
.exit_btn
|
||||
position absolute
|
||||
left 3%
|
||||
top 11%
|
||||
z-index 100
|
||||
height 16px
|
||||
width 16px
|
||||
line-height 16px
|
||||
font-size 16px
|
||||
color #AECAF5
|
||||
text-align: center;
|
||||
.n_body_container
|
||||
width 100%
|
||||
height 100%
|
||||
padding 60px 10px 10px 10px
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.n_left_wraper
|
||||
width 24%
|
||||
height 100%
|
||||
.n_right_wraper
|
||||
width 24%
|
||||
height 100%
|
||||
.n-center_wraper
|
||||
width 50%
|
||||
height 100%
|
||||
.w_wraper
|
||||
width 100%
|
||||
height 100%
|
||||
.item_wraper
|
||||
width 100%
|
||||
height calc((100% - 20px) / 3)
|
||||
margin-bottom 10px
|
||||
&:last-child
|
||||
margin-bottom 0
|
||||
.item_wraper_1
|
||||
height calc((200% - 20px) / 3)
|
||||
.title_wraper
|
||||
width 100%
|
||||
height 24px
|
||||
background center / 100% 100% url('../../../images/bg-title_2_s.png') no-repeat
|
||||
padding 2px 22px
|
||||
p
|
||||
font-size 12px
|
||||
font-weight: 400;
|
||||
color: #fff;
|
||||
line-height 8px
|
||||
.title_wraper_1
|
||||
background-image url('../../../images/bg-title_1_s.png')
|
||||
.content_wraper
|
||||
width 100%
|
||||
height calc(100% - 24px)
|
||||
padding 8px
|
||||
background-color rgba(30, 65, 126, 70%)
|
||||
.content_wraper_2
|
||||
padding 0
|
||||
.pie_wraper
|
||||
width 100%
|
||||
height 100%
|
||||
padding 1px 0 0 1px
|
||||
background left center / 111px 111px url('../../../images/pie-bg_2_s.png') no-repeat
|
||||
.pie_legend
|
||||
width calc(100% - 200px)
|
||||
height 100%
|
||||
margin-left 200px
|
||||
display flex
|
||||
flex-direction row
|
||||
justify-content space-between
|
||||
align-items center
|
||||
flex-wrap: wrap
|
||||
.scroll_wrap
|
||||
width 100%
|
||||
height 100%
|
||||
padding 5px 10px 2px 10px
|
||||
.scroll_tab_1
|
||||
width 100%
|
||||
height 20px
|
||||
background center / 100% 100% url('../../../images/table-bg_1.png') no-repeat
|
||||
li
|
||||
float left
|
||||
width 15%
|
||||
font-size 10px;
|
||||
line-height 20px
|
||||
color #AFBED8
|
||||
text-align center
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
word-wrap break-word
|
||||
word-break break-all
|
||||
white-space nowrap
|
||||
padding 0 2px
|
||||
overflow hidden
|
||||
box-sizing border-box
|
||||
&:nth-child(1), &:nth-child(5)
|
||||
width 20%
|
||||
.state
|
||||
display block
|
||||
width 20px
|
||||
height 14px
|
||||
.state_name
|
||||
width calc(100% - 20px)
|
||||
.scroll_container_1
|
||||
width 100%
|
||||
height calc(100% - 20px)
|
||||
overflow hidden
|
||||
.scroll-ul_1
|
||||
li
|
||||
width 100%
|
||||
height 20px
|
||||
border-bottom 1px solid rgba(122,159,224,0.17)
|
||||
&:nth-child(even)
|
||||
background rgba(31,46,73,0.7)
|
||||
&:nth-child(odd)
|
||||
background rgba(31,46,73,0.55)
|
||||
.scroll-ul_1_div
|
||||
float left
|
||||
width 15%
|
||||
height 20px
|
||||
display flex
|
||||
flex-direction row
|
||||
justify-content center
|
||||
align-items center
|
||||
flex-wrap nowrap
|
||||
font-size 8px
|
||||
line-height 8px
|
||||
color #B2BBD7
|
||||
text-align center
|
||||
// word-wrap break-word
|
||||
// word-break break-all
|
||||
white-space nowrap
|
||||
padding 0 1px
|
||||
overflow hidden
|
||||
&:nth-child(1), &:nth-child(5)
|
||||
width 20%
|
||||
.state
|
||||
display block
|
||||
width 20px
|
||||
height 14px
|
||||
.state_name
|
||||
width 100%
|
||||
height 20px
|
||||
.agv_wrap
|
||||
display flex
|
||||
justify-content space-between
|
||||
width 100%
|
||||
height 47%
|
||||
padding-bottom 10px
|
||||
.rgv_wrap
|
||||
height 53%
|
||||
padding-bottom 0
|
||||
.agv_item
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width 32%
|
||||
padding 5px
|
||||
border 1px solid #3AA2F2
|
||||
border-radius 4px
|
||||
box-shadow inset 0px 0px 3px 3px rgba(58, 162, 242, 40%)
|
||||
.rgv_item
|
||||
display: block
|
||||
width 24%
|
||||
.agv_left
|
||||
width 33%
|
||||
height 100%
|
||||
padding-bottom 8px
|
||||
.rgv_left
|
||||
width 100%
|
||||
height 20%
|
||||
padding 0
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.agv_img
|
||||
height calc(100% - 30px)
|
||||
background center center / 80% auto url('../../../images/agv_s.png') no-repeat
|
||||
.agv_info
|
||||
width 64%
|
||||
.p1
|
||||
height 30px
|
||||
font-size: 9px;
|
||||
line-height 30px
|
||||
color: #78B1DE;
|
||||
text-align: center;
|
||||
white-space nowrap
|
||||
.agv_txt
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height 20%
|
||||
background bottom center / 100% 3px url('../../../images/screen1/line_1.png') no-repeat
|
||||
&:last-child
|
||||
background none
|
||||
.p2
|
||||
font-size: 6px;
|
||||
color: #84B0DA;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
.p3
|
||||
font-size: 8px;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
.rgv_img
|
||||
width 50%
|
||||
height 100%
|
||||
background center center / 80% auto url('../../../images/rgv_s.png') no-repeat
|
||||
margin-bottom 0
|
||||
.rgv_info
|
||||
height 80%
|
||||
.rgv_txt
|
||||
height 20%
|
||||
Reference in New Issue
Block a user