|
- /**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;
-
- }
- .ns {
- width: 100%;
- text-align:center;
- z-index: 999;
- position: fixed;
- top: 0;
- background: linear-gradient(to right, #429a68, #9ecf67);
- }
- .ns image{
- position: absolute;
- left: 3%;
- width: 35px;
- height: 20px;
- z-index: 9;
- }
- .ns text{
- position: relative;
- top: 30px;
- margin-right: 30px;
- display: block;
- color: #eee;
- text-align: center;
- width: 100%;
- font-size: 16px;
- }
- .pure_top {
- width: 100%;
- height: 120px;
- position: absolute;
- z-index: -1;
- overflow: hidden
- }
-
- .pure_top::after {
- content: '';
- width: 140%;
- height: 120px;
- position: absolute;
- left: -20%;
- top: 0;
- z-index: -1;
- border-radius: 0 0 50% 50%;
- background: linear-gradient(to right, #2C8E68, #B3DB62);
- }
-
- /* iphoneX底部占位 */
- .ipXbtn{
- width: 100%;
- height: 50px;
- }
- .btnView{
- opacity: 0.8;
- }
|