You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<template>
|
|
|
<view>
|
|
|
<view class="height80 cardListcs width90"></view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
.cardListcs{
|
|
|
box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.14);
|
|
|
border-radius: 16rpx;
|
|
|
}
|
|
|
</style>
|
|
|
|