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.

index.wxss 1.2KB

5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
5 년 전
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. width: 678rpx;
  26. border-radius:30rpx;
  27. background-color:#ffffff;
  28. display: flex;
  29. flex-direction: row;
  30. flex-wrap: wrap;
  31. padding-top: 62rpx;
  32. padding-left: 75rpx;
  33. padding-bottom: 53rpx;
  34. position: absolute;
  35. left: 0;
  36. bottom: 0;
  37. }
  38. .imgView{
  39. width: 254rpx;
  40. height: 248rpx;
  41. overflow: hidden;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. border-radius:10px 0px 0px 10px;
  46. }
  47. .imgView image{
  48. width: 387rpx;
  49. height: 342rpx;
  50. }
  51. .textView{
  52. width: 318rpx;
  53. height: 248rpx;
  54. padding-left: 33rpx;
  55. }
  56. .textView text{
  57. display: block;
  58. }
  59. .nameText{
  60. font-size:60rpx;
  61. font-family:DINPro;
  62. font-weight:bold;
  63. color:rgba(106,10,14,1);
  64. margin-top: 42rpx;
  65. margin-bottom: 42rpx
  66. }
  67. .timeText{
  68. font-size:20rpx;
  69. font-family:SourceHanSansCN;
  70. font-weight:300;
  71. color:rgba(153,153,153,1);
  72. }
  73. .buyView{
  74. margin-top: 40rpx;
  75. font-size:36rpx;
  76. font-family:SourceHanSansCN;
  77. font-weight:500;
  78. color:rgba(0,0,0,1);
  79. }