addRights.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .img1 {
  2. width: 750rpx;
  3. height: 391rpx;
  4. }
  5. .radio_box {
  6. width: 650rpx;
  7. border: 1px solid #f0ece9;
  8. margin-left: 50rpx;
  9. height: 200rpx;
  10. margin-top: 30rpx;
  11. border-radius: 10rpx;
  12. position: relative;
  13. }
  14. .radio_box1 {
  15. width: 650rpx;
  16. border: 1px solid #eda2a1;
  17. background: #fff4f4;
  18. margin-left: 50rpx;
  19. height: 200rpx;
  20. margin-top: 30rpx;
  21. border-radius: 10rpx;
  22. position: relative;
  23. }
  24. .p {
  25. position: absolute;
  26. }
  27. .p1 {
  28. color: #fd4b49;
  29. font-size: 48rpx;
  30. font-weight: 800;
  31. top: 40rpx;
  32. left: 90rpx;
  33. }
  34. .p2 {
  35. color: #fd4b49;
  36. font-size: 25rpx;
  37. /* font-weight: 800; */
  38. top: 110rpx;
  39. left: 100rpx;
  40. text-decoration: line-through;
  41. }
  42. .p3 {
  43. color: #fd4b49;
  44. font-size: 35rpx;
  45. font-weight: 600;
  46. top: 60rpx;
  47. left: 260rpx;
  48. }
  49. .p4 {
  50. color: #a342ff;
  51. border: 1px solid #a342ff;
  52. border-radius: 5rpx;
  53. top: 70rpx;
  54. right: 20rpx;
  55. font-size: 28rpx;
  56. padding: 5rpx 10rpx;
  57. }
  58. .notice {
  59. width: 650rpx;
  60. background: #fafafa;
  61. color: #999999;
  62. font-size: 28rpx;
  63. padding: 50rpx;
  64. margin-top: 50rpx;
  65. line-height: 50rpx;
  66. }
  67. .btn-area {
  68. background: -webkit-linear-gradient(left, #c58aff, #9080f5);
  69. width: 750rpx;
  70. height: 150rpx;
  71. text-align: center;
  72. color: #fff;
  73. }
  74. checkbox .wx-checkbox-input {
  75. border-radius: 50%;
  76. width: 46rpx;
  77. height: 46rpx;
  78. background-color: #f5f5f5;
  79. border: 1rpx solid rgb(122, 122, 122)
  80. }
  81. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  82. border: 1rpx solid #fff;
  83. background: #fff;
  84. }
  85. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  86. border-radius: 50%;
  87. width: 40rpx;
  88. height: 40rpx;
  89. line-height: 40rpx;
  90. text-align: center;
  91. font-size: 30rpx;
  92. color: #b186fb;
  93. background: transparent;
  94. transform: translate(-50%, -50%) scale(1);
  95. -webkit-transform: translate(-50%, -50%) scale(1);
  96. }
  97. .tuijian{
  98. position: absolute;
  99. top: 400rpx;
  100. left: 40rpx;
  101. width: 130rpx;
  102. height: 60rpx;
  103. z-index: 99999;
  104. }