@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page, page { height: 100%; width: 100%; background-color: #fff; } .content { height: 100%; width: 100%; background-color: #fff; } .trapezoid { z-index: 199; margin-top: -30rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .trapezoid .box { z-index: 199; border-bottom: 32rpx solid #FFFFFF; border-left: 30rpx solid transparent; border-right: 30rpx solid transparent; width: 170rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; } .trapezoid .line { z-index: 200; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin-top: 16rpx; margin-left: -118rpx; } .trapezoid .line .line01 { border-radius: 4rpx; width: 50rpx; height: 4rpx; background-color: #AFB0BD; } .trapezoid .line .line02 { border-radius: 4rpx; margin-top: 8rpx; width: 72rpx; height: 4rpx; background-color: #AFB0BD; }