fix:修改好友约战页面顶部文案样式
This commit is contained in:
@@ -98,8 +98,10 @@ onLoad(async (options) => {
|
|||||||
<Container title="好友约战" :showBackToGame="true">
|
<Container title="好友约战" :showBackToGame="true">
|
||||||
<view :style="{ width: '100%', height: '100%' }">
|
<view :style="{ width: '100%', height: '100%' }">
|
||||||
<GuideTwo>
|
<GuideTwo>
|
||||||
<text :style="{color: 'rgba(255,217,71,0.8)'}">约上朋友开几局,欢乐多,不寂寞</text>
|
<view class="guide-tips">
|
||||||
<text>一起练升级更快,早日加入全国排位赛!</text>
|
<text class="guide-tips__main">约上朋友开几局,欢乐多,不寂寞</text>
|
||||||
|
<text class="guide-tips__sub">一起练升级更快,早日加入全国排位赛!</text>
|
||||||
|
</view>
|
||||||
</GuideTwo>
|
</GuideTwo>
|
||||||
<view class="my-data">
|
<view class="my-data">
|
||||||
<view>
|
<view>
|
||||||
@@ -171,6 +173,24 @@ onLoad(async (options) => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.guide-tips {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding-left: 112rpx;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.guide-tips__main {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: rgba(255, 217, 71, 0.8);
|
||||||
|
}
|
||||||
|
.guide-tips__sub {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 22rpx;
|
||||||
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
margin-top: 6rpx;
|
||||||
|
}
|
||||||
|
|
||||||
.founded-room {
|
.founded-room {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user