Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# MiniProgram
微信小程序
图标文件和样式
Binary file added imgs/static/autobike.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/bug.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/car.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/dining.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/dom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/hos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/moniter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/phone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/power.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/tem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/wet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/wifi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/static/wind.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions imgs/static/图标
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
图标
88 changes: 88 additions & 0 deletions pages/tpls/staticSecondPage/staticSecondPage.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
page,.main{
height: 100%;
}
.categroy-left{
float: left;
width: 200rpx;
height: 100%;
border-right: 1px solid #5a9ec8;
box-sizing: border-box;
background-color: #fffef9;
font-size:32rpx;
}
.categroy-left .cate-list{
height: 90rpx;
line-height: 90rpx;
text-align: center;
border-left: 3px solid #5a9ec8;
}
.categroy-left .cate-list.on{
color: #002366;
border-color: #002366;
}
.categroy-right{
float: right;
width: 550rpx;
height: 100%;
overflow: hidden;

}
.cate-box{
height: 100%;
padding:40rpx;
box-sizing: border-box;
}
.cate-box .cate-banner image{
display: block;
width: 100%;
height: 250rpx;
}
.cate-title{
position: relative;
height: 30rpx;
line-height: 30rpx;
padding:30rpx 0 55rpx;
text-align: center;
color: #5a9ec8;
font-size: 28rpx;
}
.cate-title::before{
position: absolute;
left: 90rpx;
top: 43rpx;
content: '';
width: 60rpx;
height: 4rpx;
background: #5a9ec8;
}
.cate-title::after{
position: absolute;
right: 90rpx;
top: 43rpx;
content: '';
width: 60rpx;
height: 4rpx;
background: #5a9ec8;
}

.product-list{
display: inline-block;
width: 160rpx;
height: 160rpx;
text-align: center;
margin:0 20rpx 20rpx 0;
font-size: 24rpx;
}
.product-list image{
width: 80rpx;
height: 80rpx;
margin-bottom: 20rpx;
}
.product-list-item{
display: block;
font-size: 32rpx;
color: #5a9ec8;
}
.product-list:nth-child(3n){
margin-right: 0;
}