完成选择门店静态页面
This commit is contained in:
54
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
54
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
@ -138,6 +138,18 @@ page {
|
||||
.mb30 {
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
.mx20 {
|
||||
margin: 0 20rpx;
|
||||
}
|
||||
.mx24 {
|
||||
margin: 0 24rpx;
|
||||
}
|
||||
.px24 {
|
||||
padding: 0 24rpx;
|
||||
}
|
||||
.px40 {
|
||||
padding: 0 40rpx;
|
||||
}
|
||||
/* 定义常用的弹性布局 */
|
||||
.wrap {
|
||||
flex-wrap: wrap;
|
||||
@ -219,6 +231,12 @@ page {
|
||||
.br60 {
|
||||
border-radius: 60rpx;
|
||||
}
|
||||
.br24 {
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
.br16 {
|
||||
border-radius: 16rpx;
|
||||
}
|
||||
/* 初始化按钮 */
|
||||
page button {
|
||||
padding: 0;
|
||||
@ -384,6 +402,9 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
||||
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
||||
font-size: 35rpx;
|
||||
}
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
.bold-500 {
|
||||
font-weight: 500;
|
||||
}
|
||||
@ -399,6 +420,21 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
||||
.bold-900 {
|
||||
font-weight: 900;
|
||||
}
|
||||
.text-gray {
|
||||
color: #86909C;
|
||||
}
|
||||
.text-333 {
|
||||
color: #333;
|
||||
}
|
||||
.text-999 {
|
||||
color: #999;
|
||||
}
|
||||
.text-default {
|
||||
color: #254062;
|
||||
}
|
||||
.bg-default {
|
||||
background-color: #254062;
|
||||
}
|
||||
/*每个页面公共css */
|
||||
.u-relative,
|
||||
.u-rela {
|
||||
@ -3543,22 +3579,4 @@ u-dropdown {
|
||||
/* end-微信小程序编译后页面有组件名的元素,特别处理--end */
|
||||
/* start--头条小程序编译后页面有组件名的元素,特别处理--start */
|
||||
/* end-头条小程序编译后页面有组件名的元素,特别处理--end */
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
.text-default {
|
||||
color: #254062;
|
||||
}
|
||||
.text-gray {
|
||||
color: #86909C;
|
||||
}
|
||||
.text-999 {
|
||||
color: #999;
|
||||
}
|
||||
.bg-default {
|
||||
background-color: #254062;
|
||||
}
|
||||
.mx-20 {
|
||||
margin: 0 20rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user