123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- .index{
- width: 100%;
- background-color: #f2f2f2;
-
- .index-head{
- width: 100%;
- height: 369rpx;
- background-image: url(../../static/svg/index-head-bg.svg);
- background-repeat: round;
- background-size: cover;
-
- &-banner{
- position: absolute;
- width: 100%;
- height: 380rpx;
- margin-top: 140rpx;
- // padding: 0 20rpx;
- }
- }
-
- .index-header{
- width: 100%;
- height: 385rpx;
-
- &-container{
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- height: 380rpx;
- background-color: #2A322B;
- border-bottom-right-radius: 5%;
- border-bottom-left-radius: 5%;
- }
-
- &-left{
- width: 50%;
- height: 440rpx;
- background-image: url(../../static/svg/index-header-left-svg.svg);
- background-repeat: round;
- background-size: cover;
- }
-
- &-right{
- width: 50%;
- height: 440rpx;
- background-image: url(../../static/svg/index-header-right-svg.svg);
- background-repeat: round;
- background-size: cover;
- }
-
- &-top{
- position: absolute;
- padding-top: 20rpx;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- padding-bottom: 61rpx;
- line-height: 34px;
-
- .header-top-usearch{
- margin-left: 30rpx !important;
- }
-
- .header-top-notice{
- margin: 16rpx 30rpx 0 46rpx;
- line-height: 34px;
-
- &-badge{
- position: relative !important;
- top: -10px !important;
- right: 5px !important;
- }
- }
-
- .header-top-scan{
- margin: 16rpx 30rpx 0 0;
- line-height: 34px;
-
- .header-scan-icon{
- line-height: 34px;
- }
- }
- }
-
- &-banner{
- position: absolute;
- width: 100%;
- height: 380rpx;
- // margin-top: 140rpx;
- // padding: 0 30rpx;
- }
- }
- }
- .notice {
- padding: 16rpx 30rpx 0;
- }
- .service{
- padding: 30rpx;
-
- .service-body{
- background-color: #FFFFFF;
- border-radius: 10rpx;
- width: 100%;
- padding: 30rpx 0 0;
- .service-item {
- width: 25%;
- justify-content: space-between;
- text-align: center;
- padding: 0 0 30rpx;
- .service-item-img{
- width: 98rpx;
- height: 98rpx;
- }
- }
- }
- }
- .news{
- padding: 0 30rpx;
- .news-list{
- ::v-deep {
- .u-card__head{
- padding-bottom: 0 !important;
- }
- }
- &-head {
- border-bottom: 1px solid rgba($color: #9F9F9F, $alpha: 0.2);
- &-item {
- margin-bottom: 17rpx;
- font-size: 28rpx;
- align-items: end;
- .card-head-title {
- font-size: 38rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- line-height: 50rpx;
- letter-spacing: 1px;
- }
- }
- }
-
- &-body{
- &-item{
- border-bottom: 1px solid #E1E1E1;
- &:last-child {
- border-bottom: none;
- }
- .news-text{
- margin-right: 26rpx;
- &-title {
- margin-bottom: 20rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- line-height: 44rpx;
- }
- &-foot{
- justify-content: space-between;
-
- view:first-child{
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #8C8C8C;
- line-height: 28rpx;
- letter-spacing: 1px;
- }
-
- view:last-child{
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #8C8C8C;
- line-height: 28rpx;
- letter-spacing: 1px;
- }
- }
- }
- }
- }
- }
- }
- .u-card-wrap {
- background-color: $u-bg-color;
- padding: 1px;
- }
- .u-body-item {
- color: #333;
- padding: 34rpx 0;
- }
-
- .u-body-item image {
- width: 120rpx;
- flex: 0 0 120rpx;
- height: 120rpx;
- border-radius: 8rpx;
- margin-left: 12rpx;
- }
- .news-list-head-item {
- display: flex;
- justify-content: space-between;
- color: #A3A3A3;
- }
- .image-border {
- border: solid 1px #E0E0E0;
- border-radius: 10rpx;
- }
|