member.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. -webkit-box-orient: vertical;
  16. -webkit-box-direction: normal;
  17. -webkit-flex-direction: column;
  18. flex-direction: column;
  19. height: 100%;
  20. }
  21. .bg-title.data-v-5f827c98 {
  22. background-color: #f3f4f6;
  23. }
  24. .list .item.data-v-5f827c98 {
  25. border: 1px solid #cccccc;
  26. width: calc((100vw - 120rpx) / 3);
  27. padding: 40rpx 30rpx;
  28. margin-bottom: 30rpx;
  29. border-radius: 10rpx;
  30. }
  31. .list .item.data-v-5f827c98:nth-child(3n-1) {
  32. margin-left: 30rpx;
  33. margin-right: 30rpx;
  34. }
  35. .list .item .price.data-v-5f827c98 {
  36. color: #fc4c57;
  37. }
  38. .interests .item.data-v-5f827c98 {
  39. width: calc((100vw - 120rpx) / 3);
  40. margin-bottom: 30rpx;
  41. height: 250rpx;
  42. }
  43. .interests .item.data-v-5f827c98:nth-child(3n-1) {
  44. margin-left: 30rpx;
  45. margin-right: 30rpx;
  46. }
  47. .vip-footer.data-v-5f827c98 {
  48. position: fixed;
  49. left: 0;
  50. bottom: 0;
  51. width: 100%;
  52. background-color: #ffffff;
  53. z-index: 999;
  54. }