skill.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* component/skill/skill.wxss */
  2. @import '../../common.wxss';
  3. .skillbox_item{
  4. background-color: #fff;
  5. box-sizing: border-box;
  6. display: flex;
  7. align-items: center;
  8. position: relative;
  9. }
  10. .rest{
  11. position: absolute;
  12. right: 0;
  13. top: 0;
  14. height: 84rpx;
  15. width: 142rpx;
  16. display: flex;
  17. justify-content: flex-end;
  18. }
  19. .skillbox_item_right{
  20. position: absolute;
  21. right: 0;
  22. top: 0;
  23. height: 84rpx;
  24. width: 267rpx;
  25. display: flex;
  26. justify-content: flex-end;
  27. }
  28. .status-icon{
  29. width: 100%;
  30. height: 100%;
  31. position: absolute;
  32. left: 0;
  33. top: 0;
  34. }
  35. .status{
  36. z-index: 10;
  37. position: relative;
  38. }
  39. .skillbox_item_right .status{
  40. color: var(--maingreencolor);
  41. }
  42. .skillbox_item_img{
  43. width: 153rpx;
  44. height: 153rpx;
  45. }
  46. .skillinfo{
  47. display: flex;
  48. /* align-items: center; */
  49. flex-direction: column;
  50. width: calc(686rpx - 180rpx);
  51. }
  52. .skill_tips{
  53. display: flex;
  54. align-items: center;
  55. justify-content: space-between;
  56. width: 100%;
  57. }
  58. .skill_tips_left{
  59. display: flex;
  60. align-items: center;
  61. flex-wrap: wrap;
  62. }
  63. .skill_tips_left_item{
  64. background-color: var(--mainbg);
  65. height: 32rpx;
  66. }
  67. .skill_tips_left_item:nth-child(n+2){
  68. margin-left: 20rpx;
  69. }
  70. .shop_img{
  71. width: 25rpx;
  72. height: 25rpx;
  73. }
  74. .shop_name{
  75. color: #DBAC54;
  76. height: 32rpx;
  77. background-color: #FCF7EE;
  78. }
  79. .shop{
  80. display: flex;
  81. align-items: center;
  82. justify-content: space-between;
  83. }
  84. .choose{
  85. width: 124rpx;
  86. height: 48rpx;
  87. background: #62CB81;
  88. color: #fff;
  89. }