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.
69 lines
1.5 KiB
69 lines
1.5 KiB
/* 基础样式 */
|
|
view,scroll-view,swiper,swiper-item,icon,text,progress,button,checkbox-group,checkbox,form,input,label,picker,radio-group,radio,slider,switch,action-sheet,action-sheet-item,action-sheet-cancel,modal,toast,loading,navigator,audio,image,video,map,canvas {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
page {
|
|
height: 100%;
|
|
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
|
|
}
|
|
|
|
|
|
|
|
|
|
checkbox-group,
|
|
radio-group{
|
|
display:block;
|
|
}
|
|
|
|
|
|
|
|
|
|
:before,
|
|
:after ,
|
|
::before,
|
|
::after{
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.c-minheight {
|
|
min-height: 80px;
|
|
}
|
|
.c-full {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.c-block {
|
|
display: block;
|
|
}
|
|
.c-autosize {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
.c-fullwidth {
|
|
width: 100%;
|
|
}
|
|
.c-fullheight {
|
|
height: 100%;
|
|
}
|
|
.c-initHide{
|
|
opacity:0 !important;
|
|
}
|
|
.c-ellipse{
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow:hidden;
|
|
}
|
|
/* 自定义样式 */
|
|
|
|
|
|
|
|
|
|
.wx-button_80jKCV{color: rgb(253, 153,65); margin-right: 187px; background-repeat: repeat-x; }
|
|
.wx-button_jdfM7E{transition: all; margin-left: 187px; transform: rotate(0deg) scale(1) translate(0%, -100%); }
|
|
|