123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- /* pages/charging/charging.wxss */
- page {
- background-color: #efefef;
- height: 100%;
- overflow-y: hidden;
-
- }
- .charginfo{
- height: 100%;
- }
- .map_text{
- background:#FFFFFF;
- height: 280rpx;
- margin: 12rpx 0;
- padding:20rpx 40rpx;
- }
- .map_text_info{
- width: 100%;
- display: inline-block;
- }
- .charging_text_title1 {
- width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .charging_text_title1 {
- width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- text.name {
- line-height: 50rpx;
- display: block;
- font-size: 32rpx;
- }
- text.inline{
- display: block;
- margin:0;
- }
- .grey {
- font-size: 22rpx;
- line-height: 42rpx;
- height: 42rpx;
- min-height: 42rpx;
- color: #9d9d9d;
- margin: 0;
- }
- text.border{
- line-height: 40rpx;
- height: 40rpx;
- color: #9d9d9d;
- font-size: 20rpx;
- }
- text.yellow {
- color: #da8527;
- font-size: 24rpx;
- /* font-weight: bold; */
- }
- text.red {
- font-size: 20rpx;
- color: #BD3124;
- /* font-weight: bold; */
- }
- text.price {
- font-size: 20rpx;
- color: #9d9d9d;
- }
- .context {
- height: calc(100% - 480rpx);
- }
- .chargprice {
- height: 50rpx;
- margin-bottom: 4rpx;
- }
- .chargprice text {
- height: 50rpx;
- min-height: 50rpx;
- line-height: 50rpx;
- }
- .btn_list{
- width: 100%;
- height: 80rpx;
- display: flex;
- justify-content: space-around;
- flex-direction: row;
- margin: 10rpx 0;
- }
- .btn{
- width: 280rpx;
- height: 60rpx;
- background: #35b2ab;
- border-radius: 60rpx;
- flex-direction: row;
- }
- .icon{
- width: 40rpx;
- height: 40rpx;
- background: #FFFFFF;
- color: #35b2ab;
- margin: 10rpx 20rpx;
- display: inline-block;
- line-height: 40rpx;
- text-align: center;
- border-radius: 10rpx;
- border: 1rpx solid #BBBBBB;
- font-size: 26rpx;
- }
- .icon.slow{
- color: #e29e53;
- }
- .icon.slowBar{
- color: #e29e53;
- border: 1rpx solid #e29e53;
- }
- .icon.fastBar{
- color: #35b2ab;
- border: 1rpx solid #35b2ab;
- }
- .btn.slow{
- background: #e29e53;
- }
- .status{
- display: inline-block;
- color: #FFFFFF;
- }
- .title_list{
- width:100%;
- height:100rpx;
- background:#FFFFFF;
- font-size:30rpx;
- text-align: center;
- line-height: 100rpx;
- }
- .charg{
- height: 150rpx;
- width: calc(100% - 12rpx);
- border-radius: 20rpx;
- margin: 12rpx 8rpx;
- background: #FFFFFF;
- flex-direction: row;
- display: flex;
- justify-content: space-between;
- }
- .runstatus{
- width: 100rpx;
- height: 100rpx;
- background-color: #35B2AB;
- border-radius: 50%;
- margin: 20rpx;
- color: #35B2AB;
- }
- .runstatus_inner{
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color: #ffff;
- position: relative;
- top: 10rpx;
- left: 10rpx;
- text-align: center;
- line-height: 80rpx;
- font-size: 22rpx;
- }
- .runstatus.chargstatus_kxz{
- background-color: #35B2AB;
- color: #35B2AB;
- }
- .runstatus.chargstatus_ycq{
- background-color: #00AADD;
- color: #00AADD;
- }
- .runstatus.chargstatus_cdz{
- background-color: #00AADD;
- color: #00AADD;
- }
- .runstatus.chargstatus_gz{
- background-color: #E29E53;
- color: #E29E53;
- }
- .chargInfo_v{
- flex-direction: column;
- justify-content: center;
- display: flex;
- width: 400rpx;
- color: #888888;
- font-size: 28rpx;
- height: 100%;
- }
- .chargInfo_v_name{
- width: 100%;
- }
- .iconleft{
- width: 150rpx;
- display: flex;
- margin: 0 10rpx;
- flex-direction: column;
- }
- .iconleft .icon{
- margin-top: 20rpx;
- margin-left: 60rpx;
- }
- .startpower{
- font-size: 26rpx;
- margin: 10rpx 0;
- color: #039BE5;
- }
- .bottomm{
- height: 60rpx;
- width: 100%;
- }
|