1 Star 0 Fork 4

ethanimf/微商城小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2020-06-26 20:04 . 优化
/**app.wxss**/
@import '/static/css/rfui.wxss';
page {
background: #FAFAFA;
/* font-family:PingFang-SC-Medium; */
}
.container {
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.phcolor {
color: #CCC;
font-size: 32rpx;
}
button::after {
border: none;
}
.opcity {
opacity: 0.5;
}
.hover {
background: #F7F7F9 !important;
}
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/*列表统一样式 */
.list-item {
position: relative;
}
.list-item::after {
content: '';
position: absolute;
border-bottom: 1rpx solid #EAEEF1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
bottom: 0;
right: 0;
left: 30rpx;
}
.last::after {
border-bottom: 0 !important;
}
/*按钮样式*/
.btn-primary {
width: 100%;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient(-90deg, #5677FC, #5C8DFF);
border-radius: 45rpx;
color: #FFF;
font-size: 36rpx;
}
.btn-hover {
color: #D5D4D9;
background: linear-gradient(-90deg, #4A67D6, #4E77D9);
}
.btn-gray {
background: #EDEDED;
color: #999 !important;
}
.btn-gray-hover {
background: #D5D5D5 !important;
color: #898989;
}
.btn-white {
background: #FFF;
color: #333 !important;
}
.rf-white-hover {
background: #E5E5E5 !important;
color: #2E2E2E !important;
}
.btn-disabled {
color: #FAFBFC !important;
background: linear-gradient(-90deg, #CAD8FB, #C9D3FB);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ethanimf/rf-shop.git
git@gitee.com:ethanimf/rf-shop.git
ethanimf
rf-shop
微商城小程序
origin

搜索帮助

0d507c66 1850385 C8b1a773 1850385