123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- page {
- width: 100%;
- height: 100%;
- }
- /* 字体 */
- .ft48 {
- font-size: 48rpx;
- }
- .ft40 {
- font-size: 40rpx;
- }
- .ft38 {
- font-size: 38rpx;
- }
- .ft36 {
- font-size: 36rpx;
- }
- .ft34 {
- font-size: 34rpx;
- }
- .ft32 {
- font-size: 32rpx;
- }
- .ft30 {
- font-size: 30rpx;
- }
- .ft28 {
- font-size: 28rpx;
- }
- .ft26 {
- font-size: 26rpx;
- }
- .ft24 {
- font-size: 24rpx;
- }
- .ft22 {
- font-size: 22rpx;
- }
- .ft20 {
- font-size: 20rpx;
- }
- .is-iphone-x {
- padding-bottom: constant(safe-area-inset-bottom);
- /* 兼容 iOS < 11.2 */
- padding-bottom: env(safe-area-inset-bottom);
- /* 兼容 iOS >= 11.2 */
- box-sizing: inherit;
- }
- /*每个页面公共css */
- .flex {
- display: flex;
- }
- .flex-row {
- flex-direction: row;
- }
- .flex-column {
- flex-direction: column;
- }
- .flex-nowarp {
- flex-wrap: nowrap;
- }
- .flex-x-between {
- justify-content: space-between;
- }
- .flex-x-center {
- justify-content: center;
- }
- .flex-x-end {
- justify-content: flex-end;
- }
- .flex-y-center {
- align-items: center;
- }
- .flex-y-baseline {
- align-items: baseline;
- }
- .flex {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .flex-row {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-flex-direction: row;
- flex-direction: row;
- }
- .flex-col {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .flex-grow-0 {
- min-width: 0;
- -webkit-box-flex: 0;
- -webkit-flex-grow: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- -webkit-flex-shrink: 0;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- }
- .flex-grow-1 {
- min-width: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- -webkit-flex-shrink: 1;
- -ms-flex-negative: 1;
- flex-shrink: 1;
- }
- .flex-x-center {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .flex-center {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- -ms-grid-row-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .flex-y-center {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- -ms-grid-row-align: center;
- align-items: center;
- }
- .flex-y-bottom {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: end;
- -webkit-align-items: flex-end;
- -ms-flex-align: end;
- -ms-grid-row-align: flex-end;
- align-items: flex-end;
- }
- .box-pack-between {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -moz-justify-content: space-between;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .text-1 {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .text-2 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .text-3 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .red {
- color: red;
- }
- .wrap {
- flex-wrap: wrap;
- }
- .line-through {
- text-decoration: line-through;
- }
- page,
- block,
- view,
- scroll-view,
- swiper,
- movable-view,
- icon,
- text,
- progress,
- button,
- checkbox,
- form,
- input,
- label,
- picker,
- picker-view,
- radio,
- slider,
- switch,
- textarea,
- navigator,
- audio,
- image,
- video,
- map,
- canvas,
- contact-button {
- box-sizing: border-box;
- }
- .text-nowarp {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .no-more {
- text-align: center;
- font-size: 28rpx;
- line-height: 40rpx;
- color: #BCC3CB;
- padding: 40rpx 0;
- }
- .nav-hover {
- opacity: 0.5;
- }
- .arr-r::after {
- flex: none;
- margin-left: auto;
- content: "";
- display: block;
- width: 14rpx;
- height: 14rpx;
- border: 3rpx solid;
- border-color: #666 #666 transparent transparent;
- transform: rotate(45deg);
- }
- .loading {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #FFFFFF;
- }
- .loading image {
- width: 250rpx;
- height: 250rpx;
- position: relative;
- /* margin-top: -200rpx; */
- margin-top: 0;
- }
- button {
- border-radius: 0rpx;
- padding: 0rpx;
- margin: 0rpx;
- }
- button::after{
- border: none;
- }
- /* .uni-calendar__header{
- display:none!important;
- } */
- /*
- .uni-select{
- border:none!important;
- } */
- .uni-select__input-text{
- color:#999999;
- }
- .uni-select{
- border:1px solid #999999;
- }
- .uni-navbar{
- }
|