lian_xi.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* pages/tu_xing_tui_li/tu_xing_tui_li.wxss */
  2. .li-text{
  3. color: #393939;
  4. font-size: 34rpx;
  5. font-weight: 600;
  6. padding-left: 24rpx;
  7. text-align: left;
  8. }
  9. .li-image{
  10. margin: 60rpx auto
  11. }
  12. .li-all{
  13. display: flex;
  14. justify-content: space-around
  15. }
  16. .li-items{
  17. display: inline-block;
  18. width: 33%;
  19. text-align: center;
  20. padding: 0;
  21. margin: 0;
  22. }
  23. .li-items-text{
  24. width:78rpx;
  25. height:78rpx;
  26. border:4rpx solid rgba(208,213,230,1);
  27. border-radius:50%;
  28. text-align: center;
  29. line-height: 78rpx;
  30. margin: 34rpx auto;
  31. display: block;
  32. overflow: visible;
  33. }
  34. .li-yes{
  35. border-top: 1rpx solid #DADCE6;
  36. color: #7C819D;
  37. font-size: 30rpx;
  38. text-align: left;
  39. padding: 30rpx 58rpx;
  40. }
  41. .li-exercise{
  42. font-size: 34rpx;
  43. color: #E19220;
  44. text-align: left;
  45. padding: 34rpx 0 10rpx 24rpx;
  46. font-weight: 600;
  47. }
  48. .li-four{
  49. height: 705rpx;
  50. position: relative;
  51. }
  52. .li-four-img{
  53. width: 160rpx;
  54. height: 160rpx;
  55. position: absolute;
  56. }
  57. .li-four-point{
  58. width:16rpx;
  59. height:16rpx;
  60. background:rgba(0,0,0,1);
  61. border-radius:8rpx;
  62. position: absolute;
  63. top:353rpx;
  64. left: 343rpx;
  65. }
  66. .li-four-select-img{
  67. width: 160rpx;
  68. height: 160rpx;
  69. }
  70. .li-four-select{
  71. position: absolute;
  72. }
  73. .li-four-yes{
  74. width: 100rpx;
  75. height: 100rpx;
  76. position: absolute;
  77. top: 20rpx;
  78. left: 20rpx;
  79. z-index: 1000;
  80. }