/* components/report/index.wxss */ .van-icon { color: #fff !important } .city{ font-size: 30rpx !important; margin-left: 15rpx !important; font-weight: 500; } .mainTop{ width: 100%; padding-bottom: 20rpx; background:linear-gradient(to bottom,#1989FA 30%,#F7F8FA 50%); } .mainItem{ display: flex; justify-content: space-evenly; } .topitem{ color: #fff; background-color: #F7BA4F; flex-basis: 27%; border-radius: 10rpx; height: 220rpx; box-shadow: 0 0 2rpx #F7F8FA; text-align: center; } .top_title{ font-size: 32rpx; font-weight: bold; margin-top: 10rpx; } .top_info{ font-size: 28rpx; margin-top: 10rpx; } .topitem image{ width: 70rpx; margin-top: 25rpx; } .red{ background-color: #FE595F; } .blue{ background-color: #1989FA; } .switchTab{ margin:20rpx 5%; height: 85rpx; display: flex; } .tabItem{ flex: 1; position: relative; text-align: center; line-height: 85rpx; background-color: #fff; } .active{ color: #fff; background: #1989FA; } .left{ border-radius: 0rpx 30rpx 0rpx 30rpx; } .right{ border-radius: 30rpx 00rpx 30rpx 0rpx; } .list{ margin:20rpx 5%; margin-bottom: 100rpx; } .cell{ width: 100%; background-color: #fff; border-radius: 20rpx; padding:10rpx; margin-bottom: 20rpx; } .cel_tiltle{ display: flex; position: relative; } .title_box{ width: 100rpx; border-radius: 8rpx; height: 40rpx; background-size: 100%; color: #fff; text-align: center; font-size: 28rpx; position: relative; border :0 solid transparent; border-top: 40rpx solid #1989FA; border-right: 10rpx solid transparent; } .box_length{ position: absolute; top: -38rpx; left:5rpx; color: #fff; font-size: 26rpx; } .title_right{ position: absolute; right: 40rpx; } .title_user{ margin-left: 10rpx; font-weight: 600; } .cell_detail{ margin-top: -25rpx; font-size: 26rpx; padding:10rpx } .detail_info{ font-size: 26rpx; } .cell_bottom{ margin: 10rpx; } .cell_bottom{ display: flex; justify-content: space-between; } .gradOrder{ background: #1989FA; padding:12rpx 20rpx; border-radius: 20rpx; font-size: 28rpx; color:#fff; } .cell_address{ display: flex; font-size: 26rpx; } .cell_img{ margin-right: 10rpx; } .cell_address image{ width: 35rpx; margin-top: 15rpx; } .cell_address view{ margin: 15rpx; } .repairPrice{ color: red; font-weight: bold; } /* .left::after{ content: ''; position: absolute; width: 15%; height: 100%; background-color: #fff; right: 0; border-bottom-left-radius: 20rpx; border-top-left-radius: 20rpx; } .right::after{ content: ''; position: absolute; width: 15%; height: 100%; background-color: #fff; left: 0; border-bottom-right-radius: 50%; } */ /* HTML:
This is a Tooltip with a gradient or solid coloration and with border radius
*/