You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

461 lines
10 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.networkDetail {
width: 100%;
height: 100%;
position: absolute;
background-color: #eeeeee;
}
.networkDetail .ding {
width: 100%;
height: 11%;
}
.networkDetail .uni-margin-wrap {
position: relative;
width: 100%;
1 year ago
height: 400rpx;
}
.networkDetail .uni-margin-wrap .swiper {
width: 100%;
height: 100%;
}
.networkDetail .uni-margin-wrap .swiper .swiper-item {
width: 100%;
height: 100%;
}
.networkDetail .uni-margin-wrap .swiper .swiper-item .img {
width: 100%;
height: 100%;
}
.networkDetail .boxs {
width: 690rpx;
height: 410rpx;
background: #FFFFFF;
border-radius: 20rpx;
position: relative;
margin-top: -60rpx;
margin-left: 50%;
transform: translateX(-50%);
}
.networkDetail .boxs .mapWindow {
width: 100%;
height: 266rpx;
position: relative;
bottom: 0rpx;
border-radius: 20rpx;
display: flex;
justify-content: space-between;
background-color: #feffff;
z-index: 999;
}
1 year ago
.networkDetail .boxs .mapWindow .txtRight {
position: absolute;
top: 30rpx;
right: 30rpx;
color: #999999;
font-size: 20rpx;
}
.networkDetail .boxs .mapWindow .l {
width: 600rpx;
height: 202rpx;
1 year ago
position: relative;
}
.networkDetail .boxs .mapWindow .l .title {
width: 100%;
height: 48rpx;
line-height: 48rpx;
display: flex;
margin-top: 30rpx;
}
.networkDetail .boxs .mapWindow .l .title .t {
display: block;
font-size: 34rpx;
font-weight: 600;
margin-left: 42rpx;
}
.networkDetail .boxs .mapWindow .l .title .r {
display: block;
width: 108rpx;
height: 36rpx;
background: linear-gradient(135deg, #FEB44C 0%, #FF8833 100%);
font-size: 22rpx;
text-align: center;
line-height: 36rpx;
color: white;
margin-left: 38rpx;
border-radius: 8rpx 8rpx 8rpx 8rpx;
}
.networkDetail .boxs .mapWindow .l .c {
width: 100%;
font-size: 24rpx;
line-height: 24rpx;
height: 34rpx;
box-sizing: border-box;
padding-left: 42rpx;
margin-top: 20rpx;
1 year ago
display: flex;
align-items: center;
}
.networkDetail .boxs .mapWindow .l .c .c-img {
display: block;
width: 24rpx;
height: 30rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation {
width: 100%;
height: 38rpx;
display: flex;
align-items: center;
margin-top: 15rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation .left-d {
height: 38rpx;
display: flex;
align-items: center;
margin-left: 42rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation .left-d .i {
width: 24rpx;
height: 24rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation .left-d .colors {
font-size: 24rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation .left-x {
height: 38rpx;
display: flex;
align-items: center;
margin-left: 5rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation .left-x .i {
width: 24rpx;
height: 24rpx;
}
.networkDetail .boxs .mapWindow .l .datas-navigation .left-x .colors {
font-size: 24rpx;
}
.networkDetail .boxs .mapWindow .l .datas-state {
width: 100%;
height: 90rpx;
position: relative;
display: flex;
align-items: center;
color: white;
}
.networkDetail .boxs .mapWindow .l .datas-state .sum {
width: 138rpx;
height: 36rpx;
color: #4993FF;
font-size: 22rpx;
border: 1rpx solid #4993FF;
text-align: center;
line-height: 36rpx;
margin-left: 42rpx;
border-radius: 7rpx 7rpx 7rpx 7rpx;
}
.networkDetail .boxs .mapWindow .l .datas-state .surplus {
width: 138rpx;
height: 36rpx;
color: #42BE45;
border: 1rpx solid #42BE45;
font-size: 22rpx;
text-align: center;
line-height: 36rpx;
margin-left: 20rpx;
border-radius: 7rpx 7rpx 7rpx 7rpx;
}
.networkDetail .boxs .mapWindow .right-m {
width: 30%;
height: 266rpx;
position: relative;
}
.networkDetail .boxs .mapWindow .right-m .box {
position: absolute;
top: 50%;
right: 56rpx;
transform: translateY(-50%);
}
.networkDetail .boxs .mapWindow .right-m .box .ic {
width: 76rpx;
height: 76rpx;
}
.networkDetail .boxs .mapWindow .right-m .box .txt {
width: 76rpx;
font-size: 24rpx;
text-align: center;
color: #3377FF;
}
.networkDetail .boxs .nav-title {
position: relative;
width: 630rpx;
height: 100rpx;
background: rgba(71, 144, 255, 0.12);
border-radius: 20rpx;
margin-left: 50%;
margin-top: 10rpx;
transform: translateX(-50%);
border-radius: 30rpx 30rpx 30rpx 30rpx;
display: flex;
align-items: center;
font-size: 28rpx;
}
.networkDetail .boxs .nav-title .nav-img-left {
1 year ago
width: 50rpx;
height: 50rpx;
border-radius: 50%;
margin-left: 32rpx;
}
.networkDetail .boxs .nav-title .t {
display: block;
margin-left: 24rpx;
color: #4D97FF;
1 year ago
font-weight: 600;
font-size: 30rpx;
}
.networkDetail .boxs .nav-title .nav-btn {
width: 112rpx;
height: 48rpx;
background: linear-gradient(135deg, #4D97FF 0%, #3377FF 100%), #D8D8D8;
border-radius: 8rpx;
line-height: 48rpx;
color: white;
text-align: center;
1 year ago
margin-left: 189rpx;
}
.networkDetail .state {
width: 100%;
position: relative;
background-color: #fff;
margin-top: 20rpx;
}
.networkDetail .state .title {
width: 100%;
height: 100rpx;
position: relative;
display: flex;
align-items: center;
}
.networkDetail .state .title .lines {
width: 10rpx;
height: 24rpx;
background-color: #4993FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin-left: 30rpx;
}
.networkDetail .state .title .txt {
display: block;
margin-left: 20rpx;
line-height: 100rpx;
font-size: 36rpx;
font-weight: 500;
}
.networkDetail .state .machine {
width: 100%;
background-color: #fff;
font-size: 26rpx;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.networkDetail .state .machine .machine-flex {
1 year ago
width: 304rpx;
height: 124rpx;
1 year ago
border: 1rpx solid #eee;
margin-left: 42rpx;
margin-top: 30rpx;
1 year ago
border-radius: 16rpx 16rpx 16rpx 16rpx;
position: relative;
display: flex;
align-items: center;
}
.networkDetail .state .machine .machine-flex .i {
width: 76rpx;
height: 76rpx;
1 year ago
background: #D8D8D8;
border-radius: 50%;
margin-left: 16rpx;
1 year ago
}
.networkDetail .state .machine .machine-flex .t {
width: 210rpx;
1 year ago
height: 74rpx;
box-sizing: border-box;
padding-left: 16rpx;
padding-right: 12rpx;
}
.networkDetail .state .machine .machine-flex .t .t-left {
width: 210rpx;
display: block;
1 year ago
font-size: 26rpx;
}
.networkDetail .state .machine .machine-flex .t .t-right {
width: 210rpx;
margin-top: 10rpx;
display: block;
1 year ago
font-size: 22rpx;
color: #999999;
}
.networkDetail .state .machine .machine-flex .flex-box {
1 year ago
position: absolute;
top: 0rpx;
right: 0rpx;
width: 114rpx;
height: 40rpx;
background: linear-gradient(90deg, #F0CB3E 0%, #F1A202 100%);
border-radius: 0rpx 16rpx 0rpx 16rpx;
font-size: 22rpx;
color: white;
text-align: center;
1 year ago
line-height: 40rpx;
}
.networkDetail .state .machine .machine-flex .iSshow1 {
background: linear-gradient(90deg, #77E07B 0%, #42BE45 100%);
}
.networkDetail .state .machine .machine-flex .iSshow2 {
background: linear-gradient(90deg, #FC7575 0%, #F02121 100%);
}
.networkDetail .state .machine .ding {
width: 100%;
height: 300rpx;
}
.networkDetail .netBottom {
width: 100%;
height: 120rpx;
position: fixed;
bottom: 0rpx;
display: flex;
1 year ago
justify-content: space-between;
align-items: center;
background-color: white;
}
.networkDetail .netBottom .netBottom-left {
width: 100rpx;
font-size: 22rpx;
margin-left: 48rpx;
}
1 year ago
.networkDetail .netBottom .netBottom-left .left-img {
display: block;
width: 38rpx;
height: 40rpx;
margin-left: 20rpx;
}
.networkDetail .netBottom .netBottom-right {
width: 504rpx;
height: 84rpx;
margin-right: 30rpx;
text-align: center;
line-height: 84rpx;
display: flex;
color: white;
}
1 year ago
.networkDetail .netBottom .netBottom-right .left {
width: 50%;
height: 84rpx;
border-radius: 40rpx 0rpx 0rpx 40rpx;
background: linear-gradient(135deg, #FEBA33 0%, #FF9933 100%);
}
1 year ago
.networkDetail .netBottom .netBottom-right .right {
width: 50%;
height: 84rpx;
border-radius: 0rpx 40rpx 40rpx 0rpx;
background: linear-gradient(276deg, #1C9FF7 0%, #1275F7 100%);
}
1 year ago
.hujiao {
width: 100%;
height: 100%;
position: fixed;
top: 0rpx;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99;
}
1 year ago
.hujiao .windows-hujiao {
width: 630rpx;
height: 614rpx;
background: #FFFFFF;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.hujiao .windows-hujiao .i {
width: 320rpx;
height: 258rpx;
margin-top: 40rpx;
transform: translateX(-50%);
margin-left: 50%;
}
.hujiao .windows-hujiao .ke {
width: 100%;
text-align: center;
height: 36rpx;
font-size: 26rpx;
color: #1276F7;
line-height: 36rpx;
margin-top: 24rpx;
}
1 year ago
.hujiao .windows-hujiao .ke1 {
width: 100%;
text-align: center;
height: 66rpx;
font-weight: 600;
font-size: 48rpx;
color: #222222;
line-height: 66rpx;
margin-top: 16rpx;
}
1 year ago
.hujiao .windows-hujiao .ke3 {
width: 90%;
height: 68rpx;
transform: translateX(-50%);
margin-left: 50%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 24rpx;
}
.hujiao .windows-hujiao .ke3 .lefts {
width: 266rpx;
height: 68rpx;
font-size: 26rpx;
background-color: #ffffff;
border: 1rpx solid #eee;
}
.hujiao .windows-hujiao .ke3 .rights {
width: 266rpx;
height: 68rpx;
font-size: 26rpx;
background: linear-gradient(270deg, #25A5FF 0%, #0177FF 100%);
color: white;
}
.hujiao .windows-hujiao .ke4 {
width: 100%;
1 year ago
height: 32rpx;
font-size: 22rpx;
color: #666666;
line-height: 32rpx;
text-align: center;
margin-top: 20rpx;
}