【开发】 标协会员

This commit is contained in:
fengachen
2021-12-15 17:49:32 +08:00
parent 2bfeded661
commit 8236283f2c
20 changed files with 842 additions and 8 deletions
+13 -1
View File
@@ -1,6 +1,11 @@
/* pages/standardRouter/standardRouter.wxss */
page {
background: #f5f5f5;
padding: 15px;
box-sizing: border-box;
}
.select-box {
transform: translateY(40rpx);
transform: translateY(60rpx);
}
.select {
padding: 20rpx;
@@ -38,4 +43,11 @@
border-radius: 50%;
background-color: #069f99;
opacity: .2;
}
.wrap {
margin: 0 auto;
background-color: #fff;
border-radius: 10px;
height: 150pt;
}