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.
211 lines
2.8 KiB
211 lines
2.8 KiB
/**app.wxss**/
|
|
@import "./style/z.wxss";
|
|
|
|
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.page-layout {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.container {
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.font-18 {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.font-17 {
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.font-15 {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.font-14 {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.font-13 {
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.font-12 {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.font-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
.opacity50 {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.block-name {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
display: flex;
|
|
width: 100%;
|
|
color: #333333;
|
|
padding: 20rpx 0 36rpx 0;
|
|
}
|
|
|
|
.block-main {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
/* 自定义按钮样式 */
|
|
.buttons {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin: auto;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.btn-size-small {
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.btn_label {
|
|
position: absolute;
|
|
color: #fff;
|
|
z-index: 99;
|
|
text-align: center;
|
|
}
|
|
|
|
.btn_label-small {
|
|
line-height: 60rpx;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ic_btn {
|
|
/* position: fixed; */
|
|
}
|
|
|
|
.btn {
|
|
opacity: 0;
|
|
}
|
|
|
|
/*----end----*/
|
|
|
|
|
|
/* 用户相关 start*/
|
|
.common_title {
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
font-size: #333333;
|
|
font-family: PingFang-SC-Bold;
|
|
margin-left: 22rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.common_line_height {
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.common_cell_group {
|
|
padding: 50rpx 0 30rpx 0;
|
|
}
|
|
|
|
/* 标准字体 */
|
|
.common_text {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
/* 分割线 */
|
|
.common_divider {
|
|
background-color: #E7EEEE;
|
|
align-items: flex-end;
|
|
margin: 0 24rpx;
|
|
height: 1rpx;
|
|
}
|
|
|
|
/* 粗线 */
|
|
.common_thick_line {
|
|
background-color: #f6f8f8;
|
|
align-items: flex-end;
|
|
margin: 0 0;
|
|
height: 12rpx;
|
|
}
|
|
|
|
/* user模块 */
|
|
.wux-cell {
|
|
padding: 0 26rpx 0 22rpx !important;
|
|
}
|
|
|
|
.wux-cell__text {
|
|
height: 90rpx !important;
|
|
line-height: 90rpx !important;
|
|
font-size: 32rpx !important;
|
|
color: #909DA7 !important;
|
|
}
|
|
|
|
.wux-cell:after {
|
|
left: 0rpx !important;
|
|
}
|
|
|
|
.certification_details__text {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
margin: 29rpx 22rpx 29rpx 22rpx;
|
|
}
|
|
|
|
/* 灰色提示字体 */
|
|
.common_defalt_font {
|
|
font-size: 32rpx;
|
|
color: #909DA7;
|
|
}
|
|
/* 修改框架里面字体 */
|
|
.wux-cell__ft {
|
|
text-align: right;
|
|
font-size: 32rpx !important;
|
|
color: #333333 !important;
|
|
}
|
|
|
|
/*----end----*/
|
|
|
|
/* 自定义navbar */
|
|
/* page {
|
|
height: 100%;
|
|
background-color: #f8f8f8;
|
|
color: #333;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-family: 'PingFang SC',
|
|
Helvetica,
|
|
'STHeiti STXihei',
|
|
'Microsoft YaHei',
|
|
Tohoma,
|
|
Arial,
|
|
sans-serif;
|
|
} */
|
|
|
|
.view-page {
|
|
display: flex;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.view-page .page-content {
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
}
|
|
|