加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 4.38 KB
一键复制 编辑 原始数据 按行查看 历史
Daley 提交于 2019-04-14 15:29 . init
@import "hyy_city/extend/main.wxss";
@import "hyy_city/extend/icon.wxss";
.udlr {
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.ab {
position:absolute;
}
.ud {
top:0;
bottom:0;
margin:auto;
}
.rel {
position:relative;
}
.center {
text-align:center;
}
.fon {
font-family:微软雅黑;
}
.gobyndsingle {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.pbnavbar {
padding-bottom: 115rpx;
}
.gobyndmulit {
display:-webkit-box;
overflow:hidden;
text-overflow:ellipsis;
word-break:break-all;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}
.flex1 {
display:flex;
justify-content:center;
align-items:center;
}
.flex2 {
display:flex;
flex-wrap:wrap;
}
.flex3 {
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}
.flex-bet {
display:flex;
justify-content:space-between;
align-items:center;
}
.flex-center {
display:flex;
align-items:center;
}
.share-modal {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.0);
z-index:1000;
transform:translateY(100%);
transition:background 200ms;
}
.weui-cell {
padding:10px 15px;
position:relative;
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-align:center;
align-items:center;
}
.weui-cell__bd {
-webkit-box-flex:1;
flex:1;
}
.weui-check__hd_in-checkbox {
padding-right:0.35em;
}
.weui-icon-checkbox_circle,.weui-icon-checkbox_success {
margin-left:4.6px;
margin-right:4.6px;
}
icon {
vertical-align:middle;
}
.hydlbd {
width: 70%;
left: 50%;
top: 15%;
position: fixed;
transform: translate(-50%,0);
border-radius: 10px;
z-index: 999;
padding: 0rpx;
}
.hydlimg {
width: 100%;
height: 400rpx;
z-index: 888;
}
.hydlqueren {
position: relative;
height: 80rpx;
width: 60%;
font-size: 30rpx;
line-height: 80rpx;
text-align: center;
color: white;
background: #34aaff;
border-radius: 50rpx;
margin-top: 60rpx;
}
.hydl {
z-index: 0;
width: 94%;
box-sizing: border-box;
margin: 0 3%;
height: 300rpx;
margin-top: -100rpx;
font-size: 30rpx;
background: #fff;
border-radius: 20rpx;
padding: 50rpx 30rpx 30rpx;
text-align: center;
}
.hydltt {
font-size: 35rpx;
font-weight: bold;
}
.hydlnr {
margin-top: 20rpx;
font-size: 26rpx;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.share-modal.active {
transform:translateY(0);
background:rgba(0,0,0,.5);
}
.share-modal {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.0);
z-index:1000;
transform:translateY(100%);
transition:background 200ms;
}
.share-modal.active .share-modal-body {
transform:translateY(0);
}
.share-modal .share-modal-body {
position:fixed;
bottom:0;
left:0;
width:100%;
background:#fff;
transform:translateY(100%);
transition:transform 200ms;
}
.share-modal .share-modal-close {
background:#f2f2f2;
font-size:30rpx;
height:90rpx;
border-top:1rpx solid #eee;
}
.flex-y-center {
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
-ms-grid-row-align:center;
align-items:center;
}
.flex-x-center {
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.flex-row {
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-orient:horizontal;
flex-direction:row;
}
.flex-grow-1 {
min-width:0;
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1;
}
.share-modal .share-bottom {
text-align:center;
font-size:9pt;
margin:0;
padding:0;
margin-bottom:30rpx;
line-height:inherit;
border:none;
background:none;
color:inherit;
font-family:inherit;
display:inline-block;
}
.share-modal .share-bottom image {
width:120rpx;
height:120rpx;
margin-bottom:12rpx;
border-radius:999rpx;
border:1rpx solid #eee;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化