Authored by yyq

user list style

... ... @@ -66,12 +66,12 @@ export default {
<style lang="css">
.wf-item {
width: 100%;
padding: 10px;
padding: 6px;
font-size: 24px;
.wf-item-mid {
border-radius: 8px;
box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.3);
border-radius: 2PX;
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
overflow: hidden;
}
... ...
... ... @@ -192,7 +192,7 @@ export default {
<style lang="css">
.sr-list {
padding: 0 20px;
padding: 0 8px;
display: flex;
align-items: flex-start;
... ...