2 Star 9 Fork 7

Jehaz / 老主顾商城LShop--小程序端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 4.93 KB
一键复制 编辑 原始数据 按行查看 历史
Jehaz 提交于 2019-05-18 13:16 . 初始版本
/**app.wxss**/
page {
font-size: 28rpx;
/* background-color: #f7f7f7; */
color: #333;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.flex {
display: flex;
}
.topTitle {
font-size: 88rpx;
padding: 0 0 0 30rpx;
font-family: 'Times New Roman', Times, serif;
background: white;
}
.topTitle .top-point {
color: #ff6c00;
margin-top: -100rpx;
}
.topTitle .top-point text {
color: #333;
font-size: 48rpx;
font-family: 'Times New Roman', Times, serif;
}
.shop-slug {
font-family: 'Times New Roman', Times, serif;
margin-left: 30rpx;
}
.ui-row-list {
position: relative;
}
.ui-row-list.ui-row-list-bordered:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.ui-row-list.ui-row-list-bordered:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 0 100%;
transform: scaleY(0.5);
}
.ui-row-list > .ui-row:not(:last-child):after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 0 100%;
transform: scaleY(0.5);
}
.ui-row-list.ui-row-list-border-left-indent {
padding-left: 15px;
}
.ui-row-list.ui-row-list-border-indent {
padding-left: 15px;
padding-right: 15px;
}
.ui-row {
position: relative;
flex: 1;
display: flex;
justify-content: center;
}
.ui-row-border-top:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.ui-row-border-bottom:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 0 100%;
transform: scaleY(0.5);
}
.ui-row-img img, .ui-row-icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.ui-col {
position: relative;
min-width: 0;
display: flex;
flex: 1;
height: 100%;
}
.ui-col.valign-top {
align-items: flex-start;
}
.ui-col.valign-bottom {
align-items: flex-end;
}
.ui-col.valign-middle {
align-items: center;
}
.ui-col.align-left {
justify-content: flex-start;
}
.ui-col.align-center {
justify-content: center;
}
.ui-col.align-right {
justify-content: flex-end;
}
.ui-col-content {
height: 100%;
min-width: 0;
flex-direction: column;
width: 100%;
display: flex;
}
.ui-col-content.flex-column {
flex-direction: column;
}
.ui-col-content.valign-top {
justify-content: flex-start;
}
.ui-col-content.valign-bottom {
justify-content: flex-end;
}
.ui-col-content.valign-middle {
justify-content: center;
}
.ui-col-content.align-left {
align-items: flex-start;
}
.ui-col-content.align-center {
align-items: center;
}
.ui-col-content.align-right {
align-items: flex-end;
}
.ui-col-border-left:before {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 1px;
bottom: 0;
border-left: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 0 0;
transform: scaleX(0.5);
}
.ui-col-border-right:after {
content: " ";
position: absolute;
right: 0;
top: 0;
width: 1px;
bottom: 0;
border-right: 1px solid #c7c7c7;
color: #c7c7c7;
transform-origin: 100% 0;
transform: scaleX(0.5);
}
.ui-col-align-center {
text-align: center;
}
.ui-col-align-right {
text-align: right;
}
.ui-col-12 {
float: left;
height: 100%;
width: 100%;
}
.ui-col-11 {
float: left;
height: 100%;
width: 91.66666667%;
}
.ui-col-10 {
float: left;
height: 100%;
width: 83.33333333%;
}
.ui-col-9 {
float: left;
height: 100%;
width: 75%;
}
.ui-col-8 {
float: left;
height: 100%;
width: 66.66666667%;
}
.ui-col-7 {
float: left;
height: 100%;
width: 58.33333333%;
}
.ui-col-6 {
float: left;
height: 100%;
width: 50%;
}
.ui-col-5 {
float: left;
height: 100%;
width: 41.66666667%;
}
.ui-col-4 {
float: left;
height: 100%;
width: 33.33333333%;
}
.ui-col-3 {
float: left;
height: 100%;
width: 25%;
}
.ui-col-2 {
float: left;
height: 100%;
width: 16.66666667%;
}
.ui-col-1 {
float: left;
height: 100%;
width: 8.33333333%;
}
button::after {
border: none;
}
.copyright {
text-align: center;
color: #ccc;
height: 150rpx;
font-size: 20rpx;
padding: 10rpx;
position: absolute;
bottom: 10rpx;
width: 100%;
}
.copyright image {
width: 100rpx;
height: 100rpx;
opacity: 0.5;
}
.empty-content {
width: 100%;
display: block;
color: #666;
text-align: center;
font-size: 14px;
}
.empty-content .scimg {
width: 100px;
height: 100px;
display: inline-block;
background-size: 100px;
}
微信
1
https://gitee.com/jehaz/laozhugu_miniprogram.git
git@gitee.com:jehaz/laozhugu_miniprogram.git
jehaz
laozhugu_miniprogram
老主顾商城LShop--小程序端
master

搜索帮助