您当前的位置: 首页 >  学无止境 >  文章详情

小程序更新日志记录,附上效果图以及实现代码

时间: 2020-09-28 【学无止境】 阅读量:共924人围观

简介 项目更新都有日志记录,例如git提交日志,有效的记录程序有什么变化,添加或修改了那些功能。更新的时间,提交的版本。

效果图如下

383df03db0e4c80abc5ae71065a3e6ss9.jpg

页面代码

<view class="header"> <view class="header-icon"></view> <view class="header-v">v1.0.8<text class="header-date">2020/9/28</text></view> </view> <view class="content-box" :style="{width: screenWidth - 30 + 'px'}"> <view class="content-text"><text class="content-type-icon">A</text> 新增更新日志的界面 </view> <view class="content-text"><text class="content-type-icon">U</text> 调整代码格式,美化代码 </view> </view>

注意:screenWidth是屏幕的宽度

实现样式

.header{ width:100vw; height:20px; line-height: 30px; } .header-icon{ width: 8px; box-shadow: 0px 0px 5px 2px #33ccff; height:8px; border-radius:50%; background: #009ad6; margin-left: 20px; margin-top: 10px; float: left; } .header-v{ width: 10px; margin-left: 10px; height: 10px; color:#009ad6 ; float: left; font-size: 28rpx; font-weight: bold; } .header-date{ color:#ccc ; margin-left: 15px; font-size: 26rpx; } .content-box { border-left: 1px solid #ccc; margin-left: 24px; padding-bottom: 20px; margin-top: 5px; } .content-text { padding-top: 20px; font-size: 25rpx; color: #666; margin-left: 10px; padding-right: 10px; } .content-type-icon { color: #666; background: #eee; padding: 1px 7px; border-radius: 5px; margin: 0 5px; }
文章评论
总共 0 条评论
这篇文章还没有收到评论,赶紧来抢沙发吧~
Copyright (C) 2023-现在 若熙站点 保留所有权利 蜀ICP备 17034318号-4  公安备案号 50010302505321