You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.1KB

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