9.20/1
This commit is contained in:
13
frontend/unpackage/dist/dev/mp-weixin/pages/report/entry.wxss
vendored
Normal file
13
frontend/unpackage/dist/dev/mp-weixin/pages/report/entry.wxss
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.entry { padding: 20rpx;
|
||||
}
|
||||
.section { margin-bottom: 24rpx;
|
||||
}
|
||||
.section-title { background:#f1f4f8; color:#6a7a8a; padding: 14rpx 16rpx; border-radius: 12rpx; font-weight: 700;
|
||||
}
|
||||
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18rpx; padding: 18rpx 6rpx 0;
|
||||
}
|
||||
.btn { text-align: center; padding: 18rpx 8rpx; border: 1rpx solid #e5e9ef; border-radius: 12rpx; color:#333; background: #fff;
|
||||
}
|
||||
.btn:active { background: #f6f8fa;
|
||||
}
|
||||
Reference in New Issue
Block a user