123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- /* pages/signReview/index.wxss */
- swiper-item,
- swiper-item {
- min-height: 100vh;
- }
- /* .van-tabs__nav,.width710 .van-sticky{
- display: none !important;
- } */
- .chuRuKu {
- float: right;
- font-size: 24rpx;
- color: #0396FF;
- }
- .van-icon--custom {
- margin-top: -4px;
- }
- .listItem {
- width: 718rpx;
- }
- .filterStatus {
- font-size: 28rpx;
- padding: 10rpx 0 20rpx 30rpx;
- background-color: #fff;
- margin-bottom: 20rpx;
- color: rgba(0, 0, 0, 0.85);
- }
- .filterStatus text {
- padding: 0 18rpx;
- position: relative;
- }
- .filterStatus .active {
- font-weight: bold;
- }
- .filterStatus .active::after {
- display: inline-block;
- content: '';
- width: 40rpx;
- height: 4rpx;
- position: absolute;
- left: 50%;
- bottom: -20rpx;
- margin-left: -20rpx;
- background: #2C6CEC;
- border-radius: 2rpx;
- }
- .title-left {
- display: flex;
- align-items: center;
- }
- .title {
- position: relative;
- }
- .title-right {
- position: absolute;
- top: 0rpx;
- right: 0;
- line-height: 54rpx;
- font-size: 20rpx;
- color: rgba(0, 0, 0, 0.65);
- /* z-index: 1; */
- }
- .title-right > view:last-child {
- margin-top: -14rpx;
- }
- .codeType {
- margin-top: 10rpx;
- }
- .codeType text {
- display: inline-block;
- /* height: 44rpx; */
- line-height: 44rpx;
- margin-right: 12rpx;
- padding: 0 8rpx;
- font-size: 20rpx;
- color: #2C6CEC;
- background: rgba(44, 108, 236, 0.1);
- border-radius: 4rpx;
- }
- .weightNum {
- display: flex;
- padding: 20rpx 0;
- background: #F4F5F8;
- margin: 16rpx 0 0;
- border-radius: 4rpx;
- overflow: hidden;
- }
- .weightNum > view {
- flex: 1;
- overflow: hidden;
- text-align: center;
- }
- .weightNum > view text {
- display: block;
- }
- .weightNum > view text:first-child {
- font-size: 20rpx;
- color: rgba(0, 0, 0, 0.45);
- margin-bottom: 6rpx;
- }
- .weightNum > view text:last-child {
- font-size: 28rpx;
- font-weight: bold;
- color: rgba(0, 0, 0, 0.85);
- }
- .weightLeft {
- position: relative;
- }
- .weightLeft::after {
- height: 58rpx;
- border-right: 1rpx solid rgba(0, 0, 0, 0.08);
- bottom: 0;
- box-sizing: border-box;
- content: " ";
- pointer-events: none;
- position: absolute;
- right: 0;
- }
- .info {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
|