细节优化
This commit is contained in:
@@ -82,6 +82,7 @@ onBeforeUnmount(() => {
|
|||||||
.back-to-game > image:nth-child(2) {
|
.back-to-game > image:nth-child(2) {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
}
|
}
|
||||||
.back-to-game > text:nth-child(3) {
|
.back-to-game > text:nth-child(3) {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ onBeforeUnmount(() => {
|
|||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
:style="{ opacity: showLoader && loading ? 1 : 0 }"
|
:style="{ opacity: showLoader && loading ? 0 : 0 }"
|
||||||
src="../static/btn-loading.png"
|
src="../static/btn-loading.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
class="loading"
|
class="loading"
|
||||||
|
|||||||
@@ -494,7 +494,7 @@ onHide(() => {});
|
|||||||
background-color: #fed847;
|
background-color: #fed847;
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 2px 5px;
|
padding: 2rpx 10rpx;
|
||||||
}
|
}
|
||||||
.team-mode > view > image:nth-child(2) {
|
.team-mode > view > image:nth-child(2) {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ onShow(async () => {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
color: #fff;
|
color: #000;
|
||||||
}
|
}
|
||||||
.founded-room > view > view {
|
.founded-room > view > view {
|
||||||
background-color: #fed847;
|
background-color: #fed847;
|
||||||
|
|||||||
Reference in New Issue
Block a user