|
- /**app.wxss**/
- @import '/style/main.wxss';
- @import "./templates/global/global.wxss";
- @import "/style/iconfont.wxss";
- Page {
- font-size: 28rpx;
- line-height: 35rpx;
- background-color: #F4F4F4;
- color: #444;
- }
-
- 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 {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .Al_shenhui_text_color {
- color: #8b8686;
- }
- .singleLinHidenEllipsis
- {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-
- }
|