123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- /* pages/serve/serve.wxss */
- button::after{
- border-radius: 0;
- border: 0;
- padding: 0;
- }
- textarea,button{
- resize: none;
- }
- ul,li{
- list-style: none;
- }
- a{
- text-decoration: none;
- }
- page {
- background: #ffffff;
- height: 100%;
- }
- .header {
- width: 100%;
- height: 555rpx;
- background-size: 100% 100%;
- }
- .header .logo {
- width: 406rpx;
- height: 60rpx;
- margin-top: 50px;
- margin-left: 30rpx;
- }
- .header .search {
- width: 94%;
- height: 74rpx;
- margin: 40rpx auto;
- background: #FFFFFF;
- border-radius: 10rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .header .search input {
- width: calc(100% - 116rpx);
- width: -moz-calc(100% - 116rpx);
- width: -webkit-calc(100% - 116rpx);
- border-radius: 10rpx 0 0 10rpx;
- padding-left: 20rpx;
- }
- .header .search button {
- width: 116rpx;
- height: 74rpx;
- line-height: 74rpx;
- background: #508FF4;
- border-radius: 0 10rpx 10rpx 0;
- }
- .header .banner {
- display: flex;
- justify-content: space-around;
- margin-top: 80rpx;
- }
- .header .banner li {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .header .banner li image {
- width: 64rpx;
- height: 64rpx;
- }
- .header .banner li span {
- font-size: 24rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .search-style{
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .cont-widthl {
- width: 96%;
- background: #ffffff;
- margin: auto;
- border-radius: 20rpx;
- margin-top: 41rpx;
- }
- .cont-width{
- width: 96%;
- background: #ffffff;
- margin: auto;
- border-radius: 20rpx;
- margin-top: 41rpx;
- padding: 32rpx 20rpx;
- box-sizing: border-box;
- }
- .cont-width .title {
- font-size: 38rpx;
- font-weight: bold;
- color: #333333;
- display: flex;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .cont-width .title .line {
- width: 8rpx;
- height: 28rpx;
- background: #508FF4;
- margin-right: 20rpx;
- }
- .view-yjyb{
- margin-top: -80rpx !important;
- }
- .view-yjyb .list {
- margin-top: 15px;
- height: 89px;
- /*段落中文本不换行*/
- white-space: nowrap;
- /*设置横向滚动*/
- overflow-x: auto;
- }
- .view-yjyb .list::-webkit-scrollbar {
- display: none;
- }
- .view-yjyb .list .nav {
- width: 272rpx;
- height: 89px;
- display: inline-block;
- background-size: 100% 100%;
- padding: 24rpx 20rpx;
- box-sizing: border-box;
- font-size: 30rpx;
- font-weight: 500;
- margin-right: 20rpx;
-
- }
- .view-shjf{
- margin-top: -150rpx !important;
- }
- .view-shjf .title {
- height: 136rpx;
- background-size: 100% 100%;
- padding: 32rpx 20rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .view-shjf .list {
- display: flex;
- justify-content: space-around;
- height: 200rpx;
- align-items: center;
- }
- .view-shjf .list li {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .view-shjf .list li span {
- font-size: 32rpx;
- color: #333333;
- }
- .view-bs .nav {
- height: 136rpx;
- background: linear-gradient(0deg, #BBE1FB 0%, #F6FAFD 100%);
- border-radius: 20rpx 20rpx 0px 0px;
- }
- .view-bs .nav {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #333333;
- }
- .view-bs .nav button {
- width: 170rpx;
- height: 68rpx;
- line-height: 68rpx;
- font-weight: 500;
- font-size: 30rpx;
- padding: 0;
- background: #FFFFFF;
- border-radius: 32rpx;
- margin-left: 20rpx;
- text-align: center;
- }
- .view-bs .nav button.click {
- background: #508FF4;
- color: #FFFFFF;
- }
- .view-bs .nav .more {
- font-size: 26rpx;
- font-weight: 500;
- margin-right: 46rpx;
- }
- .view-bs .cont {
- padding: 20rpx;
- box-sizing: border-box;
- }
- .view-bs .title {
- font-size: 38rpx;
- font-weight: bold;
- color: #333333;
- }
- .view-bs .view-ul {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .view-bs .view-ul li {
- width: 314rpx;
- height: 126rpx;
- background: #FFFFFF;
- border: 2rpx solid #EEEEEE;
- box-shadow: 0px 2rpx 4rpx 0px rgba(221, 221, 221, 0.5);
- border-radius: 10rpx;
- padding-left: 24rpx;
- box-sizing: border-box;
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin-top: 32rpx;
- }
- .view-bs .view-ul .top {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- }
- .view-bs .view-ul .bottom {
- font-size: 24rpx;
- font-weight: 500;
- color: #999999;
- }
- .view-bs .view-ul image {
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .view-dtfw .title {
- height: 136rpx;
- background-size: 100% 100%;
- padding: 32rpx 20rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .view-dtfw .list {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .view-dtfw .list li {
- width: 162rpx;
- height: 62rpx;
- background: #F1EFFF;
- border-radius: 6rpx;
- line-height: 62rpx;
- text-align: center;
- font-size: 26rpx;
- font-weight: 500;
- color: #7869C0;
- margin-top: 14rpx;
- }
- .view-dtfw .more {
- height: 80rpx;
- line-height: 80rpx;
- font-size: 26rpx;
- font-weight: 500;
- color: #999999;
- text-align: center;
- }
- .cont-width .x-title span {
- font-size: 26rpx;
- }
- .cont-width .x-title span:first-child {
- color: #333333;
- }
- .cont-width .x-title span:last-child {
- color: #999999;
- }
- .view-blsj .blsj {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-bottom: 40rpx;
- }
- .view-blsj .blsj li {
- width: 310rpx;
- height: 130rpx;
- font-size: 26rpx;
- color: #FFFFFF;
- background-size: 100% 100%;
- padding: 14px 18rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- }
- .view-blsj li .number {
- font-weight: 600;
- font-size: 42rpx;
- }
- .view-blsj .blsj li .bottom span:last-child {
- margin-left: 10rpx;
- }
- .view-blsj .hcpsj {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .view-blsj .hcpsj li {
- width: 308rpx;
- height: 119rpx;
- background: #FFFFFF;
- border: 1px solid #EAEAEA;
- box-shadow: 0px 2px 1px 0px rgba(115, 145, 223, 0.27);
- border-radius: 5px;
- font-size: 26rpx;
- color: #999999;
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding-left: 20rpx;
- box-sizing: border-box;
- margin-top: 30rpx;
- }
- .view-blsj .hcpsj .top image {
- width: 28rpx;
- height: 14px;
- }
- .view-blsj .hcpsj .top span{
- margin-left: 10rpx;
- }
- .view-blsj .hcpsj li .bottom span:last-child {
- margin-left: 10rpx;
- }
- .view-zyylg{
- height: 660rpx;
- }
- .view-zyylg ul {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .view-zyylg li {
- width: 48%;
- height: 73px;
- background-size: 100% 100%;
- padding: 26px 56rpx;
- box-sizing: border-box;
- margin-top: 12px;
- font-size: 21px;
- color: #000000;
- }
- .view-zyylg li:last-child {
- width: 100%;
- }
|