@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #f7f8f7; } .navbar { display: flex; height: 40px; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06); position: relative; z-index: 10; } .navbar .nav-item { flex: 1; display: flex; justify-content: center; align-items: center; height: 100%; font-size: 15px; color: #303133; position: relative; } .navbar .nav-item.current { color: #000; font-weight: bold; } .navbar .nav-item.current:after { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 44px; height: 0; border-bottom: 2px solid #E60012; } .nav-swiper { background-color: #fff; } .top-swiper { position: relative; } .top-swiper .banner-swiper { width: 750rpx; height: 390rpx; } .top-swiper .banner-swiper .swiper-img { display: block; width: 750rpx; height: 390rpx; } .top-swiper .banner-swiper swiper-item { width: 750rpx; height: 390rpx; } .class-box { white-space: nowrap; height: 40px; position: relative; background-color: #fff; } .class-box .item { text-align: center; display: inline-block; color: #606266; height: 100%; background-color: #ffffff; line-height: 1; } .class-box .item .status { font-size: 30rpx; margin: 0 auto; width: 60px; height: 100%; line-height: 40px; } .class-box .item .status.action { color: #000; font-weight: bold; position: relative; } .class-box .item .status.action:after { content: ''; position: absolute; left: 50%; bottom: 5px; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 33px; height: 0; border-bottom: 2px solid #E60012; } .dy-wrap { width: 707rpx; background: #fff; margin: auto; border-bottom: #E9E9E9 solid 1px; padding: 20rpx 0; } .dy-wrap .user-logo { flex-shrink: 0; height: 100rpx; width: 100rpx; border-radius: 50%; } .dy-wrap .user-logo image { width: 100%; height: 100%; border-radius: 50%; } .dy-wrap .user-num { flex-grow: 1; padding-left: 10rpx; font-size: 24rpx; font-weight: 500; color: #999999; } .dy-wrap .user-num .user-name { font-size: 34rpx; font-weight: 600; color: #333333; padding-right: 20rpx; padding: 0 20rpx 20rpx 0; } .dy-wrap .dy-btn { flex-shrink: 0; text-align: center; width: 136rpx; line-height: 66rpx; border-radius: 10rpx; font-size: 28rpx; font-weight: 500; background: #E6645F; color: #fff; } .dy-wrap .jr-btn { flex-shrink: 0; text-align: center; width: 136rpx; line-height: 66rpx; border-radius: 10rpx; font-size: 28rpx; font-weight: 500; margin-top: 20rpx; background: #E6645F; color: #fff; } .dy-wrap .flex_direction { flex-direction: column; justify-content: center; } .dy-wrap .dying { color: #999999; background: #E9E9E9; } .input-box { width: 100%; padding: 25rpx; z-index: 999; height: 44px; } .input-box .iconsearch { font-size: 50rpx; } .input-box .input-content { border-radius: 99rpx; flex-grow: 1; padding: 10rpx 30rpx; background-color: rgba(255, 255, 255, 0.7); border: 1px solid #000000; } .input-box .input-content .input { flex-grow: 1; } .input-box .input-content .input input { font-size: 32rpx; } .input-box .input-button { padding-left: 20rpx; font-size: 32rpx; height: 100%; } .Search-box { padding-left: 20rpx; padding-right: 20rpx; height: 100rpx; background: #ffffff; display: flex; justify-content: center; align-items: center; } .Search-box .Search-box-sort { font-size: 30rpx; font-weight: 500; color: #666666; } .Search-box .Search-box-sort .sort-text { width: 57rpx; height: 29rpx; font-size: 30rpx; font-weight: 500; color: #333333; line-height: 58rpx; margin-right: 19rpx; } .Search-box .Search-box-sort .sort-img { width: 21rpx; height: 11rpx; margin-bottom: 4rpx; } .Search-box .Search-box-size { width: 700rpx; height: 65rpx; border-radius: 32rpx; background-color: #f1f1f1; padding-left: 36rpx; display: flex; align-items: center; } .Search-box .Search-box-size .box-img { height: 32rpx; width: 32rpx; margin-right: 16rpx; } .Search-box .Search-box-size .box-word { width: 100%; font-size: 22rpx; font-weight: 500; color: #cdcbcb; line-height: 55rpx; }