Blame view

pages/discover/discover.scss 1.45 KB
c7add6cf   “wangming”   初始版本开发完毕
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  .page{

  	//position: absolute;

  	//width: 100%;

  	//height: 100%;

  	//overflow-x: hidden;

  	//overflow-y: auto;

  	padding-bottom: 100rpx;

  	background-color: #f6f6f6;

  }

  /* banner */

  	.banner{

  		margin-top: 20rpx;

  		padding: 0 25rpx;

  		height: 360rpx;

  		margin-bottom: 30rpx;

  		// margin: -200rpx auto 20rpx;

  		border-radius: 10rpx;

  		overflow: hidden;

  		.screen-swiper{

  			height: 100%;

  			min-height: 100% !important;

  			image{

  				height: 360rpx;

  				border-radius: 10rpx;

  			}

  		}

  	}

  /* 文章数据  */

  .article-data{

  	width: 100%;

  	.article-list{

  		padding: 0 30rpx;

  		.list{

  			display: flex;

  			align-items: center;

  			width: 100%;

  			background-color: #FFFFFF;

  			border-radius: 20rpx;

  			margin-bottom: 20rpx;

  			.item{

  				display: flex;

  				flex-direction: column;

  				justify-content: space-between;

  				width: 70%;

  				height: 100%;

  				padding: 0 4%;

  				.title{

  					display: flex;

  					text{

  						color: #212121;

  						font-size: 30rpx;

  					}

  				}

  				.find-collect{

  					display: flex;

  					align-items: center;

  					margin-top: 40rpx;

  					.find{

  						display: flex;

  						align-items: center;

  						.iconfont{

  							font-size: 34rpx;

  							margin-right: 10rpx;

  						}

  						text{

  							color: #9FABB5;

  							font-size: 28rpx;

  						}

  					}

  				}

  			}

  			.thumb{

  				padding: 20rpx;

  				image{

  					width: 210rpx;

  					height: 150rpx;

  					border-radius: 10rpx;

  				}

  			}

  		}

  	}

  }