2 Star 26 Fork 10

ganshisheng / 4_酒店预订页面小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-25 15:49 . first commit
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.vercialLine {
width: 1px;
height: 100%;
background: #ccc;
}
.horizontalLine {
height: 1px;
background: #ccc;
}
.commonBtn, .commonBtnHover {
display: block;
color: white;
font-size: 32rpx;
padding: 10px;
border-radius: 5px;
margin: 40rpx;
text-align: center;
}
.commonBtn {
background: #06A1F6;
}
.commonBtnHover {
background: rgb(0, 161, 248);
}
.common_search_input {
display: flex;
flex: 1;
margin: 16rpx;
padding: 8rpx 14rpx 8rpx 8rpx;
font-size: 24rpx;
border-radius: 16rpx;
border: 1rpx solid gray;
align-items: center;
background: white;
}
.common_search_img {
width: 32rpx;
height: 32rpx;
vertical-align: center;
}
.header_tab {
display: flex;
flex-direction: row;
background-color: white;
}
.header_tab .tab_item_default {
flex: 1;
padding: 16rpx;
font-size: 24rpx;
text-align: center;
color: black;
border-bottom: 2px solid #dedede;
}
.header_tab .tab_item_selected {
flex: 1;
padding: 16rpx;
font-size: 24rpx;
text-align: center;
color: #1EA3EB;
border-bottom: 2px solid #1EA3EB;
}
.empty_view {
width: 100%;
height: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
}
.empty_icon {
width: 100rpx;
height: 100rpx;
margin: 0 auto;
}
.loading {
width: 60rpx;
height: 60rpx;
}
.loadmore {
width: 100%;
height: 100rpx;
font-size: 28rpx;
background-color: #eee;
color: gray;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.viewHidden {
display: none;
}
微信
1
https://gitee.com/ganshisheng/wxapp_4.git
git@gitee.com:ganshisheng/wxapp_4.git
ganshisheng
wxapp_4
4_酒店预订页面小程序模板
master

搜索帮助