zuijin.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .integral-mall-goods {
  2. width: 100%;
  3. height: 280rpx;
  4. background: #F2F2F2;
  5. border-radius: 16upx;
  6. }
  7. .user-not-vip {
  8. width: 100%;
  9. height: 80rpx;
  10. background: #FDF6EC;
  11. border-radius: 40rpx;
  12. border: 2rpx solid #EFC381;
  13. text-align: center;
  14. line-height: 76rpx;
  15. font-size: 24rpx;
  16. color: #000000;
  17. font-weight: bold;
  18. }
  19. .tuan-product-l {
  20. width: 150rpx;
  21. height: 200rpx;
  22. border-radius: 16rpx;
  23. background: #F2F2F2;
  24. }
  25. .tuan-product-r {
  26. width: calc(100% - 150rpx);
  27. }
  28. .btn-vip-adviser {
  29. width: 150rpx;
  30. height: 60rpx;
  31. border-radius: 20px;
  32. display: flex;
  33. justify-content: center;
  34. align-items: center;
  35. font-size: 28rpx;
  36. /* font-weight: 600; */
  37. background: #FF6600;
  38. color: #FFFFFF;
  39. }
  40. .search-result {
  41. padding-top: 10px;
  42. padding-bottom: 20px;
  43. text-align: center;
  44. }
  45. .search-result-text {
  46. text-align: center;
  47. font-size: 14px;
  48. color: #666;
  49. }
  50. .example-body {
  51. /* #ifndef APP-NVUE */
  52. display: block;
  53. /* #endif */
  54. padding: 0px;
  55. }
  56. .uni-mt-10 {
  57. margin-top: 10px;
  58. }