9.16/1
This commit is contained in:
15
frontend/unpackage/dist/dev/mp-weixin/pages/customer/select.wxss
vendored
Normal file
15
frontend/unpackage/dist/dev/mp-weixin/pages/customer/select.wxss
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.page { display:flex; flex-direction: column; height: 100vh;
|
||||
}
|
||||
.search { display:flex; gap: 12rpx; padding: 16rpx; background:#fff;
|
||||
}
|
||||
.search input { flex:1; background:#f6f6f6; border-radius: 12rpx; padding: 12rpx;
|
||||
}
|
||||
.list { flex:1;
|
||||
}
|
||||
.item { padding: 20rpx 24rpx; background:#fff; border-bottom: 1rpx solid #f1f1f1;
|
||||
}
|
||||
.name { color:#333; margin-bottom: 6rpx;
|
||||
}
|
||||
.meta { color:#888; font-size: 24rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user