代码拉取完成,页面将自动刷新
/**app.wxss**/
page {
color: #333;
font-size: 30rpx;
line-height: 42rpx;
}
.container{
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.typeColor1{ color: #333; }
.typeColor2{ color: #999; }
.typeColor3{ color: #f9306d; }
.typeColor4{ color: #e6289d; }
.typeColor5{ color: #666; }
.color-main { color: #f9306d; }
.typeSize1{ font-size: 24rpx; }
.typeSize2{ font-size: 26rpx; }
.typeSize3{ font-size: 30rpx; }
.typeSize4{ font-size: 34rpx; }
.typeSize5{ font-size: 40rpx; }
.text-white { color: #fff; }
/* 文本对齐方式 */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
/* 背景色 */
.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #e6e6e6; }
.bg-black { background-color: rgb(51, 51, 51); }
.bg-main { background-color: #f9306d }
/* 边距 */
.padding { padding: 20rpx; }
.padding-horizontal {
padding-left: 20rpx;
padding-right: 20rpx;
}
.margin-bottom { margin-bottom: 20rpx; }
.margin-right { margin-right: 20rpx; }
/* 清除浮动 */
.clearfix { zoom: 1; }
.clearfix::after {
display: block;
content: '';
height: 0;
visibility: hidden;
clear: both;
}
.height-80 {
height: 80rpx;
line-height: 80rpx;
box-sizing: border-box;
}
.box-border { box-sizing: border-box; }
/*弹性盒子*/
.flexBox{
display: flex;
flex-direction: row;
}
.cumBox{
display: flex;
flex-direction: column;
}
/*隐藏显示*/
.hide{ display: none; }
.show{ display: block; }
.text-ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mul-ellipsis {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/*通用title*/
.blockTitle{
justify-content: flex-start;
line-height: 40rpx;
padding: 22rpx 20rpx;
}
.tuanTitle, .checkMore{
width: 50%;
}
.checkMore{
text-align: right;
}
.aRight{
width: 30rpx;
height: 30rpx;
margin-bottom: -2rpx;
}
/*块title及数量模块*/
.choseBlock{
border-top: #e6e6e6 1px solid;
padding: 0 20rpx;
}
.cBlockTitle{
width: 50%;
line-height: 40rpx;
margin: 20rpx 0 15rpx 0;
}
.quantRight{
width: 50%;
justify-content: flex-end;
padding-top: 10rpx;
}
.GL{
width: 50rpx;
height: 50rpx;
background: #ccc;
}
.disable{
background: #e6e6e6;
}
.GLin{
width: 90rpx;
background: #e5e5e5;
height: 50rpx;
margin: 0 10rpx;
}
.GLin>input{
background: 0;
border: 0;
line-height: 30rpx;
text-align: center;
}
.GL>image{
width: 100%;
height: 100%;
}
.chosePadd{
padding: 20rpx;
border-bottom:#e6e6e6 1px solid;
}
.display-flex {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row nowrap;
flex: auto;
}
.flex { flex:1; }
.icon {
width: 40rpx;
height: 40rpx;
}
/*没有数据*/
.noData {
text-align: center;
line-height: 34rpx;
padding: 30rpx 0;
color: #999;
}
.noDataTop { margin-top: 200rpx; }
/* 弹窗 */
.modal {
position: fixed;
top:0;
bottom:0;
width: 100%;
z-index: 10;
}
.dropback {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
}
/* 获取用户信息btn */
.getUserInfo {
position: fixed;
top: 0;
bottom: 0;
width: 100%;
z-index: 99;
}
.authorize-box {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.authorize-box button {
width: 300rpx;
height: 80rpx;
line-height: 80rpx;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。