shi_jue_suo_sou.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/shi_jue_suo_sou/shi_jue_suo_sou.wxss */
  2. .li-imparity{
  3. height: 900rpx;
  4. position: relative;
  5. }
  6. .li-items{
  7. /* margin-top: 100rpx; */
  8. }
  9. .li-text{
  10. color: #393939;
  11. font-size: 40rpx;
  12. padding-top: 50rpx;
  13. padding-left: 24rpx;
  14. text-align: center;
  15. font-weight: 600;
  16. }
  17. .li-yes{
  18. border-top: 1rpx solid #DADCE6;
  19. color: #7C819D;
  20. font-size: 30rpx;
  21. text-align: left;
  22. padding: 30rpx 58rpx;
  23. font-weight: 600;
  24. }
  25. .li-text-num{
  26. color:#7E7E7E !important;
  27. font-size:30rpx !important;
  28. }
  29. .li-see-no{
  30. width: 95rpx;
  31. height: 63rpx;
  32. }
  33. .li-see-yes{
  34. width: 91rpx;
  35. height: 93rpx;
  36. }
  37. .li-blue-items{
  38. position: absolute;
  39. }
  40. .li-blue-items-key{
  41. position: absolute;
  42. width: 80rpx;
  43. height: 80rpx;
  44. top: 10rpx;
  45. left: 10rpx;
  46. }
  47. .li-four{
  48. height: 850rpx;
  49. position: relative;
  50. }
  51. .li-four-item{
  52. position: absolute;
  53. }
  54. .li-four-item-imgT{
  55. width: 93rpx;
  56. height: 93rpx;
  57. }
  58. .li-four-item-imgE{
  59. width: 45rpx;
  60. height: 67rpx;
  61. }
  62. .li-four-item-imgL{
  63. width: 95rpx;
  64. height: 63rpx;
  65. }
  66. .li-four-item-yes{
  67. width: 60rpx;
  68. height: 60rpx;
  69. position: absolute;
  70. top: 20rpx;
  71. left: 20rpx;
  72. }
  73. .li-four-point{
  74. width:26rpx;
  75. height:26rpx;
  76. background:rgba(0,0,0,1);
  77. border-radius:50%;
  78. position: absolute;
  79. top: 421rpx;
  80. left: 338rpx;
  81. }
  82. .li-four-img{
  83. width:244rpx;
  84. height:180rpx;
  85. position: absolute;
  86. }
  87. .li-flex{
  88. margin-right: 25rpx;
  89. display: flex;
  90. justify-content: space-between;
  91. font-weight: 600;
  92. }