mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 16:35:53 +08:00
commit message
This commit is contained in:
31
pages/tabbar/home/template/tpl.scss
Normal file
31
pages/tabbar/home/template/tpl.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
.image-mode {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
padding: 2rpx;
|
||||
}
|
||||
.layout {
|
||||
padding: 16rpx;
|
||||
margin: 8rpx 0;
|
||||
background: #fff;
|
||||
}
|
||||
.layout,
|
||||
.view-height-75,
|
||||
.view-height-150 {
|
||||
overflow: hidden;
|
||||
}
|
||||
.view-width-100 {
|
||||
width: 100%;
|
||||
}
|
||||
.view-height-75 {
|
||||
height: 150rpx;
|
||||
}
|
||||
.view-height-150 {
|
||||
height: 300rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.view-height-85 {
|
||||
height: 170rpx;
|
||||
flex: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user