/**app.wxss**/ @import "/utils/iconfont.wxss"; view { box-sizing: border-box; transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); } button { font-size: 24rpx; border: solid 0; background-color: transparent; padding: 0; } button::after{ border: none; outline: none; } .flex { display: flex; align-items: center; } .al-e { align-items: flex-end; } .al-s { align-items: flex-start; } .ju-c { justify-content: center; } .ju-a { justify-content: space-around; } .ju-b { justify-content: space-between; } .ju-e { justify-content: flex-end; } .m-top-15 { margin-top: 15rpx; } .m-top-20 { margin-top: 20rpx; } .m-top-25 { margin-top: 25rpx; } .m-top-30 { margin-top: 30rpx; } .m-left-10 { margin-left: 10rpx; } .m-left-25 { margin-left: 25rpx; } .m-bottom-20 { margin-bottom: 20rpx; } .m-right-10 { margin-right: 10rpx; } .m-right-15 { margin-right: 15rpx; } .m-right-25 { margin-right: 25rpx; } .m-right-20 { margin-right: 20rpx; } .m-bottom-25 { margin-bottom: 25rpx; } .img-bgs { left: 0; top: 0; position: absolute; z-index: -1; width: 100%; height: 100%; } .b-bottom { border-bottom: 1rpx solid #EDEDED; } .t-text-ellipsis2 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } /*隐藏滚动条*/ ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .btn-sky { background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%); text-align: center; color: #FFFFFF; } .btn-border { text-align: center; color: #191C27; border: 1rpx solid #CCCCCC; }