/**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; background:linear-gradient(to right, #2C8E68, #B3DB62); } .ns image{ position: absolute; left: 3%; width: 10px; z-index: 9; } .ns text{ position: relative; top: 30px; margin-right: 30px; display: block; color: #eee; text-align: center; width: 100%; font-size: 16px; }