提交 17bcb693 编写于 作者: xinglee23's avatar xinglee23

fix: 样式设置

上级 4dc11c79
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
@launch="handleLaunchFn" @launch="handleLaunchFn"
> >
<script type="text/wxtag-template"> <script type="text/wxtag-template">
<style>.bottom-text { margin-bottom: 8px;height: 18px;font-size: 13px;line-height: 18px;text-align: center;font-weight: 400;font-family: PingFangSC-Regular, PingFang SC;color: #212121ff;}</style> <div class="bottom-text">查看领取记录 ></div> <style>.bottom-text { display: flex; align-items: center; justify-content: center; margin-bottom: 10px;height: 18px;font-size: 13px;line-height: 18px;text-align: center;font-weight: 400;font-family: PingFangSC-Regular, PingFang SC;color: #212121ff; img { margin-left: 10px; width: 6px; height: 12px;} }</style> <div class="bottom-text">查看领取记录 <img src="https://files.yunqueyi.com/image/png/common/20231023194533645.png" ></div>
</script> </script>
</wx-open-launch-weapp> </wx-open-launch-weapp>
</div> </div>
...@@ -181,7 +181,6 @@ ...@@ -181,7 +181,6 @@
</template> </template>
</van-cell> </van-cell>
</van-popup> </van-popup>
<!-- 校验通过弹框 --> <!-- 校验通过弹框 -->
<van-overlay :show="showProtocol"> <van-overlay :show="showProtocol">
<div class="check-popup-wrapper"> <div class="check-popup-wrapper">
...@@ -213,6 +212,7 @@ ...@@ -213,6 +212,7 @@
<style>.btn {position:absolute; top: -3px; color: #ffffff;text-align: center;line-height: 50px; font-size: 16px; font-weight: 500; left: 0; width:100%; height: 100%;}</style> <div class="btn">下一步</div> <style>.btn {position:absolute; top: -3px; color: #ffffff;text-align: center;line-height: 50px; font-size: 16px; font-weight: 500; left: 0; width:100%; height: 100%;}</style> <div class="btn">下一步</div>
</script> </script>
</wx-open-launch-weapp> </wx-open-launch-weapp>
<div class="btn">下一步<img src="https://files.yunqueyi.com/image/png/common/20231023194533645.png" /></div>
</div> </div>
</div> </div>
</van-overlay> </van-overlay>
...@@ -628,6 +628,9 @@ export default { ...@@ -628,6 +628,9 @@ export default {
font-weight: 300; font-weight: 300;
font-size: 14px; font-size: 14px;
} }
/deep/.van-cell--borderless::after, .van-cell:last-child::after {
display: block !important;
}
.phone-wrap { .phone-wrap {
.sm-grey { .sm-grey {
font-weight: 100; font-weight: 100;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册