zhi_xing_gong_neng.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* pages/zhi_xing_gong_neng/zhi_xing_gong_neng.wxss */
  2. .li-text{
  3. color: #393939;
  4. font-size: 34rpx;
  5. padding-top: 50rpx;
  6. padding-right: 24rpx;
  7. text-align: center;
  8. display: flex;
  9. justify-content: space-between
  10. }
  11. .li-text-big{
  12. position: relative;
  13. left: 44%;
  14. }
  15. .li-num{
  16. display: flex;
  17. justify-content: space-around;
  18. padding: 230rpx 0;
  19. }
  20. .li-num-small{
  21. width:173rpx;
  22. height:173rpx;
  23. background:rgba(255,198,116,0.5);
  24. border:5rpx solid rgba(255,198,116,1);
  25. border-radius:24rpx;
  26. line-height: 173rpx;
  27. text-align: center;
  28. color: #393939;
  29. font-size: 60rpx;
  30. }
  31. .li-num-btn{
  32. width:90rpx;
  33. height:90rpx;
  34. border:4rpx solid rgba(208,213,230,1);
  35. border-radius:50%;
  36. text-align: center;
  37. line-height: 90rpx;
  38. margin: 56rpx auto;
  39. }
  40. .li-items-text{
  41. width:90rpx;
  42. height:90rpx;
  43. border:4rpx solid rgba(208,213,230,1);
  44. border-radius:50%;
  45. text-align: center;
  46. line-height: 90rpx;
  47. margin: 56rpx auto;
  48. display: block;
  49. }
  50. .li-yes{
  51. border-top: 1rpx solid #DADCE6;
  52. color: #7C819D;
  53. font-size: 30rpx;
  54. text-align: left;
  55. padding: 30rpx 58rpx;
  56. font-weight: 600
  57. }