role.wxss 656 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .content {
  2. padding: 28rpx;
  3. }
  4. .content .item {
  5. height: 112rpx;
  6. background: #FFFFFF;
  7. border-radius: 16rpx;
  8. font-size: 32rpx;
  9. font-family: PingFangSC-Regular, PingFang SC;
  10. font-weight: 400;
  11. color: #333333;
  12. margin-bottom: 20rpx;
  13. padding-left: 28rpx;
  14. }
  15. .content .item.active {
  16. background: #FFF0F6;
  17. border: 2rpx dotted #FF77B0;
  18. }
  19. .btn-box {
  20. position: fixed;
  21. bottom: 0;
  22. width: 100%;
  23. }
  24. .btn-box .btn {
  25. height: 96rpx;
  26. margin: 36rpx;
  27. background: #FF77B0;
  28. border-radius: 48rpx;
  29. color: #fff;
  30. }
  31. .btn-box .btn text {
  32. font-size: 36rpx;
  33. font-family: PingFangSC-Regular, PingFang SC;
  34. font-weight: 400;
  35. color: #FFFFFF;
  36. }