|
@@ -371,394 +371,384 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
|
<style lang="scss" scoped>
|
|
|
-
|
|
|
-@function rw($px){
|
|
|
-
|
|
|
- @return $px*100/1920 *1vw;
|
|
|
-}
|
|
|
-@function rh($px){
|
|
|
-
|
|
|
- @return $px*100/1080 *1vh;
|
|
|
-}
|
|
|
-* {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.main {
|
|
|
- width: rw(1920);
|
|
|
- height: rh(1080);
|
|
|
- /* background: url("../img/index_icon17.png") no-repeat;
|
|
|
- background-size: 100% 100%;*/
|
|
|
- position: relative;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- z-index: 50;
|
|
|
-
|
|
|
- background: #062338;
|
|
|
-
|
|
|
- .header {
|
|
|
- width: 100%;
|
|
|
- position: absolute;
|
|
|
- left: rw(0);
|
|
|
- top: rh(0);
|
|
|
- z-index: 100;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
-
|
|
|
- .header_l {
|
|
|
- width: rw(182);
|
|
|
- height: rh(44);
|
|
|
- margin: rh(10) 0 0 rw(40);
|
|
|
- }
|
|
|
- .header_c {
|
|
|
- width: rw(1180);
|
|
|
- height: rh(152);
|
|
|
- margin-left: rw(136);
|
|
|
- background: url("~@/assets/image/index_icon2.png") no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- font-size: rh(30);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: bold;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(30);
|
|
|
- text-align: center;
|
|
|
- padding-top: rh(26);
|
|
|
- }
|
|
|
- .header_r {
|
|
|
- margin-left: rw(264);
|
|
|
- width: rw(82);
|
|
|
- height: rh(32);
|
|
|
- margin-top: rh(18);
|
|
|
+ * {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
- }
|
|
|
- .main_t{
|
|
|
- width: rw(1852);
|
|
|
- height: rh(352);
|
|
|
- position: absolute;
|
|
|
- left: rw(34);
|
|
|
- top: rh(86);
|
|
|
- z-index: 200;
|
|
|
- .main_t_t{
|
|
|
- margin: rh(20) 0 0 rw(18);
|
|
|
- >i{
|
|
|
- font-size: rh(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: bold;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(16);
|
|
|
- }
|
|
|
- >i:nth-of-type(1){
|
|
|
+ .main {
|
|
|
+ width: 1920px;
|
|
|
+ height: 1080px;
|
|
|
+ /* background: url("../img/index_icon17.png") no-repeat;
|
|
|
+ background-size: 100% 100%;*/
|
|
|
+ position: relative;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ z-index: 50;
|
|
|
+
|
|
|
+ background: #062338;
|
|
|
+
|
|
|
+ .header {
|
|
|
+ width: 100%;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ z-index: 100;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
|
|
|
- }
|
|
|
- >i:nth-of-type(2){
|
|
|
- color: #1ED0F8;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .main_m{
|
|
|
- width: rw(1852);
|
|
|
- position: absolute;
|
|
|
- left: rw(34);
|
|
|
- top: rh(152);
|
|
|
- z-index: 200;
|
|
|
- .main_m_t{
|
|
|
- width: 100%;
|
|
|
- height: rh(80);
|
|
|
- background: rgba(9, 55, 81, 0.6);
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- overflow: hidden;
|
|
|
- .main_m_t_l{
|
|
|
- width: rw(386);
|
|
|
- font-size: rh(18);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #E01622;
|
|
|
- line-height: rh(18);
|
|
|
- margin-left: rw(24);
|
|
|
- }
|
|
|
- .sensor_list{
|
|
|
- height: rh(70);
|
|
|
- background: 0;
|
|
|
- overflow-y: auto;
|
|
|
- .main_m_t_c_n{
|
|
|
- position: relative;
|
|
|
- height:rh(70);
|
|
|
- white-space: nowrap;
|
|
|
- display: inline-flex;
|
|
|
- >li{
|
|
|
- width: rw(202);
|
|
|
- height: rh(70);
|
|
|
- float: left;
|
|
|
- position: relative;
|
|
|
- cursor: pointer;
|
|
|
- margin-left: rw(8);
|
|
|
- >img{
|
|
|
- width:26px;
|
|
|
- height:26px;
|
|
|
- position: relative;
|
|
|
- top: rh(5);
|
|
|
- }
|
|
|
- >i{
|
|
|
- font-size: rh(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(70);
|
|
|
- display: inline-block;
|
|
|
+ .header_l {
|
|
|
+ width: 182px;
|
|
|
+ height: 44px;
|
|
|
+ margin: 10px 0 0 40px;
|
|
|
}
|
|
|
- >i:nth-of-type(1){
|
|
|
- margin:0 rw(16);
|
|
|
+ .header_c {
|
|
|
+ width: 1180px;
|
|
|
+ height: 152px;
|
|
|
+ margin-left: 136px;
|
|
|
+ background: url("~@/assets/image/index_icon2.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ font-size: 30px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 30px;
|
|
|
+ text-align: center;
|
|
|
+ padding-top: 26px;
|
|
|
}
|
|
|
- >i:nth-of-type(2){
|
|
|
- color: #01E7E9;
|
|
|
+ .header_r {
|
|
|
+ margin-left: 264px;
|
|
|
+ width: 82px;
|
|
|
+ height: 32px;
|
|
|
+ margin-top: 18px;
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
- }
|
|
|
- .main_m_t_r{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- /* width: rw(360);*/
|
|
|
- >li{
|
|
|
- width: rw(120);
|
|
|
- >i{
|
|
|
- display: block;
|
|
|
- font-size:rh(14);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(14);
|
|
|
- margin-bottom: rh(8);
|
|
|
- }
|
|
|
- .main_m_t_r_li_r{
|
|
|
- width: rw(60);
|
|
|
- height: rh(26);
|
|
|
- margin-left: rw(12);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .close_btn{
|
|
|
- width: rw(18);
|
|
|
- height: rh(18);
|
|
|
- margin-right: rw(20);
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- /*时间轴*/
|
|
|
- .main_m_b{
|
|
|
- height: rh(278);
|
|
|
- margin-top: rh(10);
|
|
|
- .time-box{
|
|
|
-
|
|
|
- width: 100%;
|
|
|
- overflow-y: auto;
|
|
|
- >ul{
|
|
|
-
|
|
|
-
|
|
|
- position: relative;
|
|
|
- height:255px;
|
|
|
- white-space: nowrap;
|
|
|
- display: inline-flex;
|
|
|
- >li{
|
|
|
- width:rw(242);
|
|
|
- height: rh(98);
|
|
|
- float: left;
|
|
|
- position: relative;
|
|
|
- cursor: pointer;
|
|
|
- background: rgba(9, 55, 81, 0.6);
|
|
|
- border-radius: rw(10);
|
|
|
- >p{
|
|
|
- font-size: rh(14);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(14);
|
|
|
- text-align: center;
|
|
|
- >i{
|
|
|
- color: #FF6060;
|
|
|
- }
|
|
|
+ .main_t{
|
|
|
+ width: 1852px;
|
|
|
+ height: 352px;
|
|
|
+ position: absolute;
|
|
|
+ left: 34px;
|
|
|
+ top: 86px;
|
|
|
+ z-index: 200;
|
|
|
+ .main_t_t{
|
|
|
+ margin: 20px 0 0 18px;
|
|
|
+ >i{
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 16px;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(1){
|
|
|
+
|
|
|
+ }
|
|
|
+ >i:nth-of-type(2){
|
|
|
+ color: #1ED0F8;
|
|
|
+ }
|
|
|
}
|
|
|
- >p:nth-of-type(1){
|
|
|
- margin: rh(12) 0 rh(14) 0;
|
|
|
+ }
|
|
|
+ .main_m{
|
|
|
+ width: 1852px;
|
|
|
+ position: absolute;
|
|
|
+ left: 34px;
|
|
|
+ top: 152px;
|
|
|
+ z-index: 200;
|
|
|
+ .main_m_t{
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ background: rgba(9, 55, 81, 0.6);
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ overflow: hidden;
|
|
|
+ .main_m_t_l{
|
|
|
+ width: 386px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #E01622;
|
|
|
+ line-height: 18px;
|
|
|
+ margin-left: 24px;
|
|
|
+ }
|
|
|
+ .sensor_list{
|
|
|
+ height: 70px;
|
|
|
+ background: 0;
|
|
|
+ overflow-y: auto;
|
|
|
+ .main_m_t_c_n{
|
|
|
+ position: relative;
|
|
|
+ height:70px;
|
|
|
+ white-space: nowrap;
|
|
|
+ display: inline-flex;
|
|
|
+ >li{
|
|
|
+ width: 202px;
|
|
|
+ height: 70px;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: 8px;
|
|
|
+ >img{
|
|
|
+ width:26px;
|
|
|
+ height:26px;
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
+ }
|
|
|
+ >i{
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 70px;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(1){
|
|
|
+ margin:0 16px;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(2){
|
|
|
+ color: #01E7E9;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .main_m_t_r{
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ /* width: 360px;*/
|
|
|
+ >li{
|
|
|
+ width: 120px;
|
|
|
+ >i{
|
|
|
+ display: block;
|
|
|
+ font-size:14px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 14px;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ }
|
|
|
+ .main_m_t_r_li_r{
|
|
|
+ width: 60px;
|
|
|
+ height: 26px;
|
|
|
+ margin-left: 12px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .close_btn{
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ margin-right: 20px;
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
- >p:nth-of-type(2){
|
|
|
- margin-bottom: rh(14);
|
|
|
+ /*时间轴*/
|
|
|
+ .main_m_b{
|
|
|
+ height: 278px;
|
|
|
+ margin-top: 10px;
|
|
|
+ .time-box{
|
|
|
+
|
|
|
+ width: 100%;
|
|
|
+ overflow-y: auto;
|
|
|
+ >ul{
|
|
|
+
|
|
|
+
|
|
|
+ position: relative;
|
|
|
+ height:255px;
|
|
|
+ white-space: nowrap;
|
|
|
+ display: inline-flex;
|
|
|
+ >li{
|
|
|
+ width:242px;
|
|
|
+ height: 98px;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ background: rgba(9, 55, 81, 0.6);
|
|
|
+ border-radius: 10px;
|
|
|
+ >p{
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 14px;
|
|
|
+ text-align: center;
|
|
|
+ >i{
|
|
|
+ color: #FF6060;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >p:nth-of-type(1){
|
|
|
+ margin: 12px 0 14px 0;
|
|
|
+ }
|
|
|
+ >p:nth-of-type(2){
|
|
|
+ margin-bottom: 14px;
|
|
|
+ }
|
|
|
+ >p:nth-of-type(3){}
|
|
|
+ }
|
|
|
+ >li:after{
|
|
|
+ content: "";
|
|
|
+ width: 32px;
|
|
|
+ height: 32px;
|
|
|
+ background: url("~@/assets/image/img/index_icon16.png") no-repeat;
|
|
|
+ position: absolute;
|
|
|
+ left:50%;margin-left:-7px;
|
|
|
+ bottom: -48px;
|
|
|
+ z-index: 1;}
|
|
|
+ >li:nth-child(2n):after{
|
|
|
+ bottom: auto;top:-46px;
|
|
|
+ }
|
|
|
+ >li:nth-child(2n){
|
|
|
+ margin-top:160px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >ul:after{content: "";background: #d2d2d2;height: 1px;width: 100%;position: absolute;left:0;top:50%;}
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
- >p:nth-of-type(3){}
|
|
|
- }
|
|
|
- >li:after{
|
|
|
- content: "";
|
|
|
- width: rw(32);
|
|
|
- height: rh(32);
|
|
|
- background: url("~@/assets/image/img/index_icon16.png") no-repeat;
|
|
|
- position: absolute;
|
|
|
- left:50%;margin-left:rw(-7);
|
|
|
- bottom: 0;
|
|
|
- bottom: rh(-48);
|
|
|
- z-index: 1;}
|
|
|
- >li:nth-child(2n):after{
|
|
|
- bottom: auto;top:rh(-46);
|
|
|
- }
|
|
|
- >li:nth-child(2n){
|
|
|
- margin-top:rh(160);
|
|
|
- }
|
|
|
- }
|
|
|
- >ul:after{content: "";background: #d2d2d2;height: 1px;width: 100%;position: absolute;left:0;top:50%;}
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .main_b{
|
|
|
- width: rw(1852);
|
|
|
- height: rh(550);
|
|
|
- position: absolute;
|
|
|
- left: rw(34);
|
|
|
- top: rh(508);
|
|
|
- z-index: 200;
|
|
|
- background: rgba(9, 55, 81, 0.6);
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- .main_b_l{
|
|
|
- width: rw(370);
|
|
|
- margin-left: rw(24);
|
|
|
- // border: 1px solid #486CC2;
|
|
|
-
|
|
|
- .main_b_l_t{
|
|
|
-
|
|
|
-
|
|
|
- >li{
|
|
|
- font-size: rh(18);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: bold;
|
|
|
- color: #486CC2;
|
|
|
- line-height: rh(18);
|
|
|
- }
|
|
|
- >i{
|
|
|
- display: block;
|
|
|
- font-size: rh(14);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height:rh(14);
|
|
|
- margin-top: rh(20);
|
|
|
- margin-left: rw(32);
|
|
|
- }
|
|
|
- >i:nth-of-type(4){
|
|
|
- margin-left: 0;
|
|
|
- border: 1px solid #486CC2;
|
|
|
- }
|
|
|
- >li:nth-of-type(1){
|
|
|
- margin-top: rh(42);
|
|
|
- }
|
|
|
- >li:nth-of-type(2){
|
|
|
- margin-top: rh(22);
|
|
|
- }
|
|
|
- }
|
|
|
- .main_b_l_b{
|
|
|
- margin-top: rh(14);
|
|
|
- height: rh(268);
|
|
|
- overflow-y: hidden;
|
|
|
- .main_b_l_b_t{
|
|
|
- height: rh(40);
|
|
|
- background: rgba(72, 108, 194, 0.2);
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- >i{
|
|
|
- display: inline-block;
|
|
|
- font-size: rh(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(40);
|
|
|
- white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
-
|
|
|
- }
|
|
|
- >i:nth-of-type(1){
|
|
|
- width: rw(166);
|
|
|
- margin-left: rw(32);
|
|
|
- }
|
|
|
- >i:nth-of-type(2){
|
|
|
- width: rw(174);
|
|
|
- }
|
|
|
}
|
|
|
- .main_b_l_b_b{
|
|
|
- >li{
|
|
|
- height: rh(30);
|
|
|
+ .main_b{
|
|
|
+ width: 1852px;
|
|
|
+ height: 550px;
|
|
|
+ position: absolute;
|
|
|
+ left: 34px;
|
|
|
+ top: 508px;
|
|
|
+ z-index: 200;
|
|
|
+ background: rgba(9, 55, 81, 0.6);
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
- >i{
|
|
|
- display: inline-block;
|
|
|
- font-size: rh(14);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(30);
|
|
|
- white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
- }
|
|
|
- >i:nth-of-type(1){
|
|
|
- width: rw(166);
|
|
|
- margin-left: rw(32);
|
|
|
+ .main_b_l{
|
|
|
+ width: 370px;
|
|
|
+ margin-left: 24px;
|
|
|
+ // border: 1px solid #486CC2;
|
|
|
+
|
|
|
+ .main_b_l_t{
|
|
|
+
|
|
|
+
|
|
|
+ >li{
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #486CC2;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
+ >i{
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height:14px;
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-left: 32px;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(4){
|
|
|
+ margin-left: 0;
|
|
|
+ border: 1px solid #486CC2;
|
|
|
+ }
|
|
|
+ >li:nth-of-type(1){
|
|
|
+ margin-top: 42px;
|
|
|
+ }
|
|
|
+ >li:nth-of-type(2){
|
|
|
+ margin-top: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .main_b_l_b{
|
|
|
+ margin-top: 14px;
|
|
|
+ height: 268px;
|
|
|
+ overflow-y: hidden;
|
|
|
+ .main_b_l_b_t{
|
|
|
+ height: 40px;
|
|
|
+ background: rgba(72, 108, 194, 0.2);
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ >i{
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 40px;
|
|
|
+ white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
+
|
|
|
+ }
|
|
|
+ >i:nth-of-type(1){
|
|
|
+ width: 166px;
|
|
|
+ margin-left: 32px;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(2){
|
|
|
+ width: 174px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .main_b_l_b_b{
|
|
|
+ >li{
|
|
|
+ height: 30px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ >i{
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 30px;
|
|
|
+ white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(1){
|
|
|
+ width: 166px;
|
|
|
+ margin-left: 32px;
|
|
|
+ }
|
|
|
+ >i:nth-of-type(2){
|
|
|
+ width: 174px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >li:nth-of-type(even){
|
|
|
+ background: rgba(72, 108, 194, 0.2);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- >i:nth-of-type(2){
|
|
|
- width: rw(174);
|
|
|
+ .main_b_r{
|
|
|
+ width: 1338px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 40px;
|
|
|
+ margin-left: 54px;
|
|
|
+ overflow: hidden;
|
|
|
+ >li{
|
|
|
+ width: 650px;
|
|
|
+ height: 488px;
|
|
|
+ padding: 0 24px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #486CC2;
|
|
|
+ .main_b_r_li_t{
|
|
|
+ height: 52px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ >i{
|
|
|
+ display: inline-block;
|
|
|
+ font-size:16px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 16px;
|
|
|
+ }
|
|
|
+ >img{
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .main_b_r_li_b{
|
|
|
+ width: 600px;
|
|
|
+ height: 410px;
|
|
|
+ >video{
|
|
|
+ width: 600px;
|
|
|
+ height: 410px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- >li:nth-of-type(even){
|
|
|
- background: rgba(72, 108, 194, 0.2);
|
|
|
- }
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
- .main_b_r{
|
|
|
- width: rw(1338);
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: rh(40);
|
|
|
- margin-left: rw(54);
|
|
|
- overflow: hidden;
|
|
|
- >li{
|
|
|
- width: rw(650);
|
|
|
- height: rh(488);
|
|
|
- padding: 0 rw(24);
|
|
|
- box-sizing: border-box;
|
|
|
- border: 1px solid #486CC2;
|
|
|
- .main_b_r_li_t{
|
|
|
- height: rh(52);
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- >i{
|
|
|
- display: inline-block;
|
|
|
- font-size:rh(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: bold;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: rh(16);
|
|
|
- }
|
|
|
- >img{
|
|
|
- width: rw(24);
|
|
|
- height: rh(24);
|
|
|
- }
|
|
|
- }
|
|
|
- .main_b_r_li_b{
|
|
|
- width: rw(600);
|
|
|
- height: rh(410);
|
|
|
- >video{
|
|
|
- width: rw(600);
|
|
|
- height: rh(410);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
</style>
|
|
|
+
|
|
|
<style lang="scss">
|
|
|
li{list-style:none}
|
|
|
i,em,b{font-style:normal;font-weight:100;}
|