Files
AGuestSaas/pages/card/index.wxss
2020-12-27 09:54:49 +08:00

148 lines
2.4 KiB
Plaintext

/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
*/
.card{
background: white;
}
.null-hint-nav{
background: #0b0041;
color: white;
width: 60vw;
margin: 60rpx 20vw;
line-height: 90rpx;
border-radius: 10rpx;
font-weight: bold;
font-size: 32rpx;
}
/* 名片工具 */
.card-tool{
display: flex;
padding: 0 15rpx;
}
.card-tool-item[size="mini"]{
margin: 0 15rpx;
flex: 1;
height: 90rpx;
line-height: 90rpx;
padding: 0;
font-size: 32rpx;
background: white;
color: #0b0041;
border-radius: 10rpx;
border:solid 1rpx #0b0041;
box-sizing: border-box;
}
.card-tool-item[size="mini"]:last-child{
background: #0b0041;
color: white;
border-radius: 10rpx;
}
/* 名片信息 */
.card-scrool-info{
position: relative;
height: 170rpx;
}
.card-scrool-code{
height: 116rpx;
width: 76rpx;
position: absolute;
top: 27rpx;
left: 0;
z-index: 9;
}
.card-scrool{
box-sizing: border-box;
white-space: nowrap;
}
.card-scrool-item{
padding: 15rpx 30rpx;
box-shadow: 0 0 2rpx 2rpx rgba(0, 0, 0, .05);
border-radius: 8rpx;
display: inline-block;
margin: 30rpx 20rpx 30rpx 0;
height: 110rpx;
box-sizing: border-box;
}
.card-scrool-item:last-child{
margin-right: 30rpx;
}
.card-scrool-item:first-child{
margin-left: 96rpx;
}
.card-scrool-title,
.card-scrool-text{
line-height: 40rpx;
}
.card-scrool-title{
font-size: 26rpx;
font-weight: bold;
}
.card-scrool-text{
color: gray;
font-size: 28rpx;
}
.card-scrool-title image{
width: 32rpx;
height: 32rpx;
vertical-align: middle;
margin-bottom: 4rpx;
margin-right: 8rpx;
}
/* 模块标题 */
.models-title{
font-weight: bold;
padding: 50rpx 30rpx 20rpx 30rpx;
}
.models:last-child{
padding-bottom: 30rpx;
}
/* 名片编辑 */
.card-ste{
width: 98rpx;
height: 98rpx;
background: white;
position: fixed;
bottom: 20vh;
right: 30rpx;
z-index: 9999;
box-shadow: 0 0 4rpx 4rpx rgba(0, 0, 0, .05);
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.card-ste-icon{
width: 42rpx;
height: 42rpx;
vertical-align: top;
}
.card-ste-text{
font-size: 20rpx;
color: #0b0041;
}