
小程序
江城This
一只不想认命的程序猿!
展开
-
壁纸类运营小程序、多端适配、创作者系统可运营 基于SpringBoot和UniApp开发
带PC后台管理,内置壁纸下载、头像下载、视频下载、创作者系统等超多丰富内容,更有完善的积分系统和订单系统原创 2022-03-03 23:23:33 · 1357 阅读 · 8 评论 -
CSS样式实现卡片反向圆角分割线
Vue <view class="wrapper-dashed"> <view class="dashed"></view> </view> Css /*虚线实现*/ .wrapper-dashed{ position: relative; height: 1px; width: calc(100% - 0rpx); } .dashed { border-top: 1px dashed #E5E5E5; height: 0px;原创 2021-04-14 12:17:43 · 672 阅读 · 0 评论