xg
This commit is contained in:
parent
4c29a20fe3
commit
636f866afb
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="app">
|
||||
<view class="home" @tap='gointegration'>
|
||||
<image src="@/static/zhaohufangan.png" mode=""></image>
|
||||
<view class="name">
|
||||
@ -40,5 +40,32 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.app {
|
||||
width: 96%;
|
||||
height: 300rpx;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||||
border-radius: 5rpx;
|
||||
margin: 20rpx auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
padding-top: 40rpx;
|
||||
|
||||
.home {
|
||||
width: 32%;
|
||||
|
||||
.name {
|
||||
text-align: center;
|
||||
margin: 14rpx 0 0 0;
|
||||
}
|
||||
|
||||
image {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 102rpx;
|
||||
height: 102rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user