| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background-color: #FFFFFF;
- }
- .content {
- background-color: #FFFFFF;
- padding-bottom: 64rpx;
- }
- .content .header-title {
- margin-top: 45rpx;
- font-size: 36rpx;
- text-align: center;
- }
- .content .list-box {
- padding: 25rpx 25rpx;
- }
- .content .list-item {
- padding-bottom: 15rpx;
- }
- .content .list-item .list-title {
- font-size: 34rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .content .list-item .list-title image {
- width: 56rpx;
- height: 44rpx;
- margin-right: 15rpx;
- }
- .content .list-item .list-tpl {
- margin: 25rpx 0rpx;
- padding: 25rpx 25rpx;
- background-color: #FEF6F7;
- border: 4rpx solid #C53335;
- color: #222222;
- font-size: 28rpx;
- border-radius: 25rpx;
- }
- .content .list-item .list-tpl .title-1 {
- font-size: 32rpx;
- text-align: center;
- margin-bottom: 15rpx;
- }
- .content .list-item .list-tpl .paragraph {
- margin-top: 2rpx;
- text-indent: 52rpx;
- }
- .content video {
- width: 750rpx;
- }
- .content .box-1 {
- margin-top: 15rpx;
- text-align: center;
- font-size: 32rpx;
- }
- .content .title {
- margin-top: 55rpx;
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .content .title .title-1 {
- padding: 12rpx 15rpx;
- border: 4rpx solid #C53335;
- border-radius: 25rpx;
- }
- .content .number {
- margin-top: 35rpx;
- 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;
- width: 100%;
- }
- .content .number .number-1 {
- 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;
- width: 60rpx;
- height: 60rpx;
- border-radius: 60rpx;
- background-color: #C53335;
- }
- .content .number .number-1 image {
- width: 46rpx;
- height: 46rpx;
- }
- .content .remarks {
- width: 100%;
- padding: 25rpx 25rpx 0;
- font-size: 28rpx;
- line-height: 44rpx;
- }
- .content .name {
- margin-top: 35rpx;
- font-size: 32rpx;
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .content .name .name-1 {
- padding: 8rpx 35rpx;
- border-radius: 25rpx;
- background-color: #C53335;
- color: #FFFFFF;
- }
- .content .contact {
- width: 750rpx;
- height: 600rpx;
- }
- .content .contact image {
- width: 750rpx;
- height: 560rpx;
- }
- .content .boundary {
- 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;
- }
- .content .boundary .boundary-1 {
- width: 104rpx;
- border-top: 1rpx dashed #C53335;
- box-sizing: border-box;
- }
- .content .boundary .boundary-bg {
- width: 88rpx;
- height: 88rpx;
- margin: 0 12rpx;
- }
- .content .boundary .boundary-bg image {
- width: 88rpx;
- height: 88rpx;
- }
- .content .end {
- margin-top: 22rpx;
- 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;
- font-size: 30rpx;
- }
- .content .end .end-1 {
- line-height: 64rpx;
- }
- .content .footer {
- margin-top: 84rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 0 25rpx;
- }
- .content .footer .footer-left {
- width: 30rpx;
- height: 25rpx;
- background-color: #C53335;
- border-radius: 25rpx;
- }
- .content .footer .footer-main {
- width: 100%;
- border: 1rpx solid #C53335;
- }
- .content .footer .footer-right {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .content .footer .footer-right .footer-1 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- width: 44rpx;
- height: 44rpx;
- font-size: 32rpx;
- background-color: #C53335;
- color: #FFFFFF;
- border-radius: 50%;
- }
|