12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571 |
- <template>
- <view>
- <view @tap="common.navTo('/components/addressSelect/AddressSelect?option='+address)">
- <cu-custom bgColor="bg-gradual-earkblue" :isBack="false">
- <block slot="backText">
- <view style="height: 80rpx;line-height: 80rpx;">返回</view>
- </block>
- <block slot="content">
- <text :class="'cuIcon-locationfill'"></text>
- </block>
- <block slot="content">{{address}}</block>
- <block slot="content">
- <image style="width: 15px;height: 15px;margin-left: 4px;" src="../../static/picture/SanJiao.png">
- </block>
- </cu-custom>
- </view>
-
- <!-- 卡片 -->
- <view class="cu-card case" :class="isCard?'no-card':''">
- <view class="cardContenter">
- <!-- 选卡 -->
- <view class="dateAndChoice">
- <view class="date">
- {{startDate}}~{{endDate}}
- </view>
- <view class="choice">
- <div :class="[speedFlag==true?'speedButtonWhite':'speedButtonBlack']" :style="{'font-size':choiceFontSize,'margin-top':choiceMarginTop}" @click="speedSwitch()">风速</div>
- <div :class="[temperatureFlag==true?'temperatureButtonWhite':'temperatureButtonBlack']" :style="{'font-size':choiceFontSize,'margin-top':choiceMarginTop}" @click="temperatureSwitch()">温度</div>
- <div :class="[realFeelFlag==true?'realFeelButtonWhite':'realFeelButtonBlack']" :style="{'font-size':choiceFontSize,'margin-top':choiceMarginTop}" @click="realFeelSwitch()">体感温度</div>
- </view>
- </view>
- <!-- uCharts图 -->
- <!-- <scroll-view class="VerticalNav nav " scroll-y scroll-with-animation :scroll-top="10" style="height:100vh;"></scroll-view> -->
- <scroll-view scroll-x scroll-with-animation :scroll-left=scrollposition_uCharts class="scrollUcharts" @scroll="uChartsScrollEvent" :scroll-into-view="'uCharts-'+mainCur">
- <view class="qiun-charts">
- <canvas canvas-id="canvasLineA" id="canvasLineA" class="charts"></canvas>
- </view>
- </scroll-view>
- </view>
- </view>
-
- <!-- 矩阵 -->
- <scroll-view scroll-y scroll-with-animation :scroll-top=scrollposition_list class="scrollList" :style="{'height': scrollListHeight }" @scroll="listScrollEvent">
- <weatherCalendarCardList40 ref="weatherCalendarCardList40"></weatherCalendarCardList40>
- </scroll-view>
- </view>
- </template>
- <script>
- import uCharts from '../../components/tools/u-charts/u-charts.js';
- import weatherCalendarCardList40 from '../../components/weatherCalendarCardList40/weatherCalendarCardList40.vue'
- export default {
- components: {
- "weatherCalendarCardList40":weatherCalendarCardList40
- },
- data() {
- return {
- scrollposition_uCharts:0,
- scrollposition_list:0,
- address: '',
- option: '',
- isCard: false,
- cWidth:'',
- cHeight:'',
- pixelRatio:1,
- weatherProphetData_40: [
- {
- id: '238466634',
- recodedata: '2020/02/25 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/02/26 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-10',
- realfeel1: '8',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '6',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/02/27 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '10',
- realfeel1: '7',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '2',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/02/28 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '12',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '10',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/02/29 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '15',
- realfeel1: '13',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '12',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/01 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/02 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/03 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/04 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/05 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/06 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/06 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/07 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/08 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/09 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/10 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/11 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/12 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/13 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/14 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/15 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/16 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/17 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/18 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/19 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/20 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/21 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/22 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/23 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/24 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/25 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/26 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/27 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/28 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/29 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/30 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/03/31 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/04/01 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/04/02 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- },
- {
- id: '238466634',
- recodedata: '2020/04/03 00:00:00',
- region: '石板泉风电场',
- windpowerstationid: 'SBQ_FDC',
- weather: '晴',
- maximumtem: '15',
- minimumtem: '-2',
- sunrise: '07:37',
- sunset: '18:48',
- sunduration: '11',
- weather1: '晴',
- temperature1: '-15',
- realfeel1: '15',
- precipitation1: '0',
- winddrection1: '0',
- speed1: '3',
- gust1: '3',
- weather2: '晴',
- temperature2: '-2',
- realfeel2: '-3',
- precipitation2: '0',
- winddirection2: '东北',
- speed2: '3',
- gust2: '3'
- }
- ],
- weatherProphetDataAll_40:[],
- startDate:"",
- endDate:"",
- realFeelFlag:true,
- temperatureFlag:false,
- speedFlag:false,
- tabCur: 0,
- mainCur: 0,
- windPowerStationId:"MHS_FDC",
- windowWidth:"",
- windowHeight:"",
- choiceFontSize:"",
- choiceMarginTop:"",
- xAxisFontSize:"",
- seriesTextSize:"",
- cardWidth:"",
- cardHeight:"",
- scrollListHeight:""
- };
- },
- created: function() {
- //this.pushWindPowerStationNameToSessionStorage("麻黄山");
- this.address = this.getWindPowerStationNameToSessionStorage();
- this.windPowerStationId=uni.getStorageSync('windPowerStationId');
- //this.getServerData();
- this.getWeatherData();
- //alert(this.address);
- this.windowWidth=uni.getSystemInfoSync().windowWidth;
- this.windowHeight=uni.getSystemInfoSync().windowHeight;
- if(this.windowWidth>=768){
- this.choiceFontSize="22px";
- this.choiceMarginTop="27.5px";
- this.xAxisFontSize=18;
- this.seriesTextSize=18;
- this.cardWidth=100;
- this.cardHeight=130;
- this.scrollListHeight=(this.windowHeight-550)+"px";
- }else{
- this.choiceFontSize="15px";
- this.choiceMarginTop="0";
- this.xAxisFontSize=12;
- this.seriesTextSize=12;
- this.cardWidth=100;
- this.cardHeight=100;
- this.scrollListHeight=(this.windowHeight-360)+"px";
- }
- },
- onShow() {
- this.address = this.getWindPowerStationNameToSessionStorage();
- this.windPowerStationId=uni.getStorageSync('windPowerStationId');
- this.getWeatherData();
- },
- methods: {
- pushWindPowerStationNameToSessionStorage(windpowerstationName) {
- uni.setStorageSync('windpowerstationName',windpowerstationName);
- //sessionStorage.setItem('windpowerstationName', windpowerstationName);
- //alert("v"+ sessionStorage.getItem("windpowerstationName"));
- //this.common.goback('/pages/index/Index');
- },
- getWindPowerStationNameToSessionStorage() {
- uni.getStorageSync('windpowerstationName');
- return uni.getStorageSync('windpowerstationName');
- },
- realFeelSwitch(){
- this.realFeelFlag=true;
- this.temperatureFlag=false;
- this.speedFlag=false;
- this.getServerData();
- },
- temperatureSwitch(){
- this.realFeelFlag=false;
- this.temperatureFlag=true;
- this.speedFlag=false;
- this.getServerData();
- },
- speedSwitch(){
- this.realFeelFlag=false;
- this.temperatureFlag=false;
- this.speedFlag=true;
- this.getServerData();
- },
- getWeatherData: function() {
- let _this = this;
- // 创建一个this.socketTask对象【发送、接收、关闭socket都由这个对象操作】
- this.socketTask = uni.connectSocket({
- // 【非常重要】必须确保你的服务器是成功的,如果是手机测试千万别使用ws://127.0.0.1:9099【特别容易犯的错误】
- url: "ws://49.4.78.143:8081/websocket/pageNumber_5/functionNumber_1",
- success(data) {
- console.log("websocket连接成功");
- },
- });
-
- // 消息的发送和接收必须在正常连接打开中,才能发送或接收【否则会失败】
- this.socketTask.onOpen((res) => {
- console.log("WebSocket连接正常打开中...!");
- this.is_open_socket = true;
- // 注:只有连接正常打开中 ,才能正常收到消息
- this.socketTask.onMessage((res) => {
- //console.log("收到服务器内容:" + res.data);
- _this.weatherProphetDataAll_40 =res.data;
- _this.weatherProphetDataAll_40=JSON.parse(res.data);
- _this.weatherProphetData_40 = [];
- //判断风场id 40天
- for(let i = 0; i < _this.weatherProphetDataAll_40.length; i++) {
- if(_this.weatherProphetDataAll_40[i].windpowerstationid == _this.windPowerStationId) {
- _this.weatherProphetData_40.push(_this.weatherProphetDataAll_40[i]);
- }
- }
- //console.log(_this.weatherProphetData_40);
- let startMonth = new Date(_this.weatherProphetData_40[0].recodedata).getMonth() + 1;
- let startDay = new Date(_this.weatherProphetData_40[0].recodedata).getDate() ;
- _this.startDate = startMonth + "月" + startDay+"日";
- let endMonth = new Date(_this.weatherProphetData_40[_this.weatherProphetData_40.length-1].recodedata).getMonth() + 1;
- let endDay = new Date(_this.weatherProphetData_40[_this.weatherProphetData_40.length-1].recodedata).getDate() ;
- _this.endDate = endMonth + "月" + endDay+"日";
- _this.$refs.weatherCalendarCardList40.getWeatherData(this.cardWidth, this.cardHeight, _this.weatherProphetData_40);
- _this.getServerData();
- });
- })
- // 这里仅是事件监听【如果socket关闭了会执行】
- this.socketTask.onClose(() => {
- console.log("已经被关闭了")
- })
-
-
-
-
- /* let _this = this;
- if(typeof(WebSocket) == "undefined") {
- console.log("您的浏览器不支持WebSocket");
- } else {
- console.log("您的浏览器支持WebSocket");
- //实现化WebSocket对象,指定要连接的服务器地址与端口 建立连接
- this.socket = new WebSocket("ws://49.4.78.143:8081/websocket/pageNumber_5/functionNumber_1");
- this.openSocket();
- //获得消息事件
- this.socket.onmessage = function onMessage(message) {
- _this.weatherProphetDataAll_40 = eval(message.data);
- _this.weatherProphetData_40 = [];
- //判断风场id 40天
- for(let i = 0; i < _this.weatherProphetDataAll_40.length; i++) {
- if(_this.weatherProphetDataAll_40[i].windpowerstationid == _this.windPowerStationId) {
- _this.weatherProphetData_40.push(_this.weatherProphetDataAll_40[i]);
- }
- }
- //console.log(_this.weatherProphetData_40);
- let startMonth = new Date(_this.weatherProphetData_40[0].recodedata).getMonth() + 1;
- let startDay = new Date(_this.weatherProphetData_40[0].recodedata).getDate() ;
- _this.startDate = startMonth + "月" + startDay+"日";
- let endMonth = new Date(_this.weatherProphetData_40[_this.weatherProphetData_40.length-1].recodedata).getMonth() + 1;
- let endDay = new Date(_this.weatherProphetData_40[_this.weatherProphetData_40.length-1].recodedata).getDate() ;
- _this.endDate = endMonth + "月" + endDay+"日";
- _this.$refs.weatherCalendarCardList40.getWeatherData("79", "100", _this.weatherProphetData_40);
- _this.getServerData();
- }
- } */
- },
- getServerData(){
-
- let LineA={
- categories: ['2012', '2013', '2014', '2015', '2016', '2017'],
- series: [{
- name: '体感温度',
- data: [35, 20, 25, 37, 4, 20],
- color: '#FFFFFF',
- textColor:"#FFFFFF",
- textSize:this.seriesTextSize,
- format:(val)=>{return val+'℃'}
- }, {
- name: '温度',
- data: [70, 40, 65, 100, 44, 68],
- color: '#FFFFFF',
- textColor:"#FFFFFF",
- textSize:this.seriesTextSize,
- format:(val)=>{return val+'℃'}
- }, {
- name: '风速',
- data: [100, 80, 95, 150, 112, 132],
- color: '#FFFFFF',
- textColor:"#FFFFFF",
- textSize:this.seriesTextSize,
- format:(val)=>{return val+'km/h'}
- }]
- };
- LineA.categories=[];
- LineA.series[0].data=[];
- LineA.series[1].data=[];
- LineA.series[2].data=[];
- if(this.realFeelFlag){
- for(let i=0;i<this.weatherProphetData_40.length;i++){
- let xAxisMonth = new Date(this.weatherProphetData_40[i].recodedata).getMonth()+ 1;
- let xAxisData = new Date(this.weatherProphetData_40[i].recodedata).getDate();
- if(xAxisMonth<10){
- xAxisMonth="0"+xAxisMonth;
- }
- LineA.categories.push(xAxisMonth + '/' + xAxisData );
- LineA.series[0].data.push(this.weatherProphetData_40[i].realfeel1);
- }
- }else if(this.temperatureFlag){
- for(let i=0;i<this.weatherProphetData_40.length;i++){
- let xAxisMonth = new Date(this.weatherProphetData_40[i].recodedata).getMonth()+ 1;
- let xAxisData = new Date(this.weatherProphetData_40[i].recodedata).getDate();
- if(xAxisMonth<10){
- xAxisMonth="0"+xAxisMonth;
- }
- LineA.categories.push(xAxisMonth + '/' + xAxisData );
- LineA.series[1].data.push(this.weatherProphetData_40[i].temperature1);
- }
- }else if(this.speedFlag){
- for(let i=0;i<this.weatherProphetData_40.length;i++){
- let xAxisMonth = new Date(this.weatherProphetData_40[i].recodedata).getMonth()+ 1;
- let xAxisData = new Date(this.weatherProphetData_40[i].recodedata).getDate();
- if(xAxisMonth<10){
- xAxisMonth="0"+xAxisMonth;
- }
- LineA.categories.push(xAxisMonth + '/' + xAxisData );
- LineA.series[2].data.push(this.weatherProphetData_40[i].speed1);
- }
- }
-
- this.showLineA("canvasLineA",LineA);
-
-
- },
- showLineA(canvasId,chartData){
- var _self = this;
- var canvaLineA=new uCharts({
- $this:_self,
- canvasId: canvasId,
- type: 'line',
- fontSize:11,
- legend:{show:false},//图例
- dataLabel:true,//数据点标签
- dataPointShape:true,
- background:'#FFFFFF',
- pixelRatio:_self.pixelRatio,
- categories: chartData.categories,
- series: chartData.series,
- animation: true,
- xAxis: {
- type:'grid',
- gridColor:'#CCCCCC',
- gridType:'dash',
- dashLength:8,
- disableGrid:true,//网格线
- axisLine:true,//x轴轴线
- fontColor:"#FFFFFF",
- fontSize:_self.xAxisFontSize
- },
- yAxis: {
- data:{
- disabled:false//y轴轴线
- },
- disableGrid:true,//网格线
- gridType:'dash',
- gridColor:'#CCCCCC',
- dashLength:8,
- splitNumber:5,
- min:-40,
- max:40,
- format:(val)=>{return val.toFixed(0)+'元'}
- },
- width: _self.cWidth*_self.pixelRatio,
- height: _self.cHeight*_self.pixelRatio,
- padding:[0,0,10,-30],//画布填充边距,顺序为上右下左,同css,但必须4位
- extra: {
- line:{
- type: 'curve'//曲线
- }
- }
- });
- },
- // touchLineA(e) {
- // canvaLineA.showToolTip(e, {
- // format: function (item, category) {
- // return category + ' ' + item.name + ':' + item.data
- // }
- // });
- // },
- uChartsScrollEvent(e){
- this.scrollposition_uCharts = e.detail.scrollLeft;
- if(e.detail.scrollLeft<237){
- this.scrollposition_list=0;
- }else if(e.detail.scrollLeft<487&&e.detail.scrollLeft>237){
- this.scrollposition_list=104;
- }else if(e.detail.scrollLeft<737&&e.detail.scrollLeft>487){
- this.scrollposition_list=208;
- }else if(e.detail.scrollLeft<987&&e.detail.scrollLeft>737){
- this.scrollposition_list=312;
- }else if(e.detail.scrollLeft<1237&&e.detail.scrollLeft>987){
- this.scrollposition_list=416;
- }else if(e.detail.scrollLeft<1487&&e.detail.scrollLeft>1237){
- this.scrollposition_list=520;
- }else if(e.detail.scrollLeft<1737&&e.detail.scrollLeft>1487){
- this.scrollposition_list=624;
- }else if(e.detail.scrollLeft>1737){
- this.scrollposition_list=656;
- }
- },
- listScrollEvent(e){
- this.scrollposition_list = e.detail.scrollTop;
- if(e.detail.scrollTop<104){
- this.scrollposition_uCharts=0;
- }else if(e.detail.scrollTop<208&&e.detail.scrollTop>104){
- this.scrollposition_uCharts=237;
- }else if(e.detail.scrollTop<312&&e.detail.scrollTop>208){
- this.scrollposition_uCharts=487;
- }else if(e.detail.scrollTop<416&&e.detail.scrollTop>312){
- this.scrollposition_uCharts=737;
- }else if(e.detail.scrollTop<520&&e.detail.scrollTop>416){
- this.scrollposition_uCharts=987;
- }else if(e.detail.scrollTop<624&&e.detail.scrollTop>520){
- this.scrollposition_uCharts=1237;
- }else if(e.detail.scrollTop<656&&e.detail.scrollTop>624){
- this.scrollposition_uCharts=1487;
- }
- },
- closeSocket: function() {
- this.socket.onclose;
- },
- openSocket: function() {
- this.socket.onOpen;
- }
- },
- onLoad() {
- this.cWidth=uni.upx2px(5000);
- this.cHeight=uni.upx2px(350);
-
- this.address = this.getWindPowerStationNameToSessionStorage();;
-
- // this.getWeatherData();
- }
- }
- </script>
- <style>
- page {
- background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#2F698E), color-stop(0.15, #5C757C), to(#004C90));
- /* background-color: #108ADA; */
- }
- .cardContenter{
- border-radius: 20px;
- margin: 20px auto;
- width: 90%;
- height: 450upx;
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#024F93), color-stop(1.5, #cccccc), to(#437193));
- background: rgba(0, 0, 0, 0.1);
- }
- .dateAndChoice{
- width: 100%;
- height: 100upx;
- }
- .date{
- width: 40%;
- height: 100upx;
- line-height: 100upx;
- color: white;
- margin-left: 5px;
- float: left;
- }
- .choice{
- width: calc(60% - 5px);
- height: 100upx;
- float: right;
- }
- .realFeelButtonWhite {
- height: 37px;
- // margin-top: 3px;
- line-height: 44px;
- /* margin-left: 20px; */
- color: white;
- font-size: 15px;
- border-style: solid;
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 3px;
- border-bottom-color: #FFEE35;
- border-left-width: 0px;
- font-family: "microsoft yahei";
- float: right;
- }
- .realFeelButtonBlack{
- height: 37px;
- // margin-top: 3px;
- line-height: 44px;
- /* margin-left: 20px; */
- color: #DEDEDE;
- font-size: 15px;
- font-family: "microsoft yahei";
- float: right;
- }
- .temperatureButtonWhite {
- height: 37px;
- // margin-top: 3px;
- line-height: 44px;
- margin-left: 20px;
- color: white;
- font-size: 15px;
- border-style: solid;
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 3px;
- border-bottom-color: #FFEE35;
- border-left-width: 0px;
- font-family: "microsoft yahei";
- float: right;
- }
- .temperatureButtonBlack{
- height: 37px;
- // margin-top: 3px;
- line-height: 44px;
- margin-left: 20px;
- color: #DEDEDE;
- font-size: 15px;
- font-family: "microsoft yahei";
- float: right;
- }
- .speedButtonWhite {
- height: 37px;
- // margin-top: 3px;
- line-height: 44px;
- margin-left: 20px;
- margin-right: 20px;
- color: white;
- font-size: 15px;
- border-style: solid;
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 3px;
- border-bottom-color: #FFEE35;
- border-left-width: 0px;
- font-family: "microsoft yahei";
- float: right;
- }
- .speedButtonBlack{
- height: 37px;
- // margin-top: 3px;
- line-height: 44px;
- margin-left: 20px;
- margin-right: 20px;
- color: #DEDEDE;
- font-size: 15px;
- font-family: "microsoft yahei";
- float: right;
- }
- .scrollUcharts{
- white-space: nowrap;
- }
- .scrollList{
- height: 330px;
- }
- .qiun-charts {
- width: 5000upx;
- height: 350upx;
- //background-color: #FFFFFF;
- }
-
- .charts {
- width: 5000upx;
- height: 350upx;
- //background-color: #FFFFFF;
- }
- </style>
|