1 Star 0 Fork 9

roamdy/wx-applet

forked from 柳逸尘/wx-applet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 8.55 KB
一键复制 编辑 原始数据 按行查看 历史
柳逸尘 提交于 2020-07-17 16:02 . 添加位置、天气
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.content {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}
.d-row{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.d-clo{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.d-jc-start{
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.d-jc-centen{
-webkit-justify-content: center;
justify-content: center;
}
.d-jc-end{
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.d-jc-between{
-webkit-justify-content: space-between;
justify-content: space-between;
}
.d-jc-around{
-webkit-justify-content: space-around;
justify-content: space-around;
}
.d-ai-start{
-webkit-align-items: flex-start;
align-items: flex-start;
}
.d-ai-centen{
-webkit-align-items: center;
align-items: center;
}
.d-ai-end{
-webkit-align-items: flex-end;
align-items: flex-end;
}
.d-f-wrap{
flex-wrap:wrap
}
.width20{
width: 20%;
}
.width30{
width: 30%;
}
.width40{
width: 40%;
}
.width45{
width: 45%;
}
.width50{
width: 50%;
}
.width60{
width: 60%;
}
.width70{
width: 70%;
}
.width80{
width: 80%;
}
.width85{
width: 85%;
}
.width90{
width: 90%;
}
.width92{
width: 92%;
}
.width95{
width: 95%;
}
.width100{
width: 100%;
}
.height20{
height: 20rpx;
}
.height30{
height: 30rpx;
}
.height40{
height: 40rpx;
}
.height50{
height: 50rpx;
}
.height60{
height: 60rpx;
}
.height70{
height: 70rpx;
}
.height80{
height: 80rpx;
}
.height90{
height: 90rpx;
}
.height100{
height: 100rpx;
}
.height120{
height: 120rpx;
}
.height140{
height: 140rpx;
}
.height160{
height: 160rpx;
}
.height180{
height: 180rpx;
}
.height200{
height: 200rpx;
}
.height300{
height: 300rpx;
}
.height500{
height: 500rpx;
}
.line-height20{
line-height: 20rpx;
}
.line-height30{
line-height: 30rpx;
}
.line-height40{
line-height: 40rpx;
}
.line-height50{
line-height: 50rpx;
}
.line-height60{
line-height: 60rpx;
}
.line-height70{
line-height: 70rpx;
}
.line-height80{
line-height: 80rpx;
}
.line-height90{
line-height: 90rpx;
}
.line-height100{
line-height: 100rpx;
}
.line-height120{
line-height: 120rpx;
}
.line-height140{
line-height: 140rpx;
}
.line-height160{
line-height: 160rpx;
}
.line-height180{
line-height: 180rpx;
}
.line-height200{
line-height: 200rpx;
}
.line-height300{
line-height: 300rpx;
}
.line-height500{
line-height: 500rpx;
}
.font12{
font-size: 12rpx;
}
.font14{
font-size: 14rpx;
}
.font16{
font-size: 16rpx;
}
.font18{
font-size: 18rpx;
}
.font20{
font-size: 20rpx;
}
.font22{
font-size: 22rpx;
}
.font24{
font-size: 24rpx;
}
.font26{
font-size: 26rpx;
}
.font28{
font-size: 28rpx;
}
.font30{
font-size: 30rpx;
}
.font32{
font-size: 32rpx;
}
.font34{
font-size: 34rpx;
}
.font36{
font-size: 36rpx;
}
.font38{
font-size: 38rpx;
}
.font28{
font-size: 28rpx;
}
.font40{
font-size: 40rpx;
}
.font50{
font-size: 50rpx;
}
.font60{
font-size: 60rpx;
}
.font-bold{
font-weight: bold;
}
.margin-top-10{
margin-top: 10rpx;
}
.margin-top-20{
margin-top: 20rpx;
}
.margin-top-30{
margin-top: 30rpx;
}
.margin-top-40{
margin-top: 40rpx;
}
.margin-top-50{
margin-top: 50rpx;
}
.margin-top-60{
margin-top: 60rpx;
}
.margin-bottom-10{
margin-bottom: 10rpx;
}
.margin-bottom-20{
margin-bottom: 20rpx;
}
.margin-bottom-30{
margin-bottom: 30rpx;
}
.margin-bottom-40{
margin-bottom: 40rpx;
}
.margin-bottom-50{
margin-bottom: 50rpx;
}
.margin-bottom-60{
margin-bottom: 60rpx;
}
.margin-bottom-70{
margin-bottom: 70rpx;
}
.margin-bottom-80{
margin-bottom: 80rpx;
}
.margin-bottom-90{
margin-bottom: 90rpx;
}
.margin-bottom-100{
margin-bottom: 100rpx;
}
.margin-bottom-200{
margin-bottom: 200rpx;
}
.margin-bottom-300{
margin-bottom: 300rpx;
}
.margin-10{
margin: 10rpx;
}
.margin-20{
margin: 20rpx;
}
.margin-30{
margin: 30rpx;
}
.margin-40{
margin: 40rpx;
}
.margin-50{
margin: 50rpx;
}
.margin-60{
margin: 60rpx;
}
.margin-center{
margin: 0 auto;
}
.text-center{
text-align:center;
}
.padding-10{
padding: 10rpx;
}
.padding-20{
padding: 20rpx;
}
.padding-30{
padding: 30rpx;
}
.padding-40{
padding: 40rpx;
}
.padding-50{
padding: 50rpx;
}
.padding-60{
padding: 60rpx;
}
.padding-top-10{
padding-top: 10rpx;
}
.padding-top-20{
padding-top: 20rpx;
}
.padding-top-24{
padding-top: 24rpx;
}
.padding-top-30{
padding-top: 30rpx;
}
.padding-top-40{
padding-top: 40rpx;
}
.padding-top-50{
padding-top: 50rpx;
}
.padding-top-60{
padding-top: 60rpx;
}
.padding-top-100{
padding-top: 100rpx;
}
.padding-top-200{
padding-top: 200rpx;
}
.padding-bottom-10{
padding-bottom: 10rpx;
}
.padding-bottom-20{
padding-bottom: 20rpx;
}
.padding-bottom-30{
padding-bottom: 30rpx;
}
.padding-bottom-40{
padding-bottom: 40rpx;
}
.padding-bottom-50{
padding-bottom: 50rpx;
}
.padding-bottom-60{
padding-bottom: 60rpx;
}
.padding-left-10{
padding-left: 10rpx;
}
.padding-left-20{
padding-left: 20rpx;
}
.padding-left-30{
padding-left: 30rpx;
}
.padding-left-40{
padding-left: 40rpx;
}
.padding-left-50{
padding-left: 50rpx;
}
.padding-left-60{
padding-left: 60rpx;
}
.padding-left-5-00{
padding-left: 5%;
}
.padding-left-10-00{
padding-left: 10%;
}
.gray4{
color:#C0C4CC;
}
.gray3{
color:#909399;
}
.gray2{
color: #747679;
}
.gray1{
color:#303133;
}
.color-red{
color: red;
}
.colorWhite{
color: white !important;
}
.colorBlue{
color: #007AFF;
}
.colorWhiteBgBlue{
background-color: #007AFF !important;
color: #FFFFFF !important;
}
.bg-color-white{
background-color: #FFFFFF;
}
.bg-color-f7{
background-color: #f7f7f7;
}
.bg-blue{
background-color: #007AFF !important;
}
.border-radius-10{
border-radius: 10rpx;
}
.border-radius-15{
border-radius: 10rpx;
}
.border-radius-20{
border-radius: 20rpx;
}
.border-radius-25{
border-radius: 25rpx;
}
.border-radius-30{
border-radius: 30rpx;
}
.border-radius-40{
border-radius: 40rpx;
}
.border-radius-45{
border-radius: 45rpx;
}
.border-radius-50{
border-radius: 50rpx;
}
.border-radius-60{
border-radius: 60rpx;
}
.border-bottom-1{
border-bottom: 1rpx solid #F7F7F7;
}
.border-bottom-2{
border-bottom: 2rpx solid #F7F7F7;
}
.border-bottom-3{
border-bottom: 3rpx solid #F7F7F7;
}
.border-bottom-4{
border-bottom: 4rpx solid #F7F7F7;
}
.button-color{
background: #fccf00;
}
@font-face {
font-family: 'iconfont'; /* project id 1825556 */
src: url('//at.alicdn.com/t/font_1825556_cpa1duwn855.eot');
src: url('//at.alicdn.com/t/font_1825556_cpa1duwn855.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1825556_cpa1duwn855.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1825556_cpa1duwn855.woff') format('woff'),
url('//at.alicdn.com/t/font_1825556_cpa1duwn855.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1825556_cpa1duwn855.svg#iconfont') format('svg');
}
.iconfont {
font-family:"iconfont" !important;
font-size:40rpx;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* position: relative;
top: 4rpx; */
/* vertical-align:middle; */
}
/*本项目使用的图标
eg: <icon class="iconfont icon-zhiding"></icon>
*/
/* 搜搜 */
.icon-search1:before{content: '\e628';}
.icon-search2:before{content: '\e783';}
/* 右箭头 */
.icon-youjiantou1:before{content: '\e658';}
.icon-youjiantou2:before{content: '\e65b';}
/* 拍照 */
.icon-paizhao1:before{content: '\e639';}
.icon-paizhao2:before{content: '\e698';}
.icon-paizhao3:before{content: '\e601';}
.icon-paizhao4:before{content: '\e7d8';}
/* 发票 */
.icon-fapiao1:before{content: '\e642';}
.icon-fapiao2:before{content: '\e72a';}
/* 笔记 */
.icon-biji1:before{content: '\e64f';}
.icon-biji2:before{content: '\e60d';}
/* 客服 */
.icon-kefu1:before{content: '\e62a';}
.icon-kefu2:before{content: '\e606';}
/* 卡包 */
.icon-kabao1:before{content: '\e60f';}
.icon-kabao2:before{content: '\e663';}
/* 心心 */
.icon-heart1:before{content: '\e613';}
.icon-heart-s:before{content: '\e755';}
.icon-heart-big:before{content: '\e632';}
.icon-heart-dian:before{content: '\e60e';}
/* 天气 */
.icon-qing1:before{content: '\e6e5';}
.icon-yin1:before{content: '\e623';}
.icon-yu1:before{content: '\e6eb';}
/* 地图 位置*/
.icon-map1:before{content: '\e62c';}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/roamdy/wx-applet.git
git@gitee.com:roamdy/wx-applet.git
roamdy
wx-applet
wx-applet
master

搜索帮助