123456789101112131415161718192021222324252627282930313233343536 |
- page {
- background-color: #ffffff;
- height: 100%;
- }
- .vtabs-content-item {
- width: 100%;
- height: 610px;
- box-sizing: border-box;
- padding-bottom: 20px;
- padding: 20rpx;
- }
- .vtabs-contentTitle {
- font-size: 36rpx;
- color: #07c160;
- }
- .spflList {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .spflList li {
- width: 33.33%;
- text-align: center;
- }
- .spflList li span {
- font-size: 28rpx;
- color: #333;
- }
- .spflList li image {
- width: 100rpx;
- height: 100rpx;
- margin: 0 auto;
- }
|