member.ttss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .center.data-v-5f827c98 {
  7. border-radius: 20rpx;
  8. color: #ffffff;
  9. box-shadow: 0 0 16rpx 4rpx rgba(55, 68, 134, 0.3);
  10. }
  11. .center .nickname.data-v-5f827c98 {
  12. font-weight: bold;
  13. }
  14. .u-flex-column.data-v-5f827c98 {
  15. flex-direction: column;
  16. height: 100%;
  17. }
  18. .bg-title.data-v-5f827c98 {
  19. background-color: #f3f4f6;
  20. }
  21. .list .item.data-v-5f827c98 {
  22. border: 1px solid #cccccc;
  23. width: calc((100vw - 120rpx) / 3);
  24. padding: 40rpx 30rpx;
  25. margin-bottom: 30rpx;
  26. border-radius: 10rpx;
  27. }
  28. .list .item.data-v-5f827c98:nth-child(3n-1) {
  29. margin-left: 30rpx;
  30. margin-right: 30rpx;
  31. }
  32. .list .item .price.data-v-5f827c98 {
  33. color: #fc4c57;
  34. }
  35. .interests .item.data-v-5f827c98 {
  36. width: calc((100vw - 120rpx) / 3);
  37. margin-bottom: 30rpx;
  38. height: 250rpx;
  39. }
  40. .interests .item.data-v-5f827c98:nth-child(3n-1) {
  41. margin-left: 30rpx;
  42. margin-right: 30rpx;
  43. }
  44. .vip-footer.data-v-5f827c98 {
  45. position: fixed;
  46. left: 0;
  47. bottom: 0;
  48. width: 100%;
  49. background-color: #ffffff;
  50. z-index: 999;
  51. }