三角洲
This commit is contained in:
parent
5d4c0d30e0
commit
a7849b78a7
|
|
@ -1,4 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="honor-of-kings">
|
<view class="honor-of-kings">
|
||||||
<nav-bar title="三角洲结算页" bgColor="#F5F5F5" isRightButton :rightButtonText="rightButtonText"
|
<nav-bar title="三角洲结算页" bgColor="#F5F5F5" isRightButton :rightButtonText="rightButtonText"
|
||||||
@right-click="onRightClick">
|
@right-click="onRightClick">
|
||||||
|
|
@ -70,10 +70,10 @@
|
||||||
|
|
||||||
<!-- 玩家名称(鸿蒙不支持 rotate,保持位置) -->
|
<!-- 玩家名称(鸿蒙不支持 rotate,保持位置) -->
|
||||||
<l-painter-text
|
<l-painter-text
|
||||||
css="color:#CDCDCD;font-size:10px;line-height:1em;position:absolute;left:424px;top:310px;"
|
css="color:#CDCDCD;font-size:10px;line-height:1em;position:absolute;left:424px;top:310px;transform: rotate(12deg);"
|
||||||
:text="data.name"></l-painter-text>
|
:text="data.name"></l-painter-text>
|
||||||
<l-painter-text
|
<l-painter-text
|
||||||
css="color:#CDCDCD;font-size:7px;line-height:1em;position:absolute;left:422px;top:321px;opacity:0.6;"
|
css="color:#CDCDCD;font-size:7px;line-height:1em;position:absolute;left:422px;top:321px;opacity:0.6;transform: rotate(12deg);"
|
||||||
text="信守不渝"></l-painter-text>
|
text="信守不渝"></l-painter-text>
|
||||||
|
|
||||||
<!-- 水印 -->
|
<!-- 水印 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue