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.
181 lines
1.8 KiB
181 lines
1.8 KiB
1 year ago
|
@font-face {
|
||
|
font-family: Source Han Sans CN;
|
||
|
/* font-family: "customicons"; */
|
||
|
/* Project id 2878519 */
|
||
|
src: url('/static/customicons.ttf') format('truetype');
|
||
|
}
|
||
|
|
||
|
>>>html, .uni-body {
|
||
|
font-size: calc(100vw / 750) !important;
|
||
|
}
|
||
|
|
||
|
page {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
uni-page-body {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
>>> * {
|
||
|
pardding: 0;
|
||
|
margin: 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.page-box {
|
||
|
margin-top: 50rpx;
|
||
|
padding: 0 30rpx;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
>>> img, a img {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
>>> uni-image,image {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
>>> .uni-icons.uniui-eye {
|
||
|
color: #A2A2A2 !important;
|
||
|
}
|
||
|
|
||
|
.customicons {
|
||
|
font-family: "customicons" !important;
|
||
|
}
|
||
|
|
||
|
.youxi:before {
|
||
|
content: "\e60e";
|
||
|
}
|
||
|
|
||
|
.wenjian:before {
|
||
|
content: "\e60f";
|
||
|
}
|
||
|
|
||
|
.zhuanfa:before {
|
||
|
content: "\e610";
|
||
|
}
|
||
|
|
||
|
.rflex {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.cflex {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.jcc {
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.jcsb {
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.jcsa {
|
||
|
justify-content: space-around;
|
||
|
}
|
||
|
|
||
|
.jcfs {
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
|
||
|
.jcfe {
|
||
|
justify-content: flex-end;
|
||
|
}
|
||
|
|
||
|
.aic {
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.aifs {
|
||
|
align-items: flex-start;
|
||
|
}
|
||
|
|
||
|
.aife {
|
||
|
align-items: flex-end;
|
||
|
}
|
||
|
|
||
|
.asfs {
|
||
|
align-self: flex-start;
|
||
|
}
|
||
|
|
||
|
.asc {
|
||
|
align-self: center;
|
||
|
}
|
||
|
|
||
|
.asfe {
|
||
|
align-self: flex-end;
|
||
|
}
|
||
|
|
||
|
|
||
|
.item-view-info {
|
||
|
color: #A2A2A2;
|
||
|
}
|
||
|
|
||
|
.p30 {
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
|
||
|
.w100 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.w50 {
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.p25 {
|
||
|
padding: 25rpx;
|
||
|
}
|
||
|
|
||
|
.mt20 {
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.mt25 {
|
||
|
margin-top: 25rpx;
|
||
|
}
|
||
|
|
||
|
.mt30 {
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
|
||
|
.mb20 {
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.mb25 {
|
||
|
margin-bottom: 25rpx;
|
||
|
}
|
||
|
|
||
|
.mb30 {
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
|
||
|
.ml25 {
|
||
|
margin-left: 25rpx;
|
||
|
}
|
||
|
|
||
|
.mr25 {
|
||
|
margin-right: 25rpx;
|
||
|
}
|
||
|
|
||
|
.h100 {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.bgw {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.border {
|
||
|
border: 1rpx solid #EEEEEE;
|
||
|
}
|