1 Star 1 Fork 0

寂无声/e_jiazhuang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 5.13 KB
一键复制 编辑 原始数据 按行查看 历史
zhangxiongjie 提交于 2018-10-25 09:15 . 售货机初始代码
/**app.wxss**/
@import "/wxParse/wxParse.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
view{
font-family: "Microsoft YaHei";
}
.situation-main{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.footer{
width: 100%;
position:fixed;
bottom:0;
left:0px;
right:0px;
z-index:1000;
height:50px;
border-top:1px solid #eaeaea;
background:#ffffff;
display: flex;
justify-content: space-around;
align-items: center;
}
.footer view{
padding: 0 20px;
margin:0 0px;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.footer view image{
width:19px;
height:19px;
}
.footer view text{
font-size:10px;
color:#929292;
margin-top:3px;
white-space: nowrap;
}
.footer .curr text{
color:#d8202d;
white-space: nowrap;
}
.share_footer{
position:fixed;
bottom:0;
left:0;
right:0;
z-index:1000;
height:45px;
background:#26AB28;
display: flex;
justify-content: center;
align-items: center;
font-size:13px;
color:#fff;
}
.share_footer image{
width:20px;
margin-right:10px;
margin-top:1px;
}
.get_formid_button{
position: absolute;
left: 0px;
right: 0px;
top:0px;
bottom: 0px;
opacity: 0.0;
/* background: red; */
}
.get_formid_button_bg{
position: absolute;
left: 0px;
right: 0px;
top:0px;
bottom: 0px;
opacity: 0.5;
background: red;
}
.hidden {
display: none;
}
.no-data{
height: 50px;
display: flex;
padding-left: 15px;
padding-right: 15px;
flex-direction: row;
align-items: center;
justify-content: center;
background: #ffffff;
}
.no-data text{
font-size: 15px;
color:#b9b9b9;
}
.no-data-nobg{
height: 50px;
display: flex;
padding-left: 15px;
padding-right: 15px;
flex-direction: row;
align-items: center;
justify-content: center;
}
.no-data-nobg text{
font-size: 13px;
color:#b9b9b9;
}
.release_video_view{
display: flex;
flex-direction: column;
background: white;
margin-top: 20px;
padding-left: 15px;
margin-bottom: 10px;
}
.video_add_view{
margin-top: 10px;
margin-bottom: 10px;
padding-right: 12px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 15px;
color: #323232;
}
.video_add_view view{
display: flex;
align-items: center;
}
.video_add_view view image{
width: 20px;
height: 20px;
}
.video_link_view{
display: flex;
justify-content: space-between;
margin-top: 5px;
align-items: center;
height: 40px;
position: relative;
}
.video_link_input{
flex: 1;
border: 1rpx #fafafa solid;
padding: 3px;
font-size: 15px;
color: #323232;
}
.video_del_view {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.video_del_view image{
width: 20px;
height: 20px;
}
.hidden{
display: none;
}
.guanggao_bg_view{
position: absolute;
z-index: 2000;
/* top: 0px;
bottom: 0px; */
left: 0px;
right: 0px;
background: #808080;
opacity: 0.5;
display: flex;
justify-content: center;
align-items: center;
}
.guanggao_view{
position: absolute;
z-index: 2001;
/* top: 0px;
bottom: 0px; */
left: 0px;
right: 0px;
padding-top: 10px;
display: flex;
justify-content: center;
/* align-items: center; */
/* opacity: 0; */
}
.guanggao_content_view{
position: relative;
display: flex;
width: 100%;
}
.guanggao_content_view image{
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
}
.close_view{
position: absolute;
z-index: 2002;
top: 0px;
right: 0px;
width:50px;
height: 50px;
opacity: 0.0;
}
.close_view_image{
position: absolute;
z-index: 2003;
top: 0px;
right: 0px;
width: 20px;
height: 20px;
max-width: 20px;
}
.buy_sign{
width: 18px;
height: 18px;
border-radius: 50%;
font-size: 9px;
color: white;
text-align: center;
line-height: 18px;
}
.signView{
width: 30px;
height:30px;
position: absolute;
top: 0px;
right: 0px;
border-radius: 50%;
color: white;
text-align: center;
line-height: 30px;
opacity: 0.8;
}
.auth_sview{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
.auth_view{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 300px;
height: 200px;
background: white;
border-radius: 6px;
}
.auth_view view{
display: flex;
flex-direction: row;
width: 300px;
}
.auth_view view navigator{
display: flex;
flex: 1;
justify-content: center;
line-height: 40px;
font-size: 16px;
color:#808080;
}
.auth_view view text{
font-size: 15px;
color: #323232;
margin-left: 15px;
margin-right: 15px;
}
.auth_view view view{
display: flex;
flex: 1;
justify-content: center;
line-height: 40px;
font-size: 16px;
color:#808080;
}
.auth_view view view button{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 0.0;
background: red;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiwusheng/e_jiazhuang.git
git@gitee.com:jiwusheng/e_jiazhuang.git
jiwusheng
e_jiazhuang
e_jiazhuang
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385