We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d0870 commit fcfbac3Copy full SHA for fcfbac3
pages/component/ad/ad.vue
@@ -14,8 +14,8 @@
14
</view>
15
<!-- #endif -->
16
17
- <view class="tips" @click="gotoapi">
18
- <text>本示例页面仅演示ad组件,可点此体验激励视频API</text>
+ <view class="tips">
+ <text class="tips-text">本示例页面仅演示ad组件。另点此可体验</text><text class="tips-hl" @click="gotoapi">激励视频API</text><text class="tips-text">。</text>
19
20
21
</template>
@@ -72,7 +72,16 @@
72
73
.tips {
74
margin-top: 30px;
75
- color: #007AFF;
76
text-align: center;
+ line-height: 42px;
77
+ }
78
+
79
+ .tips-text {
80
+ color: #444;
81
82
83
+ .tips-hl {
84
+ color: #007AFF;
85
+ margin-left: 1px;
86
}
87
</style>
0 commit comments