当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 86

李晓阳/WordPress小程序
暂停

forked from Kit/WordPress小程序 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 5.14 KB
一键复制 编辑 原始数据 按行查看 历史
Kit 提交于 2019-04-25 09:27 . Add files via upload
@import "vendor/ZanUI/index.wxss";
.container {
padding: 0 24rpx;
font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.header {
padding: 50rpx 0;
text-align: center;
font-weight: normal;
font-size: 30rpx;
line-height: 40rpx;
color: #757575;
border-bottom: 2rpx solid #ededed;
margin-bottom: 8rpx;
}
.wxParse-p {
margin-top: 30rpx;
}
/* more */
.loadingmore {
margin-top: 24rpx;
text-align: center;
margin-bottom: 24rpx;
}
.more-button {
font-size: 0.785714286rem;
font-weight: normal;
color: #959595;
background-color: #eee;
background-repeat: repeat-x;
margin-top: 30rpx;
width: 240rpx;
border-radius: 300rpx;
}
.more-button::after {
border: none;
}
.no-more {
color: #757575;
font-size: 30rpx;
line-height: 1.8rem;
margin-bottom: 15rpx;
text-align: center;
margin-top: 15rpx;
}
/* more end */
/*common list for index list page */
.common-list {
margin-bottom: 24rpx;
padding: 20rpx 2rpx 0rpx 2rpx;
}
.common-list .list-item {
position: relative;
/* min-height:260rpx; */
overflow: hidden;
padding-top: 10rpx;
padding-bottom: 20rpx;
/* border-radius: 15rpx; */
/* box-shadow:2rpx 4rpx 40rpx #c2c2c2; */
border-bottom: 1px dashed #ADADAD;
}
.common-list .list-item>image {
width: 30%;
height: 150rpx;
margin-top: 20rpx;
}
.common-list .list-item.has-img .content-title {
padding: 25rpx 10rpx 10rpx 30rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
/* max-width:100%; */
width: calc(70% - 40rpx);
float: right;
height: 42px;
line-height: 1.2;
}
.common-list .list-item.has-img .content-title text {
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 30rpx;
line-height: 1.4;
font-weight: 400;
color: #3a4040;
}
.common-list .list-item.has-img .content-date {
/* margin-left: 200rpx; */
margin-left: 30rpx;
/* max-width:88%; */
width: calc(70% - 30rpx);
float: right;
margin-bottom: 6rpx;
color: #959595;
overflow: hidden;
text-overflow: ellipsis;
}
.common-list .list-item.has-img .content-date image {
width: 24rpx;
height: 24rpx;
margin-right: 10rpx;
vertical-align: middle;
}
.common-list .list-item .content-date text {
color: #959595;
margin-right: 32rpx;
font-size: 20rpx;
line-height: 1.2;
font-weight: normal;
}
/*common list end */
.showerror {
text-align: center;
font-weight: normal;
font-size: 30rpx;
line-height: 40rpx;
color: #757575;
margin-top: 100rpx;
}
.errortext {
margin-top: 50rpx;
table-layout: center;
}
.copyright {
font-size: 26rpx;
line-height: 1.6;
font-weight: 400;
text-align: center;
color: #c4c4c4;
/* margin-top: 48rpx;
padding-bottom: 80rpx; */
}
.common-gap {
width: 100%;
height: 24rpx;
background-color: #f5f7f7;
}
/* 进度条 */
.sk-three-bounce {
margin: 20rpx auto;
width: 200rpx;
text-align: center;
}
.sk-three-bounce .sk-child {
width: 30rpx;
height: 30rpx;
background-color: #118fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-three-bounce {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* 进度条 */
/* 登录框 */
.login-popup .zan-popup__container {
background-color: transparent;
}
.login-popup-wrapper {
margin: 0 25px;
}
.login-popup button {
background-color: transparent;
padding: 0;
}
.login-popup .login-inner {
background-color: #fff;
padding: 10px 15px;
border-radius: 5px;
}
.login-inner .avatar {
width: 50px;
height: 50px;
margin-right: 10px;
flex-shrink: 0;
}
.login-inner .close-btn {
width: 20px;
height: 20px;
}
.login-inner .username {
align-items: center;
}
.login-inner .username text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 32rpx;
}
/* 弹窗按钮 */
.popup-btn {
display: flex;
width: 100%;
height: 35px;
line-height: 35px;
font-size: 14px;
text-align: left;
border: 0;
border-radius: 0;
background-color: #fff;
}
.popup-btn .button-main {
flex-grow: 1;
overflow: hidden;
}
.popup-btn .go-popup {
display: flex;
align-items: center;
}
.popup-btn .go-popup image {
width: 15px;
height: 15px;
}
/* 弹窗 */
.login-popup .zan-popup__mask {
z-index: 11;
}
.login-popup .zan-popup__container {
z-index: 12;
}
.zan-popup .zan-popup__container {
width: 100%;
overflow: visible;
}
.zan-popup .popup-wrapper {
width: 100%;
padding: 0 15px;
padding-bottom: 10px;
overflow: visible;
}
.zan-popup .popup-wrapper .popup-title {
font-size: 16px;
padding: 15px 0;
}
.zan-popup .btn-primary.confirm {
height: 50px;
line-height: 50px;
border-radius: 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lxy/cxcat.git
git@gitee.com:lxy/cxcat.git
lxy
cxcat
WordPress小程序
master

搜索帮助