@@ -39,14 +39,19 @@ export default {
</script>
<style>
+page {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ min-height: 80vh;
+}
+.content {
+ padding: 40rpx;
.p {
color: #666;
font-size: 28rpx;
line-height: 42rpx;
- text-indent: 22px;
- margin: 16rpx 32rpx;
-}
-.p text {
- text-indent: 0;
+ margin: 16rpx 0;
}
</style>
@@ -93,8 +93,9 @@ export default {
.items {
width: 100%;
display: flex;
+ flex-wrap: wrap;
.item {
- width: 25%;
+ width: 33.333%;
box-sizing: border-box;
background: #fff;
border: 1rpx solid #f5f5f5;