You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
915 B
63 lines
915 B
/**app.wxss**/
|
|
|
|
button {
|
|
padding-left:28rpx;
|
|
padding-right:28rpx;
|
|
font-size:36rpx;
|
|
}
|
|
|
|
button[size=mini] {
|
|
border: 1rpx solid #ccc;
|
|
padding:0 1em;
|
|
font-size: 24rpx;
|
|
white-space: nowrap;
|
|
}
|
|
button[size=mini]::after {
|
|
border: none;
|
|
}
|
|
@import 'weui/weui.wxss';
|
|
|
|
.page{
|
|
font-size: 32rpx;
|
|
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
|
|
}
|
|
.page__hd {
|
|
padding: 80rpx;
|
|
}
|
|
.page__bd {
|
|
padding-bottom: 80rpx;
|
|
}
|
|
.page__bd_spacing {
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
}
|
|
|
|
.page__ft{
|
|
padding-bottom: 20rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.page__title {
|
|
text-align: left;
|
|
font-size: 40rpx;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.page__desc {
|
|
margin-top: 10rpx;
|
|
color: #888888;
|
|
text-align: left;
|
|
font-size: 28rpx;
|
|
}
|
|
.footer{
|
|
background: #fff;
|
|
position:fixed;
|
|
bottom:0;
|
|
left:0;
|
|
right:0;
|
|
height: 100rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
.body-with-footer{
|
|
padding-bottom: 140rpx
|
|
} |