/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.container.data-v-1cf27b2a {
|
width: 100%;
|
height: 100vh;
|
overflow: scroll;
|
}
|
.container .content.data-v-1cf27b2a {
|
width: 100%;
|
height: 100vh;
|
background: #F6F6F6;
|
}
|
.container .content .card-box.data-v-1cf27b2a {
|
width: 100%;
|
height: auto;
|
box-sizing: border-box;
|
padding: 0 32rpx;
|
background: linear-gradient(to bottom, #5EA1FA, #D2F2FE);
|
}
|
.container .content .card-box .user-info.data-v-1cf27b2a {
|
width: 100%;
|
height: 100rpx;
|
display: flex;
|
align-items: center;
|
padding-left: 15rpx;
|
box-sizing: border-box;
|
margin-bottom: 14rpx;
|
display: flex;
|
position: relative;
|
}
|
.container .content .card-box .user-info .user-img.data-v-1cf27b2a {
|
width: 90rpx;
|
height: 90rpx;
|
margin-right: 20rpx;
|
}
|
.container .content .card-box .user-info text.data-v-1cf27b2a {
|
margin-right: 20rpx;
|
color: #fff;
|
}
|
.container .content .card-box .user-info .user-more.data-v-1cf27b2a {
|
width: 12rpx;
|
height: 28rpx;
|
}
|
.container .content .card-box .user-info .user-add-card.data-v-1cf27b2a {
|
display: flex;
|
align-items: center;
|
height: 40rpx;
|
font-size: 22rpx;
|
background: linear-gradient(to right, #B1D9FD, #65A7FD);
|
border-radius: 50rpx;
|
padding: 0 8rpx;
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
}
|
.container .content .card-box .user-info .user-add-card image.data-v-1cf27b2a {
|
width: 28rpx;
|
height: 28rpx;
|
margin-right: 10rpx;
|
}
|
.container .content .card-box .card.data-v-1cf27b2a {
|
width: 100%;
|
height: 290rpx;
|
position: relative;
|
}
|
.container .content .card-box .card .card-bg.data-v-1cf27b2a {
|
height: 290rpx;
|
width: 100%;
|
top: 0;
|
position: absolute;
|
z-index: 1;
|
}
|
.container .content .card-box .card .share-card.data-v-1cf27b2a {
|
position: absolute;
|
top: 16rpx;
|
left: 28rpx;
|
z-index: 100;
|
font-weight: 400;
|
font-size: 36rpx;
|
color: #FFFFFF;
|
}
|
.container .content .card-box .card .card-content.data-v-1cf27b2a {
|
width: 100%;
|
height: 100%;
|
box-sizing: border-box;
|
padding: 20rpx 15rpx;
|
display: flex;
|
justify-content: space-between;
|
font-weight: 300;
|
font-size: 30rpx;
|
color: #FFFFFF;
|
z-index: 100;
|
}
|
.container .content .card-box .card .card-content .card-left.data-v-1cf27b2a {
|
height: 100%;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
align-items: flex-start;
|
z-index: 100;
|
}
|
.container .content .card-box .card .card-content .card-left .left-top.data-v-1cf27b2a {
|
display: flex;
|
flex-direction: column;
|
}
|
.container .content .card-box .card .card-content .card-left .left-top view.data-v-1cf27b2a:first-child {
|
display: flex;
|
align-items: center;
|
}
|
.container .content .card-box .card .card-content .card-left .left-top view:first-child image.data-v-1cf27b2a {
|
width: 48rpx;
|
height: 48rpx;
|
}
|
.container .content .card-box .card .card-content .card-left .left-top view:first-child text.data-v-1cf27b2a {
|
font-weight: 400;
|
font-size: 36rpx;
|
color: #FFFFFF;
|
}
|
.container .content .card-box .card .card-content .card-left .left-top view:first-child .lossed.data-v-1cf27b2a {
|
color: #fff;
|
}
|
.container .content .card-box .card .card-content .card-left .left-top view.data-v-1cf27b2a:last-child {
|
margin-left: 10rpx;
|
font-size: 26rpx;
|
font-weight: 500;
|
}
|
.container .content .card-box .card .card-content .card-right.data-v-1cf27b2a {
|
display: flex;
|
justify-content: space-between;
|
align-items: flex-end;
|
flex-direction: column;
|
height: 100%;
|
z-index: 100;
|
}
|
.container .content .card-box .card .card-content .card-right .card-right-top.data-v-1cf27b2a {
|
align-items: flex-end;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
font-size: 34rpx;
|
}
|
.container .content .card-box .card .card-content .card-right .card-right-top text.data-v-1cf27b2a:last-child {
|
font-weight: 500;
|
}
|
.container .content .card-box .card .card-content .card-right .card-right-bottom.data-v-1cf27b2a {
|
width: 137rpx;
|
height: 56rpx;
|
background: linear-gradient(to right, #65A7FD, #B1D9FD);
|
border-radius: 50rpx;
|
text-align: center;
|
line-height: 56rpx;
|
color: #212DDE;
|
font-weight: 400;
|
}
|
.container .content .function-box1.data-v-1cf27b2a {
|
width: 100%;
|
box-sizing: border-box;
|
height: 215rpx;
|
padding: 20rpx 32rpx 15rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.container .content .function-box1 .box1-bg.data-v-1cf27b2a {
|
width: 212rpx;
|
height: 180rpx;
|
border-radius: 24rpx;
|
background: #fff;
|
box-shadow: 0 0 12rpx 2rpx rgba(13, 118, 255, 0.16);
|
}
|
.container .content .function-box1 .box1-one.data-v-1cf27b2a {
|
font-weight: 300;
|
font-size: 32rpx;
|
color: #000000;
|
text-align: center;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.container .content .function-box1 .box1-one image.data-v-1cf27b2a {
|
width: 86rpx;
|
height: 78rpx;
|
margin-bottom: 20rpx;
|
}
|
.container .content .function-box1 .box1-two.data-v-1cf27b2a {
|
font-weight: 300;
|
font-size: 32rpx;
|
color: #000000;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: space-evenly;
|
}
|
.container .content .function-box1 .box1-two image.data-v-1cf27b2a {
|
width: 96rpx;
|
height: 96rpx;
|
}
|
.container .content .function-box1 .box1-three.data-v-1cf27b2a {
|
font-weight: 300;
|
font-size: 32rpx;
|
color: #000000;
|
text-align: center;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.container .content .function-box1 .box1-three image.data-v-1cf27b2a {
|
width: 83rpx;
|
height: 83rpx;
|
margin-bottom: 20rpx;
|
}
|
.container .content .function-box2.data-v-1cf27b2a {
|
width: 100%;
|
box-sizing: border-box;
|
height: 429rpx;
|
padding: 0 32rpx 15rpx;
|
}
|
.container .content .function-box2 .box2-title.data-v-1cf27b2a {
|
width: 100%;
|
font-weight: 300;
|
font-size: 32rpx;
|
color: #000000;
|
text-align: left;
|
margin-bottom: 10rpx;
|
margin-left: 30rpx;
|
}
|
.container .content .function-box2 .box2-content.data-v-1cf27b2a {
|
box-sizing: border-box;
|
padding: 22rpx 35rpx;
|
width: 686rpx;
|
height: 360rpx;
|
background: #fff;
|
border-radius: 24rpx;
|
box-shadow: 0 0 12rpx 2rpx rgba(0, 0, 0, 0.1);
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.container .content .function-box2 .box2-content .box2-item.data-v-1cf27b2a {
|
width: 146rpx;
|
height: 143rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.container .content .function-box2 .box2-content .box2-item .box2-item-img.data-v-1cf27b2a {
|
width: 90rpx;
|
height: 90rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 50%;
|
}
|
.container .content .function-box2 .box2-content .box2-item .box2-item-img image.data-v-1cf27b2a {
|
width: 48rpx;
|
height: 48rpx;
|
}
|
.container .content .function-box2 .box2-content .box2-item .box2-item-text.data-v-1cf27b2a {
|
width: 100%;
|
height: 40rpx;
|
font-weight: 300;
|
font-size: 28rpx;
|
color: #000000;
|
text-align: center;
|
}
|
.container .content .advertisement-box.data-v-1cf27b2a {
|
width: 100%;
|
height: 188rpx;
|
padding: 0 32rpx 10rpx;
|
box-sizing: border-box;
|
}
|
.container .content .advertisement-box image.data-v-1cf27b2a {
|
width: 100%;
|
height: 178rpx;
|
}
|
.container .content .service-box.data-v-1cf27b2a {
|
width: 100%;
|
height: 255rpx;
|
padding: 0 32rpx;
|
box-sizing: border-box;
|
}
|
.container .content .service-box .service-title.data-v-1cf27b2a {
|
height: 44rpx;
|
font-weight: 300;
|
font-size: 32rpx;
|
color: #000000;
|
text-align: left;
|
margin-bottom: 5rpx;
|
margin-left: 30rpx;
|
}
|
.container .content .service-box .service-content.data-v-1cf27b2a {
|
width: 100%;
|
height: 206rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.container .content .service-box .service-content .service-bg.data-v-1cf27b2a {
|
width: 330rpx;
|
height: 206rpx;
|
background: linear-gradient(to bottom, #AFD5FF, #FFFFFF);
|
border-radius: 24rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
align-items: flex-start;
|
}
|
.container .content .service-box .service-content .service-bg view.data-v-1cf27b2a:first-child {
|
display: flex;
|
align-items: center;
|
margin-left: 40rpx;
|
}
|
.container .content .service-box .service-content .service-bg view:first-child image.data-v-1cf27b2a {
|
width: 48rpx;
|
height: 48rpx;
|
margin-right: 10rpx;
|
}
|
.container .content .service-box .service-content .service-bg view:first-child text.data-v-1cf27b2a {
|
font-weight: 300;
|
font-size: 28rpx;
|
color: #000000;
|
}
|
.container .content .service-box .service-content .service-bg .service-info.data-v-1cf27b2a {
|
width: 214rpx;
|
font-weight: 300;
|
font-size: 24rpx;
|
color: #4D4B4B;
|
margin-left: 96rpx;
|
}
|
.container .content .service-box .service-content .service-bg view.data-v-1cf27b2a:last-child {
|
margin-left: 174rpx;
|
margin-top: 18rpx;
|
display: flex;
|
align-items: center;
|
}
|
.container .content .service-box .service-content .service-bg view:last-child image.data-v-1cf27b2a {
|
width: 32rpx;
|
height: 32rpx;
|
}
|
.container .content .service-box .service-content .service-bg view:last-child text.data-v-1cf27b2a {
|
font-weight: 300;
|
font-size: 24rpx;
|
color: #4D4B4B;
|
margin-right: 10rpx;
|
}
|
.container .popup-content.data-v-1cf27b2a {
|
height: 560rpx;
|
position: relative;
|
z-index: 1000;
|
}
|
.container .popup-content .popup-title.data-v-1cf27b2a {
|
width: 100%;
|
display: block;
|
text-align: center;
|
margin: 15rpx 0;
|
font-weight: 600;
|
font-size: 36rpx;
|
}
|
.container .popup-content .hr.data-v-1cf27b2a {
|
width: 100%;
|
height: 2rpx;
|
background: #e2e2e2;
|
}
|
.container .popup-content .img-box.data-v-1cf27b2a {
|
width: 65rpx;
|
height: 65rpx;
|
margin: 40rpx auto 30rpx;
|
border: 1rpx solid #e2e2e2;
|
border-radius: 50%;
|
padding: 15rpx;
|
}
|
.container .popup-content .img-box .img.data-v-1cf27b2a {
|
width: 100%;
|
height: 100%;
|
}
|
.container .popup-content .info-box.data-v-1cf27b2a {
|
width: 100%;
|
padding: 0 80rpx;
|
box-sizing: border-box;
|
}
|
.container .popup-content .info-box .hr2.data-v-1cf27b2a {
|
width: 100%;
|
height: 2rpx;
|
background: #e2e2e2;
|
margin: 20rpx 0;
|
}
|
.container .popup-content .info-box .info-text2.data-v-1cf27b2a {
|
font-size: 26rpx;
|
color: #767676;
|
}
|
.container .popup-content .button-box.data-v-1cf27b2a {
|
display: flex;
|
margin-top: 20rpx;
|
}
|
.container .popup-content .button-box button.data-v-1cf27b2a {
|
width: 230rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
border: none;
|
box-shadow: none;
|
margin-top: 30rpx;
|
}
|
.container .popup-content .button-box button.data-v-1cf27b2a::after {
|
border: none !important;
|
}
|
.container .popup-content .button-box .button1.data-v-1cf27b2a {
|
background-color: #F0F0F0;
|
color: #333333;
|
}
|
.container .popup-content .button-box .button2.data-v-1cf27b2a {
|
background-color: #06BF5E;
|
color: #ffffff;
|
}
|