小程序:首页按钮功能完成;个人中心、生活物资页框架;体温上报定位权限获取失败提示信息;删除部分无用代码;
This commit is contained in:
@@ -1 +1,16 @@
|
||||
/**app.wxss**/
|
||||
/* 右上角小红点 */
|
||||
.add-dot {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.add-dot::after {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
right: -8rpx;
|
||||
top: -3rpx;
|
||||
width: 12rpx;
|
||||
height: 12rpx;
|
||||
background-color: red;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user