page { background-color: #f6f7fb; padding: 0; } .container { min-height: 100vh; } image { width: 100%; height: 100%; } .empty { font-size: 28rpx; color: #999999; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 180rpx; } .empty image { width: 340rpx; height: 240rpx; } .addBtn { width: 600rpx; height: 90rpx; background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%); border-radius: 100rpx 100rpx 100rpx 100rpx; font-size: 36rpx; color: #FFFFFF; display: flex; align-items: center; justify-content: center; position: fixed; left: 50%; transform: translateX(-50%); bottom: 100rpx; } .communityList { padding: 0 20rpx; background-color: #fff; margin-top: 20rpx; } .communityItem { display: flex; align-items: center; justify-content: space-between; border-bottom: 1rpx solid #EBEBEB; padding: 30rpx 0; } .communityItem_left{ display: flex; align-items: center; } .communityItem_left_img { width: 160rpx; height: 140rpx; border-radius: 20rpx; overflow: hidden; margin-right: 30rpx; } .communityItem_left_msg{ flex: 1; } .communityItem_left_msg_tit { font-size: 30rpx; color: #222222; } .communityItem_left_msg_tit span { color: #FF370B; } .communityItem_left_msg_msg { font-size: 26rpx; color: #999999; } .communityItem_right{ width: 34rpx; height: 34rpx; margin-left: 80rpx; } /* 最后一个 communityItem */ .communityItem:last-child { border-bottom: none; }