123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- ._a {
- text-decoration: none;
- color: #5f5f5f;
- }
- .content {
- background-color: #ffabab;
- }
- .popup_row {
- width: 100%;
- height: 500rpx;
- background-color: #ffffff;
- border-radius: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .popup_row .rows {
- width: 100%;
- padding: 0 24rpx;
- }
- .popup_row .rows .rows-item {
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- width: 100%;
- font-size: 32rpx;
- color: #303133;
- }
- .content {
- background-color: #f8f8f8;
- height: 100%;
- /* 头部 轮播图 */
- }
- .content .carousel-section {
- overflow: hidden;
- }
- .content .carousel-section .carousel {
- width: 100%;
- height: 398rpx;
- }
- .content .carousel-section .carousel .carousel-item {
- width: 100%;
- height: 100%;
- padding-left: 30rpx;
- padding-right: 30rpx;
- overflow: hidden;
- }
- .content .carousel-section .carousel image {
- width: 100%;
- height: 398rpx;
- }
- .content .cate-section {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- justify-items: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- height: 214rpx;
- width: 750rpx;
- background-color: #ffffff;
- }
- .content .cate-section .cate-item {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- color: #5f5f5f;
- font-size: 26rpx;
- }
- .content .cate-section .cate-item image {
- height: 88rpx;
- width: 88rpx;
- margin-bottom: 14rpx;
- border-radius: 50%;
- opacity: 0.7;
- }
- .content .science-section {
- width: 100%;
- background-color: #ffffff;
- margin-top: 18rpx;
- padding-top: 30rpx;
- }
- .content .science-section .science-title {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-bottom: 22rpx;
- }
- .content .science-section .science-title .title {
- width: 285rpx;
- height: 64rpx;
- background-color: #ca121e;
- border-radius: 32rpx;
- color: #ffffff;
- font-size: 32rpx;
- line-height: 64rpx;
- text-align: center;
- }
- .content .science-section .science-title image {
- width: 68rpx;
- height: 43rpx;
- margin-left: 16rpx;
- margin-right: 16rpx;
- }
- .content .science-section .science-box {
- padding-left: 15rpx;
- padding-right: 15rpx;
- padding-bottom: 20rpx;
- border-bottom: 1rpx solid #f0f0f0;
- white-space: nowrap;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- width: 100%;
- }
- .content .science-section .science-box .science-content {
- display: -webkit-box;
- }
- .content .science-section .science-box .science-content .science-item {
- margin-right: 24rpx;
- width: 198rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- text-align: center;
- }
- .content .science-section .science-box .science-content .science-item image {
- width: 100%;
- height: 145rpx;
- }
- .content .science-section .science-box .science-content .science-item .article-title {
- width: 198rpx;
- color: #333;
- font-size: 25rpx;
- padding-top: 20rpx;
- padding-bottom: 16rpx;
- font-weight: 900;
- }
- .content .science-section .science-box .science-content .science-item .article-content {
- width: 198rpx;
- color: #999999;
- font-size: 18rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- word-break: break-all;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .content .science-section .science-more {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- color: #cb131c;
- font-size: 30rpx;
- padding-top: 18rpx;
- padding-bottom: 18rpx;
- }
- .content .science-section .science-more image {
- width: 20rpx;
- height: 27rpx;
- }
- .content .system {
- width: 100%;
- background-color: #ffffff;
- margin-top: 18rpx;
- padding-top: 40rpx;
- }
- .content .system .system-title {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-bottom: 22rpx;
- }
- .content .system .system-title .title {
- width: 285rpx;
- height: 64rpx;
- background-color: #ca121e;
- border-radius: 32rpx;
- color: #ffffff;
- font-size: 32rpx;
- line-height: 64rpx;
- text-align: center;
- }
- .content .system .system-title .img {
- width: 68rpx;
- height: 43rpx;
- margin-left: 16rpx;
- margin-right: 16rpx;
- }
- .content .system .system-title .img image {
- width: 68rpx;
- height: 43rpx;
- }
- .content .system .system-map {
- width: 750rpx;
- height: 500rpx;
- background-color: #ffffff;
- padding: 0 24rpx;
- padding-bottom: 45rpx;
- }
- .content .system .system-map .map-box {
- width: 100%;
- height: 500rpx;
- background-color: #f8f8f8;
- }
- .content .system .system-map .map-box image {
- width: 100%;
- height: 500rpx;
- }
- .content .list-box {
- padding: 0rpx 25rpx 24rpx;
- }
- .content .list-box .system-title {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 130rpx;
- background-color: #ffffff;
- }
- .content .list-box .system-title .title {
- width: 285rpx;
- height: 64rpx;
- background-color: #ca121e;
- border-radius: 32rpx;
- color: #ffffff;
- font-size: 32rpx;
- line-height: 64rpx;
- text-align: center;
- }
- .content .list-box .system-title .img {
- width: 68rpx;
- height: 43rpx;
- margin-left: 16rpx;
- margin-right: 16rpx;
- }
- .content .list-box .system-title .img image {
- width: 68rpx;
- height: 43rpx;
- }
- .content .map-box {
- width: 100%;
- height: 366rpx;
- box-shadow: 5px 15px 15px 5px #f2f2f2;
- }
- .content .list-tpl {
- background-color: #ffffff;
- margin: 25rpx 0rpx;
- padding: 25rpx 25rpx;
- font-size: 28rpx;
- border-radius: 15rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .content .list-tpl .list-left {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- width: 100%;
- }
- .content .list-tpl .list-left .number {
- font-size: 32rpx;
- margin-right: 14rpx;
- }
- .content .list-tpl .list-left .info {
- width: 100%;
- }
- .content .list-tpl .list-left .info .title {
- font-size: 32rpx;
- color: #222222;
- font-weight: 500;
- }
- .content .list-tpl .list-left .info .addr {
- margin-top: 20rpx;
- }
- .content .list-tpl .image {
- width: 10%;
- text-align: center;
- }
- .content .list-tpl .image image {
- width: 50rpx;
- height: 50rpx;
- }
- .content .list-tpl .image .tip {
- color: #7f7f7f;
- font-size: 21rpx;
- }
|