代码拉取完成,页面将自动刷新
/**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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。