123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- .tabs .van-tab--active .van-ellipsis {
- color: #000;
- font-weight: 600;
- }
- .top {
- width: 100%;
- height: 80rpx;
- /* border: 1px solid red; */
- line-height: 80rpx;
- font-size: 28rpx;
- /* display: flex; */
- }
- .number {
- color: #2087F7;
- font-weight: 800;
- margin-left: 5rpx;
- margin-right: 5rpx;
- font-size: 32rpx;
- }
- .tabs1 .van-tabs {
- margin-top: 30rpx;
- }
- .tabs1 .van-tabs van-sticky .van-hairline--top-bottom:after {
- border-top: none;
- border-bottom: none;
- }
- .tabs1 .van-tabs .van-tab {
- box-sizing: none;
- }
- .tabs1 .van-tab .van-ellipsis {
- background-color: #f8f8f8;
- color: #000;
- border-radius: 30rpx;
- line-height: 50rpx;
- font-size: 28rpx;
- }
- .tabs1 .van-tab--active .van-ellipsis {
- background: -webkit-linear-gradient(left, #2088f7, #77bdfe);
- color: #fff;
- border-radius: 40rpx;
- line-height: 50rpx;
- font-weight: 500;
- font-size: 28rpx;
- }
- /* checkbox .wx-checkbox-input {
- width: 35rpx;
- height: 35rpx;
- }*/
- .checkbox_border {
- margin-top: 10rpx;
- background: #FFFFFF;
- border: 1px solid #E4F0FE;
- box-shadow: 0px 3px 20px 0px rgba(32, 123, 242, 0.08);
- border-radius: 10px;
- }
- checkbox .wx-checkbox-input {
- width: 35rpx;
- height: 35rpx;
- }
- checkbox .wx-checkbox-input.wx-checkbox-input-checked {
- background-color: #2087f7;
- color: #fff !important;
- }
- .deletebj {
- width: 750rpx;
- height: 100rpx;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
- margin-top: 10rpx;
- }
- .delete {
- width: 600rpx;
- /* text-align: center; */
- margin-left: 75rpx;
- border: 1px solid #fd4133;
- color: #fd4133;
- border-radius: 10rpx;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- float: left;
- margin-top: 15rpx;
- display: flex;
- align-content: center;
- justify-content: center;
- }
- .top1 {
- width: 750rpx;
- text-align: center;
- margin-top: 20rpx;
- color: #333333;
- font-size: 28rpx;
- }
|