visitandinfo.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .tabs .van-tab--active .van-ellipsis {
  2. color: #000;
  3. font-weight: 600;
  4. }
  5. .top {
  6. width: 100%;
  7. height: 80rpx;
  8. /* border: 1px solid red; */
  9. line-height: 80rpx;
  10. font-size: 28rpx;
  11. /* display: flex; */
  12. }
  13. .number {
  14. color: #2087F7;
  15. font-weight: 800;
  16. margin-left: 5rpx;
  17. margin-right: 5rpx;
  18. font-size: 32rpx;
  19. }
  20. .tabs1 .van-tabs {
  21. margin-top: 30rpx;
  22. }
  23. .tabs1 .van-tabs van-sticky .van-hairline--top-bottom:after {
  24. border-top: none;
  25. border-bottom: none;
  26. }
  27. .tabs1 .van-tabs .van-tab {
  28. box-sizing: none;
  29. }
  30. .tabs1 .van-tab .van-ellipsis {
  31. background-color: #f8f8f8;
  32. color: #000;
  33. border-radius: 30rpx;
  34. line-height: 50rpx;
  35. font-size: 28rpx;
  36. }
  37. .tabs1 .van-tab--active .van-ellipsis {
  38. background: -webkit-linear-gradient(left, #2088f7, #77bdfe);
  39. color: #fff;
  40. border-radius: 40rpx;
  41. line-height: 50rpx;
  42. font-weight: 500;
  43. font-size: 28rpx;
  44. }
  45. /* checkbox .wx-checkbox-input {
  46. width: 35rpx;
  47. height: 35rpx;
  48. }*/
  49. .checkbox_border {
  50. margin-top: 10rpx;
  51. background: #FFFFFF;
  52. border: 1px solid #E4F0FE;
  53. box-shadow: 0px 3px 20px 0px rgba(32, 123, 242, 0.08);
  54. border-radius: 10px;
  55. }
  56. checkbox .wx-checkbox-input {
  57. width: 35rpx;
  58. height: 35rpx;
  59. }
  60. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  61. background-color: #2087f7;
  62. color: #fff !important;
  63. }
  64. .deletebj {
  65. width: 750rpx;
  66. height: 100rpx;
  67. box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  68. margin-top: 10rpx;
  69. }
  70. .delete {
  71. width: 600rpx;
  72. /* text-align: center; */
  73. margin-left: 75rpx;
  74. border: 1px solid #fd4133;
  75. color: #fd4133;
  76. border-radius: 10rpx;
  77. height: 60rpx;
  78. line-height: 60rpx;
  79. font-size: 28rpx;
  80. float: left;
  81. margin-top: 15rpx;
  82. display: flex;
  83. align-content: center;
  84. justify-content: center;
  85. }
  86. .top1 {
  87. width: 750rpx;
  88. text-align: center;
  89. margin-top: 20rpx;
  90. color: #333333;
  91. font-size: 28rpx;
  92. }