1 Star 0 Fork 0

scut_少东/danceParty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
scut_少东 提交于 2018-12-28 15:50 . update sth
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.wxParse-img {
display: block !important;
}
/* shaodong add css */
view, text, image {
margin: 0;
}
.clearfix:before,
.clearfix:after {
content: '';
display: table; }
.clearfix:after {
clear: both; }
.container, text {
font: 3.6vw/1.5 tahoma,arial,sans-serif;
}
/* margin */
.margin-top-4 {
margin-top: 4vw;
}
.margin-bottom-4 {
margin-bottom: 4vw;
}
.margin-right-4 {
margin-right: 4.2vw !important;
}
.margin-right-10 {
margin-right: 10vw !important;
}
.inline-block {
display: inline;
}
/* color schame */
.text-blue {
color: #2FBDB3 !important;
}
.text-orange {
color: #F29A1C;
}
.text-green {
color: #26D17A !important;
}
.text-red {
color: #F0552B !important;
}
.text-invalid {
color: #6F7277 !important;
}
.bg-blue {
background-color: #2FBDB3 !important;
}
.bg-red {
background-color: #F0552B !important;
}
.bg-invalid-exam {
background-color: #6F7277 !important;
}
/* btn */
.blue-btn {
display: block;
width: 57.8vw;
height: 11.3vw;
line-height: 11.3vw;
margin: 0 auto 3vw;
text-align: center;
background-color: #2FBDB3;
color: white;
font-size: 3.9vw;
font-weight: bold; }
/* 点击上传 */
.upload-btn {
display: block;
float: right;
width: 18.1vw;
height: 6.8vw;
line-height: 6.8vw;
text-align: center;
margin-top: 3.6vw;
margin-right: 4.2vw;
font-size: 3.6vw;
background-color: #2FBDB3;
border-radius: 1.3vw;
color: white;
-webkit-appearance: none; }
/* bottom push */
.push-bottom {
width: 100vw;
height: 18vw; }
.push-bottom-3 {
width: 100vw;
height: 3vw; }
.border {
border: 1px solid red;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/scutSd/danceParty.git
git@gitee.com:scutSd/danceParty.git
scutSd
danceParty
danceParty
master

搜索帮助