| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903 |
- /* */
- .navigation-container {
- position: fixed;
- width: 100%;
- z-index: 99;
- background-color: #89bfea;
- }
- .navigation-bar {
- position: relative;
- width: 100%;
- display: flex;
- align-items: center;
- /* justify-content: center; */
- font-size: 36rpx;
- padding-left: 40rpx;
- flex-direction: row;
- color: #fff;
- }
- .home_tianq{
- width: 100%;
-
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 36rpx;
- /* padding-left: 40rpx; */
- flex-direction: row;
- color: #fff;
- }
- .homebox {
- position: relative;
- display: flex;
- align-items: center;
- /* justify-content: center; */
- font-size: 36rpx;
- /* padding-left: 40rpx; */
- flex-direction: row;
- color: #fff;
- }
- .title_1{
- font-weight: 500;
- font-size: 28rpx;
- display: flex;
- align-items: center;
- }
- .title_image{
- width: 24rpx;
- height: 24rpx;
- margin-left: 10rpx;
- transition: transform 3s ease; /* 添加过渡效果 */
- }
-
- .title_2{
- font-size: 28rpx;
- margin-top: 30rpx;
- }
- .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;
- }
- /* // */
- .container {
- width: 100%;
- min-height: 100%;
- display: flex;
- align-items: center;
- /* 007544 */
- background: linear-gradient(to bottom, #0F80DC -40%, #F0F5F5 40%, #F0F5F5 100%);
- /* background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#F0F5F5 100%); */
- }
- .home{
- width: 100%;
- padding: 20rpx 20rpx;
- box-sizing: border-box;
- }
- .statistics{
- width: 100%;
- padding: 0rpx 40rpx;
- box-sizing: border-box;
- }
- .statistics_top{
- display: flex;
- justify-content: space-between;
- }
-
- .statistics_1{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .statistics_digit{
- font-size: 48rpx;
- }
- .statistics_title{
- margin-top: 10rpx;
- }
- .vajra{
- width: 100%;
- padding: 16rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-color: #fff;
- box-sizing: border-box;
- border-radius: 20rpx;
- margin-top: 60rpx;
- }
- .vajra_role{
- width: 22%;
- padding: 20rpx 0rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 10rpx;
- /* background-color: #ffffff; */
- }
- .vajra_rights{
- width: 22%;
- padding: 20rpx 0rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 10rpx;
- /* background-color: #ffffff; */
- }
- .vajra_apply{
- width: 22%;
- padding: 20rpx 0rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 10rpx;
- /* background-color: #ffffff; */
- }
- .role{
- width: 120rpx;
- height: 120rpx;
- margin-bottom: 20rpx;
- border-radius: 16rpx;
- box-sizing: border-box;
- }
- .role_botton{
- width: 60rpx;
- height: 60rpx;
- box-sizing: border-box;
- }
- .vajra_share{
- width: 22%;
- /* padding: 20rpx 0rpx; */
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 10rpx;
- background-color: #ffffff;
- }
- .role_botton{
- width: 60rpx;
- height: 60rpx;
- box-sizing: border-box;
- }
- button{
- padding: 0rpx;
- margin: 0rpx;
- width: 100%;
- height: 148rpx;
- padding-top: 20rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 28rpx;
- /* line-height: 130rpx; */
- border:0rpx #f5f5f5 solid;
- background-color: rgba(0, 0, 0, 0);
-
- }
- wx-button:after {
- display: flex;
- flex-direction: column;
- width: 100%;
- height: 148rpx;
- padding: 20rpx 0rpx;
- font-size: 28rpx;
- /* line-height: 130rpx; */
- border:0rpx #f5f5f5 solid;
- background-color: rgba(0, 0, 0, 0);
- }
- .examine{
- margin-top: 40rpx;
- font-size: 32rpx;
- }
- .examine_box{
- width: 100%;
- background-color: #fff;
- padding: 30rpx 0rpx;
- margin-top: 20rpx;
- border-radius: 10rpx;
- box-sizing: border-box;
- }
- .examine_title{
- width: 100%;
- display: flex;
- align-items: center;
- padding: 0rpx 0rpx 0rpx 20rpx;
- box-sizing: border-box;
- }
- .examine_title0{
- width: 120rpx;
- height: 40rpx;
- font-size: 22rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 30rpx;
- /* background-color: #0F80DC; */
- background-color: rgba(15, 128, 220, 0.2);
- color: #0F80DC;
- border: 1rpx solid #0F80DC;
- box-sizing: border-box;
-
- }
- .examine_title01{
- width: 120rpx;
- height: 40rpx;
- font-size: 22rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 30rpx;
- /* background-color: #0F80DC; */
- color:#ee8d60;
- background-color: rgba(241, 120, 20, 0.2);
-
- border: 1rpx solid #f39b72;
- box-sizing: border-box;
- }
- .examine_title02{
- width: 120rpx;
- height: 40rpx;
- font-size: 22rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 30rpx;
- /* background-color: #0F80DC; */
- color:#0F80DC;
- background-color: rgba(15, 128, 220, 0.2);
- /* color: #007544; */
- border: 1rpx solid #0F80DC;
- box-sizing: border-box;
- }
- .examine_title1{
- flex: 1;
- font-weight: 600;
- font-size: 32rpx;
- display: flex;
- align-items: center;
- padding: 0rpx 10rpx;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- box-orient: vertical;
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- -o-box-orient: vertical;
- -ms-box-orient: vertical;
- line-clamp: 1; /* 超出2行显示省略号 */
- -webkit-line-clamp: 1; /* 超出2行显示省略号 */
- box-sizing: border-box;
- }
- .examine_title2{
- width: 100rpx;
- height: 40rpx;
- font-size: 22rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-top-left-radius:100rpx;
- border-bottom-left-radius:100rpx;
- background-color: rgb(255, 0, 0,0.2);
- color: red;
- border: 1rpx solid red;
- border-right: 0rpx solid red;
- box-sizing: border-box;
- }
- .examine_content{
- flex: 1;
- font-size: 24rpx;
- padding: 20rpx 20rpx;
- margin: 20rpx 20rpx;
- color: #cccccc;
- background-color: #f9f9f9;
- border-radius: 8rpx;
- box-sizing: border-box;
- }
- .feedback{
- margin-top: 8rpx;
- }
- .examine_bottom{
- display: flex;
- }
- .examine_bottom{
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
-
- }
- .examine_button{
- width: 100%;
- padding: 0rpx 20rpx;
- margin-top: 30rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
-
- }
- .examine_buttonleft{
- width: 160rpx;
- height:60rpx;
- border-radius: 12rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #0F80DC;
- color: #fff;
- box-sizing: border-box;
-
- }
- .examine_buttonright{
- width:160rpx;
- height:60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 10rpx;
- border-radius: 12rpx;
- background-color: #0F80DC;
- color: #fff;
- box-sizing: border-box;
-
- }
- .examine_name{
- color: #cccccc;
- }
- .available{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 60rpx;
- }
- .picker{
- display: flex;
- align-items: center;
- }
- .chevron_down{
- margin-left: 10rpx;
- }
- .weather{
- width: 160rpx;
- height: 160rpx;
- }
- .weather_1{
- font-size: 28rpx;
-
- }
- .weather_weather{
- width: 60rpx;
- height: 60rpx;
- }
- .weather_2{
- margin: 0rpx 10rpx;
- }
- .realtime1{
- width: 100%;
- display: flex;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- }
- .realtime2{
- width: 100%;
- display: flex;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- }
-
- .data_box{
- width: 100%;
- border-radius: 10rpx;
- padding-bottom:20rpx;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
- box-sizing: border-box;
- background-color: #fff;
- }
- .data_box1{
- width: 100%;
- border-radius: 10rpx;
- box-sizing: border-box;
- /* padding-bottom:20rpx; */
- margin-top: 0rpx;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
- box-sizing: border-box;
- background-color: #fff;
- position: relative;
-
- }
- .data_box11{
- width: 100%;
- border-radius: 20rpx;
- box-sizing: border-box;
- /* padding-bottom:20rpx; */
- margin-top: 0rpx;
- /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
- box-sizing: border-box;
- background-color: #fff;
- }
- .titledata{
- display: flex;
- font-size: 28rpx;
- align-items: center;
- justify-content: space-between;
- padding: 26rpx 30rpx 20rpx 30rpx;
- box-sizing: border-box;
- }
- .titledata1{
- display: flex;
- font-size: 28rpx;
- align-items: center;
- padding: 10rpx 10rpx 10rpx 30rpx;
- box-sizing: border-box;
- }
- .titledata11{
- width: 50%;
- }
- .realtime_left1{
- width: 50%;
- height: 120rpx;
- padding-bottom: 20rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 14px;
- border-right:1rpx solid #E1E0F4;
-
- }
- .realtime_left11{
- width: 50%;
- height: 60rpx;
- padding-bottom: 20rpx;
- display: flex;
- align-items: center;
- /* justify-content: center; */
- justify-content: space-around;
- font-size: 14px;
- border-right:1rpx solid #E1E0F4;
- }
-
- .realtime_text{
- font-size: 18px;
- margin-right: 4px;
- color: #00BA82;
- }
- .realtime_title{
- font-size: 14px;
- margin-top: 10rpx;
- color: #222;
- }
- .realtime_right1{
- width: 50%;
- height: 120rpx;
- padding-bottom: 20rpx;
-
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 14px;
- }
- .realtime_right2{
- width: 50%;
- height: 60rpx;
- padding-bottom: 20rpx;
-
- display: flex;
- align-items: center;
- /* justify-content: center; */
- justify-content: space-around;
- font-size: 14px;
- }
- .realtime_left2{
- width: 50%;
- height: 90rpx;
-
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 14px;
- border-top:1rpx solid #E1E0F4;
-
- }
-
- .canvasArea1 {
- width: 100%;
- display: flex;
- flex-direction: column;
- margin-top: 10rpx;
- align-items: center;
- }
- .canvasArea canvas {
- width: 300rpx;
- height: 300rpx;
- }
-
-
-
-
-
- .realtime{
- width: 100%;
- display: flex;
- padding: 0px 20rpx;
- box-sizing: border-box;
- }
- .realtime_left{
- width: 50%;
- height: 120rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 14px;
- border-bottom:1rpx solid #E1E0F4;
- border-right:1rpx solid #E1E0F4;
-
- }
- .realtime_right{
- width: 50%;
- height: 120rpx;
- display: flex;
- flex-direction: column;
-
- align-items: center;
- justify-content: center;
- font-size: 14px;
- border-bottom:1rpx solid #E1E0F4;
-
- }
- .realtime1{
- width: 100%;
- display: flex;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- }
- .realtime2{
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding: 0rpx 20rpx;
- padding-top: 20rpx;
- box-sizing: border-box;
- }
- .realtime_left1{
- width: 50%;
- height: 120rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 14px;
- border-right:1rpx solid #E1E0F4;
-
- }
-
- .realtime_right1{
- width: 50%;
- height: 120rpx;
- display: flex;
- flex-direction: column;
-
- align-items: center;
- justify-content: center;
- font-size: 14px;
- }
-
- .realtime_text{
- font-size: 18px;
- margin-right: 4px;
- color: #00BA82;
- }
- .realtime_unit{
- font-size: 12px;
- color: #222;
- }
- .realtime_title{
- font-size: 14px;
- margin-top: 10rpx;
- color: #222;
- }
- .line{
- width: 100%;
- height: 100%;
- }
- #mychart_line {
- width: 100%;
- height: 100%;
- margin-top: 20rpx;
- box-sizing: border-box;
- }
- .equipment{
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- margin-top: 30rpx;
- font-size: 28rpx;
- }
- .equipmenttext{
- font-size: 28rpx;
- font-weight: 600;
- }
- .details{
- font-weight: 400;
- font-size: 26rpx;
- color: #999999;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- }
- .electric{
- width: 100%;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- display: flex;
- justify-content: space-between;
- }
- .electric1{
- width: 48%;
- height: 400rpx;
- background-color: #ffffff;
- border-radius: 16rpx;
- padding: 20rpx 20rpx;
- box-sizing: border-box;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
-
- }
- .electric_rong{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .electric_{
- color: #999999;
- }
- .pic_pic{
- width: 100%;
- height: 320rpx;
- box-sizing: border-box;
- }
- .cumulative1{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .cumulative11{
- font-size: 24rpx;
- color: #999999;
- }
- .cumulative2{
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 20rpx;
- }
- .electric2{
- width: 48%;
- height: 400rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- background-color: #ffffff;
- border-radius: 16rpx;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
-
- }
- .electric21{
- width: 100%;
- height: 220rpx;
- padding-top: 20rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- box-sizing: border-box
- }
- .electric22{
- width: 100%;
- height: 160rpx;
- padding: 20rpx 0rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- box-sizing: border-box;
- border-top:1rpx solid #E1E0F4;
- }
- .electric3{
- font-size: 22rpx;
- }
- .electric4{
- font-size: 22rpx;
- color: #999999;
- }
- .battery{
- font-size: 24rpx;
- color: #222222;
-
- }
- .batteryccc{
- font-size: 20rpx;
- color: #999999;
- /* margin-top: 20rpx; */
- }
- .battery_bottom{
- width: 100%;
- /* border-bottom: 1rpx solid #E1E0F4; */
- }
- .tag_type1 {
- font-size: 28rpx;
- color: #F0A26C;
- font-weight: 600;
- }
-
- .tag_type2 {
- /* color: #15DB9B; */
- /* font-weight: 600; */
- color: #999999;
-
- }
- .tag_type21{
- display: flex;
- flex-direction: column;
- position: absolute;
- top: 10rpx;
- right: 20rpx;
- }
- .weather_21{
- font-size: 24rpx;
- box-sizing: border-box;
- }
-
- .tag_type3 {
- font-size: 28rpx;
- color: #b0c4de;
- font-weight: 600;
- /* 蓝 */
- }
- #mychart_line2{
- width: 100%;
- height: 100%;
-
- box-sizing: border-box;
- }
- .eccanvas{
- width: 100%;
- height: 280px;
- margin-top: 30rpx;
- border-radius: 10rpx;
- box-sizing: border-box;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
- background-color: #fff;
- /* display: none; */
- }
- .choice{
- width: 240rpx;
- display: flex;
- border:1rpx solid #fff;
- background-color: #fff;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
- border-radius: 8rpx;
- margin-left: 30rpx;
- overflow: hidden;
- box-sizing: border-box;
- }
- .choicess_box{
- display: flex;
- padding:10rpx 10rpx 10rpx 10rpx;
- border:1rpx solid #fff;
- /* background-color: #fff; */
- /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
- border-radius: 14rpx;
- box-sizing: border-box;
- overflow: hidden; /* 隐藏所有方向超出的内容 */
- white-space: nowrap; /* 强制内容在一行显示,避免文字换行后高度溢出 */
- overflow: auto; /* 隐藏所有方向超出的内容 */
- }
- .choicess{
- display: flex;
- border:1rpx solid #f9f9f9;
- background-color: #fff;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
- border-radius: 10rpx;
- box-sizing: border-box;
- overflow: hidden; /* 隐藏所有方向超出的内容 */
- white-space: nowrap; /* 强制内容在一行显示,避免文字换行后高度溢出 */
- overflow: auto; /* 隐藏所有方向超出的内容 */
-
- }
- .choicecolor{
- background-color: rgba(60, 158, 250, 1);
- color: #fff;
- }
- .choiceday{
- width: 80rpx;
- height: 40rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-right:1rpx solid #cccccc;
- }
-
- .choicedays{
- height: 60rpx;
- display: flex;
- padding: 0rpx 20rpx;
- align-items: center;
- justify-content: center;
-
- }
- .choicemoon{
- width: 80rpx;
- height: 40rpx;
- display: flex;
- align-items: center;
- border-right:1rpx solid #cccccc;
- justify-content: center;
- }
- .choiceyear{
- width: 80rpx;
- height: 40rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .calendar_head {
- display: flex;
- align-items: center;
- /* justify-content: space-between; */
- justify-content: space-around;
- padding: 20rpx 24rpx;
- /* background-color: #fff; */
- /* border-bottom: 1px solid #f1f1f1; */
- }
-
- .nav-icon {
- padding: 12rpx;
- margin: 0 8rpx;
- border-radius: 8rpx;
- transition: all 0.2s ease;
- }
-
- .nav-icon:not(.disabled):active {
- background-color: #f5f5f5;
- transform: scale(0.95);
- }
-
- .nav-icon.disabled {
- color: #ccc;
- cursor: not-allowed;
- }
-
- .date-display {
- font-size: 32rpx;
- font-weight: 500;
- padding: 8rpx 24rpx;
- border-radius: 8rpx;
- background-color: #f8f8f8;
- min-width: 220rpx;
- text-align: center;
- }
- /* ::v-deep.t-calendar--popup{
- height: 50%;
- } */
|