app-pt-attr.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @charset "UTF-8";
  2. .text-center.data-v-48d9f593 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-48d9f593 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-48d9f593 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-48d9f593 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-48d9f593 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-48d9f593 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-48d9f593 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-48d9f593 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-48d9f593 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .u-unchecked.data-v-48d9f593 {
  39. background-color: #f2f2f2;
  40. color: #353535;
  41. }
  42. .u-pt-group.data-v-48d9f593 {
  43. margin: 24rpx 32rpx 0 32rpx;
  44. border-bottom: 1rpx solid #e2e2e2;
  45. }
  46. .u-group-name.data-v-48d9f593 {
  47. font-size: 26rpx;
  48. color: #666666;
  49. margin-bottom: 20rpx;
  50. }
  51. .u-group-item.data-v-48d9f593 {
  52. padding: 15rpx 24rpx;
  53. border-radius: 8rpx;
  54. margin: 0 20rpx 20rpx 0;
  55. font-size: 26rpx;
  56. }
  57. .u-checked.data-v-48d9f593 {
  58. color: #ffffff;
  59. }