|
|
- <template>
- <uni-card is-full :is-shadow="false">
- <view><text class="uni-h6">姓名预估评分(娱乐,仅参考)</text></view>
- </uni-card>
- <view style="background-color: #fff;">
- <text class="s"><text class="y">{{ sancai.s}} </text><text>分</text></text>
- <uni-section title="用字分析" type="line"></uni-section>
- <view style="padding-left:80px;">
- <table class="table" style="width:auto;text-align: center;">
- <tbody>
- <tr><td></td><td>繁体</td><td>拼音</td><td>康熙笔划</td><td>五行</td></tr>
-
- <tr v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <td v-if="isprivacy==2">
- <text v-if="(datas.namelist.length-2)==index && (datas.namelist.length>2)" class="mosaic-text combined-glow">{{ item.namechr}}</text>
- <text v-else-if="(datas.namelist.length-1)==index && (datas.namelist.length<=2)" class="mosaic-text combined-glow">{{ item.namechr}}</text>
- <text v-else class="combined-glow">{{ item.namechr}}</text>
- </td>
- <td v-else class="combined-glow">{{ item.namechr}}</td>
-
- <td v-if="isprivacy==2">
- <text v-if="(datas.namelist.length-2)==index && (datas.namelist.length>2)" class="mosaic-text">{{ item.fantizi}}</text>
- <text v-else-if="(datas.namelist.length-1)==index && (datas.namelist.length<=2)" class="mosaic-text">{{ item.fantizi}}</text>
- <text v-else>{{ item.fantizi}}</text>
- </td>
- <td v-else>{{ item.fantizi}}</td>
-
- <td>{{ item.pinyin}}</td>
- <td>{{ item.strokes}}</td>
- <td>{{ item.wuxing}}</td>
- </tr>
- </tbody>
- </table>
- </view>
-
- </view>
- <uni-section title="六格分析" type="line"></uni-section>
- <view style="background-color: #ffffff;text-align: right;padding-right: 20rpx;" >
- <uni-tooltip content="除天格外,其他显示红色,即为凶,绿色为吉,蓝色为半吉。">说明</uni-tooltip>
- <view @click="bname()"><text class="ff1"> </text></view>
- </view>
- <view style="background-color: #ffffff; display: grid;
- place-items: center;
- height: 20vh">
- <div style="font-size:13px;position:relative;margin-left:0px; width:300px; height:170px; overflow:hidden; background-repeat:no-repeat; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACqCAYAAAAX43IEAAAC30lEQVR4nO3d0W3CMBRA0aZiJHZiJnZiJ/e3X8hqrJoL5wyArChcPUdRfIwxxhdAwPfuBQDMEiwgQ7CADMECMgQLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyLrsX8GqO23X3Et7OuD92L2GJVffGu1yPHUxYQIZgARm2hE8Y3fntzP3gUcMaJiwgQ7CADMECMgQLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyBAvIECwgQ7CADMECMgQLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyBAvIECwgQ7CADMECMgQLyBAsIEOwgAzBAjIuuxfA6zpu1yW/M+6PJb+z26rrwd+ZsIAMwQIybAlh0rtsbcsECyZ5prefYDHFn4xX4BkWkGHCgklnpkyvRKxhwgIyBAvIECwgQ7CADMECMgQLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyBAvIECwgQ7CADMECMgQLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyBAvIECwgQ7CADMECMgQLyLjsXgBUHLfr7iV8PBMWkCFYQIYtIUwa98fuJXw8ExaQYcKCSaseupvU/s6EBWQIFpBhSwiTzmzlvMO1hgkLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyBAvIECwgQ7CADMECMgQLyBAsIEOwgAzBAjIEC8gQLCBDsIAMwQIyBAvIECwgQ7CADOcSMuXMuXqOZmcVExaQYcJ64uxpvSaL9+L05v1MWECGYAEZxxhj7F4EwAwTFpAhWECGYAEZggVkCBaQIVhAhmABGYIFZAgWkCFYQIZgARmCBWQIFpDxrx/w8wE0aHm1j1CasIAMwQIyfMAPyDBhARmCBWQIFpAhWECGYAEZggVkCBaQIVhAhmABGYIFZAgWkCFYQIZgARmCBWQIFpAhWECGYAEZggVkCBaQIVhAhmABGYIFZAgWkCFYQIZgARmCBWQIFpAhWECGYAEZP+PdOcYDYaNOAAAAAElFTkSuQmCC) -12px 0px;">
- <div class="wg" :style="{color:wgColor}">外格 {{ wg.num }}<br>({{ wg.wx }})</div>
- <div class="bg" :style="{color:bgColor}">变格{{ bg.num }}<br>({{ bg.wx }})</div>
- <!-- //if (datas.type==1)
- <div style="position:absolute; left:95px; top:68px; width:50px; height:18px; text-align:left;"></div> -->
- <view v-if="datas.type=='1'">
- <view v-if="lname.namelength=='3'">
- <div style="position:absolute; left:150px; top:5px; width:50px; height:18px; text-align:left"> 1</div>
- <view v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <div v-if="index===0" style="position:absolute; left:150px; top:40px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===1" style="position:absolute; left:150px; top:78px; width:50px; height:18px"><text v-if="isprivacy==2" class="mosaic-text"><text class="combined-glow">{{ item.namechr}}</text></text><text v-else><text class="combined-glow">{{ item.namechr}}</text></text> {{ item.strokes}}</div>
- <div v-if="index===2" style="position:absolute; left:150px; top:110px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- </view>
- </view>
- <view v-else-if="lname.namelength=='2'">
- <div style="position:absolute; left:150px; top:5px; width:50px; height:18px; text-align:left"> 1</div>
- <view v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <div v-if="index===0" style="position:absolute; left:150px; top:40px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===1" style="position:absolute; left:150px; top:78px; width:50px; height:18px"><text v-if="isprivacy==2" class="mosaic-text"><text class="combined-glow">{{ item.namechr}}</text></text><text v-else><text class="combined-glow">{{ item.namechr}}</text></text> {{ item.strokes}}</div>
- </view>
- <div style="position:absolute; left:150px; top:110px; width:50px; height:18px">1</div>
- </view>
- <view v-else-if="lname.namelength=='4'">
- <view v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <div v-if="index===0" style="position:absolute; left:150px; top:5px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===1" style="position:absolute; left:150px; top:40px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===2" style="position:absolute; left:150px; top:78px; width:50px; height:18px"><text v-if="isprivacy==2" class="mosaic-text"><text class="combined-glow">{{ item.namechr}}</text></text><text v-else><text class="combined-glow">{{ item.namechr}}</text></text> {{ item.strokes}}</div>
- <div v-if="index===3" style="position:absolute; left:150px; top:110px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- </view>
- </view>
- <view v-else>
- </view>
- </view>
- <view v-else>
- <view v-if="lname.namelength=='3'">
- <view v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <div v-if="index===0" style="position:absolute; left:150px; top:5px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===1" style="position:absolute; left:150px; top:40px; width:50px; height:18px"><text v-if="isprivacy==2" class="mosaic-text"><text class="combined-glow">{{ item.namechr}}</text></text><text v-else><text class="combined-glow">{{ item.namechr}}</text></text> {{ item.strokes}}</div>
- <div v-if="index===2" style="position:absolute; left:150px; top:78px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- </view>
- <div style="position:absolute; left:150px; top:110px; width:50px; height:18px">1</div>
- </view>
- <view v-else-if="lname.namelength=='4'">
- <view v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <div v-if="index===0" style="position:absolute; left:150px; top:5px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===1" style="position:absolute; left:150px; top:40px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- <div v-if="index===2" style="position:absolute; left:150px; top:78px; width:50px; height:18px"><text v-if="isprivacy==2" class="mosaic-text"><text class="combined-glow">{{ item.namechr}}</text></text><text v-else><text class="combined-glow">{{ item.namechr}}</text></text> {{ item.strokes}}</div>
- <div v-if="index===3" style="position:absolute; left:150px; top:110px; width:50px; height:18px"><text class="combined-glow">{{ item.namechr}}</text> {{ item.strokes}}</div>
- </view>
- </view>
- <view v-else>
- </view>
- </view>
- <div class="zg" :style="{color:zgColor}">总格 {{ zg.num }} ({{ zg.wx }})</div>
- <div class="tg" :style="{color:tgColor}">天格 {{ tg.num }}<br>({{ tg.wx }})</div>
- <div class="rg" :style="{color:rgColor}">人格 {{ rg.num }}<br>({{ rg.wx }})</div>
- <div class="dg" :style="{color:dgColor}">地格 {{ dg.num }}<br>({{ dg.wx }})</div>
- </div>
- </view>
- <uni-section title="正文" type="line"></uni-section>
- <view class="newTab">
- <uni-segmented-control :current="current" :values="items" @clickItem="onClickItem" style-type="text"
- active-color="#8968CD"></uni-segmented-control>
- <view class="content">
- <view v-show="current===0">
- <uni-card title="姓名对健康的影响" :isFull="true" v-if="showData">
-
- <view class="a"><text class="uni-body"> {{ lname.health }}</text></view>
-
- </uni-card>
- <uni-card title="一、姓名影响先天主运" :isFull="true" >
- <view class="t"><text :style="{color:lname.n1a}">可以测试先天主运可享受的运势,并可预测此人性格如何。<br>
- 人格的解析:人格数又称主运,为先天主运,是整个姓名的中心点,影响人的一生命运。。</text></view>
- <view class="a">
- <text class="uni-body"><view>您的个性分析(性格)</view>
- <view class="b"><text>{{ lname.n1b }}</text> </view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>{{ lname.n1c }} (<text :style="{color:lname.n1a}">{{ lname.n1d }}</text>)</view>
- <view class="b"><text>{{ lname.n1e }}</text></view>
- </text>
- </view>
- </uni-card>
-
- <uni-card title="二、姓名影响后天主运,即您通过努力能得到的结果。" :isFull="true" >
- <view class="t"><text :style="{color:lname.n2a}">变格的解析:代表自己后天主运,即努力的结果。</text></view>
- <view class="a">
- <text class="uni-body"><view>{{ lname.n2b }} (<text :style="{color:lname.n2a}">{{ lname.n2c }}</text>)</view>
- <view class="b"><text>{{ lname.n2d }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="三、少年运,这是人生中1-15岁的运势" :isFull="true" >
- <view class="a">
- <text class="uni-body"><view>少年运解释</view>
- <view class="b"><text>{{ lname.n3b }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>地格影响少年运:{{ lname.n3c }} (<text :style="{color:lname.n3a}">{{ lname.n3d }}</text>)</view>
- <view class="b"><text>{{ lname.n3e }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>天格影响少年运:{{ lname.n3f }} (<text style="color:#ff0000;">{{ lname.n3g }}</text>)(一般不看此吉凶)</view>
- <view class="b"><text>{{ lname.n3h }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="三、青年运,这是人生中12-27岁的运势" :isFull="true" >
- <view class="a">
- <text class="uni-body"><view>青年运解释</view>
- <view class="b"><text>{{ lname.n4a }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>人格影响青年运:{{ lname.n4b }} (<text style="color:#ff0000;">{{ lname.n4c }}</text>)</view>
- <view class="b"><text>{{ lname.n4d }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>地格影响青年运:{{ lname.n4e }} (<text style="color:#ff0000;">{{ lname.n4f }}</text>)</view>
- <view class="b"><text>{{ lname.n4g }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="五、壮年运,这是人生中24-39岁的运势" :isFull="true" >
- <view class="a">
- <text class="uni-body"><view>壮年运解释</view>
- <view class="b"><text>{{ lname.n5a }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>人格影响壮年运:{{ lname.n5b }} (<text style="color:#ff0000;">{{ lname.n5c }}</text>)</view>
- <view class="b"><text>{{ lname.n5d }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="六、中年运,这是人生中36-51岁的运势" :isFull="true" >
- <view class="a">
- <text class="uni-body"><view>中年运解释</view>
- <view class="b"><text>{{ lname.n6a }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>人格影响中年运:{{ lname.n6b }} (<text style="color:#ff0000;">{{ lname.n6c }}</text>)</view>
- <view class="b"><text>{{ lname.n4d }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>外格影响中年运:{{ lname.n6e }} (<text style="color:#ff0000;">{{ lname.n6f }}</text>)</view>
- <view class="b"><text>{{ lname.n6g }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="七、老年运,直接反应出48-63岁时的人生" :isFull="true" >
- <view class="a">
- <text class="uni-body"><view>老年运解释</view>
- <view class="b"><text>{{ lname.n7a }}</text></view>
- </text>
- </view>
- <view class="a">
- <text class="uni-body"><view>总格:{{ lname.n7b }} (<text style="color:#ff0000;">{{ lname.n7c }}</text>)</view>
- <view class="b"><text>{{ lname.n7d }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="八、姓名影响家庭运" :isFull="true" >
-
- <view class="a"><text class="uni-body"> 请点击“家庭运测算”工具,系统将根据“夫”姓与您名字组合测算家庭运。</text></view>
-
- </uni-card>
- <uni-card title="天格的解析" :isFull="true" >
- <view class="t"><text :style="{color:lname.n8a}">为姓氏格,姓氏来源与祖先,有“传承”的意思,原则上不能变更只能接受。代表着父母、长辈、上级、领导等。天格数是先祖留传下来的,其数理对人影响不大。</text></view>
- <view class="a">
- <text class="uni-body"><view>{{ lname.n8b }} (<text style="color:#ff0000;">{{ lname.n8c }}</text>)</view>
- <view class="b"><text>{{ lname.n8d }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="外格的解析" :isFull="true" >
- <view class="t"><text :style="{color:lname.n9a}">代表兄弟、朋友、社会环境,影响人的社交能力、智慧等,其数理不用重点去看。{{ lname.n9e }}</text></view>
- <view class="a">
- <text class="uni-body"><view>{{ lname.n9b }} (<text style="color:#ff0000;">{{ lname.n9c }}</text>)</view>
- <view class="b"><text>{{ lname.n9d }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-card title="总格的解析:代表自己的老年运。" :isFull="true" >
- <view class="t"><text :style="{color:lname.n10a}">外格又称变格,影响人的社交能力、智慧等,其数理不用重点去看。</text></view>
- <view class="a">
- <text class="uni-body"><view>{{ lname.n10b }} (<text style="color:#ff0000;">{{ lname.n10c }}</text>)</view>
- <view class="b"><text>{{ lname.n10d }}</text></view>
- </text>
- </view>
- </uni-card>
- <uni-section title="姓名总评" type="circle">
- <uni-card >
- <view class="d" style=""><text>{{ sancai.r }} </text></view>
- </uni-card>
- </uni-section>
-
-
- </view>
- <view v-show="current===1">
- <view>
- <uni-card title="数理影响分析" :isFull="true" >
- <view v-for="(items ,indexs) in lname.list" :index="indexs" :key="indexs">
- <text style="font-weight: bold;">{{ indexs }} :</text>
- <text v-for="(item ,index) in items" :index="index" :key="index" :style="{color:item}"> {{ index }} </text>
- </view>
- </uni-card>
- <uni-card title="数理影响解析" :isFull="true" >
- <view v-for="(items ,indexs) in lname.shuli" :index="indexs" :key="indexs">
- <text style="font-weight: bold;" :style="{color:items.a}">{{ indexs }} :</text> <text>{{ items.b }}</text>
-
- </view>
- </uni-card>
- </view>
- </view>
-
-
-
- <view v-show="current===2">
- <uni-section title="姓名的音象" type="circle">
- <uni-card >
- <view class="d" style=""><text>{{ sancai.t }} </text></view>
- </uni-card>
- </uni-section>
- <!-- <uni-section title="圆形装饰-主标题" sub-title="副标题" type="circle" ></uni-section> -->
- <uni-section overflow title="字义解释" type="circle">
- <uni-card v-for="(item ,index) in datas.namelist" :index="index" :key="index">
- <view><text class="zi">{{ item.namechr }}</text><text class="a1">{{ item.struct }}</text></view>
- <view><text class="a2">字义解释:{{ item.ziyishort }}</text></view>
- <view><text class="uni-body" style="font-weight: normal;">{{ item.ziyilong }}</text></view>
- <view><text class="uni-body" style="font-weight: normal;">{{ item.ziyitxt }}</text></view>
- <view><text class="uni-body" style="font-weight: normal;">{{ item.zdmeaning }}</text></view>
- </uni-card>
- </uni-section>
- </view>
-
- <!-- <view v-show="current===3">
- <uni-section title="五行之气" type="circle">
- <uni-card >
- <view class="d" style=""><text>{{ fenxi.xinge }} </text></view>
- <view class="d" style=""><text><strong>性格:</strong>{{ fenxi.xinge1 }} </text></view>
- </uni-card>
- </uni-section>
-
- <uni-section title="三才配置" type="circle">
- <uni-card >
- <uni-card >
- <view class="d" style=""><text>{{ sancai.u }} {{ sancai.v }} </text></view>
- <view class="d" style=""><text><strong>解释:</strong>{{ sancai.w }} </text></view>
- </uni-card>
- </uni-card>
- </uni-section>
-
- <uni-section title="铁口直断一" type="circle">
- <uni-card >
- <view class="d" style="">
- <view v-for="(items ,indexs) in fenxi.shuli" :index="indexs" :key="indexs">
- <text style="font-size:30rpx;font-weight: bold;">{{ indexs }}</text>
- <view v-for="(item ,index) in items" :index="index" :key="index">
- <text>{{ item }}</text>
- </view>
- </view>
- </view>
- </uni-card>
- </uni-section>
-
- <uni-section title="铁口直断二" type="circle">
- <uni-card >
- <view class="d" style="">
- <view v-for="(items ,indexs) in fenxi.shulitwo" :index="indexs" :key="indexs">
- <text style="font-size:30rpx;font-weight: bold;">{{ indexs }}</text>
-
- <text>{{ items }}</text>
-
- </view>
- </view>
- </uni-card>
- </uni-section>
-
-
- <uni-section title="人格定性格及体型" type="circle">
- <uni-card >
- <view class="d" style=""><text>{{ sancai.t }} </text></view>
- </uni-card>
- </uni-section>
-
- </view> -->
-
- </view>
- </view>
-
- <!-- <view>
- <web-view src="http://www.zhenming.cc/name/612DEF4CA22BEZZZJYI"></web-view>
- </view> -->
-
-
-
- </template>
- <script>
- export default {
- components: {},
- data() {
- return {
- showData:true,
- datas:{},
- lname:{},
- xname:{},
- wg:{},
- bg:{},
- zg:{},
- tg:{},
- rg:{},
- dg:{},
- wgColor:'',
- bgColor:'',
- zgColor:'',
- tgColor:'',
- rgColor:'',
- dgColor:'',
- sancai:{},
- fenxi:{},
- current:0,
- //items: ['六格总评', '数理影响', '内部分析', '字义与音律'],
- //items: ['六格总评', '数理影响', '字义与音律', '内部分析'],
- items: ['六格总评', '数理影响', '字义与音律'],
- gid:'',
- isprivacy:1
- /* lname:{
- wg:{
- num:0,
- wx:''
- }
- }
- */
- }
- },
- onLoad: function (option) { //option为object类型,会序列化上个页面传递的参数
- //console.log('isprivacy',option.isprivacy)
- this.isprivacy = option.isprivacy;
- console.log(option.gid); //打印出上个页面传递的参数。
- //console.log(option.name); //打印出上个页面传递的参数。
- this.getDetailInfo (option.gid)
- //this.getDetailInfo (option.gid)
- },
- onReady() {
- // #ifdef APP-PLUS
- var currentWebview = this.$scope.page.$getAppWebview() //获取当前页面的webview对象
- setTimeout(function() {
- wv = currentWebview.children()[0]
- wv.setStyle({scalable:true})
- }, 1000); //如果是页面初始化调用时,需要延时一下
- // #endif
- },
- methods: {
- async getDetailInfo (gid) {
- uni.showLoading()
- const resss = await this.$myRuquest({
- url: 'liunameok',
- method :'post',
- data:{'gid':gid}
- }).then((ress)=>{
- console.log(ress);
- this.datas = ress.data.data;
- this.lname = ress.data.data.lname;
- this.xname = ress.data.data.xname;
- this.wg = this.lname.wg;
- this.bg = this.lname.bg;
- this.zg = this.lname.zg;
- this.tg = this.lname.tg;
- this.rg = this.lname.rg;
- this.dg = this.lname.dg;
- this.wgColor = this.wg.color;
- this.bgColor = this.bg.color;
- this.zgColor = this.zg.color;
- this.tgColor = this.tg.color;
- this.rgColor = this.rg.color;
- this.dgColor = this.dg.color;
- this.sancai = this.lname.sancai;
- this.showData = this.lname.show;
- this.fenxi = ress.data.data.fenxi;
- this.gid = gid;
- //console.log(this.lname.n1.a)
-
- //console.log(this.fontColor)
- //this.info = res.data.message[0]
- //console.log(ress.data.data.url)
- })
-
- uni.hideLoading()
- },
- async bname () {
-
- //uni.showLoading()
- //this.$myRuquest({})
- console.log(this.gid);
- //var href = '../v2pingfenResult/v2pingfenResult?gid='+res
- var {href} = this.$router.resolve({path:"/pages/v2pingfenResult/v2pingfenResult",query:{ gid :this.gid}})
- /* uni.navigateTo({
- url: '../v2pingfenResult/v2pingfenResult?gid='+res
- }) */
- window.open(href,'_blank');
- //uni.hideLoading()
- },
- /* bname(gid){
- console.log(gid);
- uni.navigateTo({
- url: '/path/to/your/page'
- });
- }, */
- onClickItem(index) {
- if (this.current !== index.currentIndex) {
- this.current = index.currentIndex;
- }
- }
-
- }
- }
- </script>
- <style lang="scss">
- .t{
- font-size:0.7rem;
- color:#ADADAD;
- }
- .a1{
- color:#000;
- padding-left:10rpx;
- }
- .a2{
- margin-top:20rpx;
- color: #6c757d!important;
- font-weight: bold;
- height:60rpx;
- line-height: 60rpx;
- }
- .zi{
- font-size:36rpx;
- padding:10rpx;
- color: #fff;
- background-color: #007bff;
- border-color: #007bff;
- height:50rpx;
- width:60rpx;
- line-height: 50rpx;
- }
- .b{
- font-weight: normal;padding:20rpx 0;
- height:auto;
- line-height:40rpx;
- font-size:0.85rem;
- padding:15rpx 10rpx;
- }
- .table {
- width: 100%;
- margin-bottom: 5rpx;
- color: #212529;
- }
- td{
- height:65rpx;
- line-height: 65rpx;
- }
- .wg{
- position:absolute; left:12px; top:60px; width:64px; height:18px;
- }
- .bg{
- position:absolute; left:80px; top:68px; width:50px; height:18px; text-align:left;
- }
- .zg{
- position:absolute; left:103px; top:145px; width:120px; height:18px;
- }
- .tg{
- position:absolute; left:215px; top:10px; width:64px; height:18px;
- }
- .rg{
- position:absolute; left:215px; top:50px; width:64px; height:18px;
- }
- .dg{
- position:absolute; left:215px; top:90px; width:64px; height:18px;
- }
- .newTab{
- background-color: #ffffff;
- margin-top:5rpx;
- }
- .uni-body{
- font-weight:bold;
- }
- .a-font{
- color:#ff0000;
- }
- .a{
- padding:15rpx 10rpx;
- background-color: #FAFAFA;
- margin-bottom: 15rpx;
- }
- .c{
- padding:10rpx 0;
- }
- .s{
- position: absolute;
- top:20px;
- left:270px;
- }
- .y{
- font-size:48px;
- color:#ff0000;
- background: #EDEDED;
- border: 0.1875em solid #EDEDED;
- border-radius: 50%;
- transform:scale(.5);transform-origin: 0% 50%;
- }
- .mosaic-text {
- filter: blur(3px) brightness(80%);
- }
- .combined-glow {
- color: #fff;
- font-family:"华文行楷";
- text-shadow:
- 0 0 5px #ff00ff,
- 0 0 10px #ff00ff,
- 0 0 20px #ff00ff,
- 0 0 40px #ffff7f,
- 0 0 80px #ffff7f;
- animation: flicker 1.5s infinite alternate;
- }
- @keyframes flicker {
- 0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
- text-shadow:
- 0 0 5px #ff00ff,
- 0 0 10px #ff00ff,
- 0 0 20px #ff00ff,
- 0 0 40px #00ffff,
- 0 0 80px #00ffff;
- }
- 20%, 24%, 55% {
- text-shadow: none;
- }
- }
- </style>
|