Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.wxss 1.1KB

5 anos atrás
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /**index.wxss**/
  2. .buyBg{
  3. width: 100%;
  4. /* height: 843rpx; */
  5. position: fixed;
  6. top:0;
  7. left: 0;
  8. }
  9. swiper{
  10. width: 100%;
  11. height: 437rpx;
  12. position: absolute;
  13. left: 0;
  14. bottom: 0;
  15. }
  16. .botCont{
  17. width: 607rpx;
  18. border-radius:30rpx;
  19. background-color:#ffffff;
  20. display: flex;
  21. flex-direction: row;
  22. flex-wrap: wrap;
  23. padding-top: 62rpx;
  24. padding-left: 75rpx;
  25. }
  26. .imgView{
  27. width: 254rpx;
  28. height: 248rpx;
  29. overflow: hidden;
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. border-radius:10px 0px 0px 10px;
  34. }
  35. .imgView image{
  36. width: 387rpx;
  37. height: 342rpx;
  38. }
  39. .textView{
  40. width: 318rpx;
  41. height: 248rpx;
  42. padding-left: 33rpx;
  43. }
  44. .textView text{
  45. display: block;
  46. }
  47. .nameText{
  48. font-size:60rpx;
  49. font-family:DINPro;
  50. font-weight:bold;
  51. color:rgba(106,10,14,1);
  52. margin-top: 42rpx;
  53. margin-bottom: 42rpx
  54. }
  55. .timeText{
  56. font-size:20rpx;
  57. font-family:SourceHanSansCN;
  58. font-weight:300;
  59. color:rgba(153,153,153,1);
  60. }
  61. .buyView{
  62. margin-top: 40rpx;
  63. font-size:36rpx;
  64. font-family:SourceHanSansCN;
  65. font-weight:500;
  66. color:rgba(0,0,0,1);
  67. }