@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content { padding-left: 30rpx; padding-bottom: 48rpx; } .logo { margin-top: 67rpx; padding-right: 28rpx; display: flex; justify-content: space-between; align-items: center; } .logo .img { width: 398rpx; height: 119rpx; } .logo .img image { width: 398rpx; height: 119rpx; } .logo .avatar { width: 80rpx; height: 80rpx; border-radius: 50%; } .title { color: #2A3A72; font-size: 36rpx; font-weight: 600; margin-bottom: 45rpx; } .clients .title, .information .title, .case .title { display: flex; justify-content: space-between; align-items: center; padding-right: 30rpx; } .clients .title .more, .information .title .more, .case .title .more { width: 78rpx; height: 40rpx; } .clients .title { margin-bottom: 14rpx; } .navigation { margin-top: 92rpx; padding-right: 30rpx; } .navigation .function { display: flex; justify-content: space-between; } .navigation .function > view { width: 216rpx; height: 162rpx; border-radius: 40rpx; box-shadow: 0 0 30rpx 4rpx #7a98c61a; box-sizing: border-box; padding: 14rpx 22rpx 0; } .navigation .function > view .text { color: #2A3A72; font-size: 30rpx; font-weight: 500; } .navigation .function .iconbox { height: 82rpx; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10rpx; } .navigation .function .iconbox .icon1 { width: 82rpx; height: 82rpx; border-radius: 50%; } .navigation .function .iconbox .icon-Vector-2 { color: #7781a4; } .clients { margin-top: 114rpx; } .clients .companies { display: flex; } .clients .companies .scroll-view_H { white-space: nowrap; width: 100%; } .clients .companies .company { border-radius: 40rpx; box-shadow: 0 4rpx 32rpx 4rpx #b2c6e340; padding: 22rpx 20rpx; display: inline-block; margin: 30rpx; margin-left: 0; } .clients .companies .company > image { width: 459rpx; height: 387rpx; border-radius: 30rpx; } .clients .companies .introduce { display: flex; align-items: center; margin-top: 25rpx; } .clients .companies .introduce image { width: 68rpx; height: 68rpx; border-radius: 50%; } .clients .companies .introduce .company-name { font-size: 30rpx; font-weight: 500; color: #2A3A72; margin-left: 14rpx; } .information { margin-top: 86rpx; padding-right: 30rpx; } .information .title { padding-right: 0; } .information .news { border-radius: 40rpx; overflow: hidden; display: flex; margin-top: 37rpx; } .information .news:first-child { margin-top: 0; } .information .news image { width: 345rpx; height: 216rpx; } .information .news .news-box { flex: 1; background-color: #F6FAFB; padding: 50rpx 40rpx 27rpx 27rpx; } .information .news .news-box .news-title { font-size: 30rpx; font-weight: 500; color: #333333; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .information .news .icon-arrow-up-1--arrow-up-keyboard { text-align: right; color: #3887FD; margin-top: 20rpx; } .case { margin-top: 142rpx; } .case .screen { white-space: nowrap; width: 100%; margin-bottom: 39rpx; } .case .item { display: inline-block; border-radius: 50rpx; padding: 15rpx 35rpx; color: #2A3A72; font-size: 22rpx; } .case .item image { width: 32rpx; height: 32rpx; } .case .item.active { background-color: #7F89AC; color: #fff; } .case .product { display: flex; flex-wrap: wrap; padding-right: 30rpx; } .case .product .product-item { width: 332rpx; margin-right: 26rpx; margin-bottom: 45rpx; } .case .product .product-item:nth-child(2n) { margin-top: 48rpx; margin-right: 0; margin-bottom: 0; } .case .product .product-item image { width: 332rpx; height: 280rpx; border-radius: 40rpx; margin-bottom: 12rpx; } .case .product .product-item view { display: flex; align-items: center; } .case .product .product-item text:first-child { font-size: 20rpx; font-weight: 500; padding: 5rpx; } .case .product .product-item text:last-child { margin-left: 11rpx; font-size: 30rpx; font-weight: 500; color: #333; } .case .product .product-item .bg-blue { color: #3887FD; background-color: #EEF1FF; } .case .product .product-item .bg-green { color: #6FCC26; background-color: #EEFEE7; }