3 Star 1 Fork 1

机智de小前端/货车帮

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
wadetest 提交于 2019-08-01 09:52 . add page of protocol display
/**app.wxss**/
page{
font-family: PingFangSC-Medium;
}
/* .container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
} */
.container-richtext {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 10rpx 10rpx 10rpx 10rpx;
box-sizing: border-box;
font-size: 30rpx;
}
.submit-btn{
width: 670rpx;
height: 80rpx;
margin: 35rpx auto;
font-size: 34rpx;
color: #fff;
text-align: center;
border-radius: 80rpx;
line-height: 80rpx;
background-color: #2873ff;
}
.page{
height: 100vh;
background-color: #f1f1f1;
}
.quantity {
display: inline-block;
position: relative;
}
.quantity .minus, .quantity .plus {
position: relative;
display: inline-block;
width: 45rpx;
height: 45rpx;
line-height: 50rpx;
border: 1px solid #ffcc01;
vertical-align: middle;
font-size: 16px;
font-weight: normal;
border-radius: 50%;
color: #666;
outline: 0 !important;
background-color: #ffcc01;
text-indent: -9999px;
overflow: hidden;
}
.quantity .minus {
background-color: #fff;
border-color: #666;
}
.quantity .minus:before, .quantity .plus:before {
content: '';
position: absolute;
width: 30rpx;
height: 5rpx;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.quantity .minus:before {
background-color: #666;
}
.quantity .minus.disabled {
color: #dedede;
border-color: #dedede;
}
.quantity .minus.disabled:before {
background-color: #dedede;
}
.quantity .plus.disabled:after, .quantity .plus.disabled:before {
background-color: #ddd;
}
.quantity .plus:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 5rpx;
height: 30rpx;
margin: auto;
background-color: #fff;
}
.quantity .plus:after, .quantity .plus:before {
background-color: #fff;
}
.quantity input {
display: inline-block;
width: 25px;
height: 25px;
padding: 1px;
margin: 0;
box-sizing: content-box;
text-align: center;
vertical-align: middle;
}
.quantity .response-area {
width: 80rpx;
height: 89rpx;
top: -7px;
position: absolute;
}
.quantity .response-area-minus {
left: -5px;
}
.quantity .response-area-plus {
right: -5px;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fackbook/huochebang.git
[email protected]:fackbook/huochebang.git
fackbook
huochebang
货车帮
master

搜索帮助