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.

338 lines
7.1 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.my {
width: 100%;
height: 100%;
position: absolute;
background-color: #f2f2f2;
}
.my .tops {
width: 100%;
height: 13%;
background-color: #fff;
}
.my .my-header {
width: 100%;
height: 290rpx;
background-color: #fff;
}
.my .my-header .icon-title {
width: 100%;
height: 180rpx;
display: flex;
justify-content: center;
align-items: center;
}
.my .my-header .icon-title .icon-title-lefts {
width: 40%;
height: 120rpx;
margin-top: 40rpx;
display: flex;
line-height: 120rpx;
margin-left: 30rpx;
}
.my .my-header .icon-title .icon-title-lefts .left-imgs {
width: 120rpx;
height: 120rpx;
border-radius: 50%;
}
.my .my-header .icon-title .icon-title-lefts .left-txt {
display: inline-block;
font-size: 24rpx;
margin-left: 20rpx;
}
.my .my-header .icon-title .icon-title-rights {
height: 150rpx;
margin-top: 40rpx;
margin-left: 10rpx;
display: flex;
justify-content: center;
}
.my .my-header .icon-title .icon-title-rights .flex-1 {
width: 120rpx;
height: 120rpx;
margin-left: 10rpx;
}
.my .my-header .icon-title .icon-title-rights .flex-1 .a {
width: 100%;
height: 60rpx;
text-align: center;
line-height: 80rpx;
}
.my .my-header .icon-title .icon-title-rights .flex-2 {
width: 120rpx;
height: 120rpx;
margin-left: 10rpx;
border-left: 1rpx solid black;
border-right: 1rpx solid black;
}
.my .my-header .icon-title .icon-title-rights .flex-2 .a {
width: 100%;
height: 60rpx;
text-align: center;
line-height: 80rpx;
}
.my .my-header .wxname {
width: 100%;
height: 100rpx;
font-size: 26rpx;
}
.my .my-header .wxname .topBtn {
height: 40rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
box-sizing: border-box;
padding-left: 55rpx;
}
.my .my-header .wxname .topBtns {
width: 150rpx;
height: 40rpx;
background-color: #169bd5;
border-radius: 10rpx 10rpx 10rpx 10rpx;
line-height: 40rpx;
text-align: center;
margin-left: 30rpx;
color: white;
}
.my .my-vip {
position: relative;
margin-top: -10rpx;
width: 90%;
margin-left: 50%;
transform: translateX(-50%);
height: 300rpx;
background-color: #d1d2d6;
border: 1rpx solid #ccc;
display: flex;
justify-content: space-between;
overflow: hidden;
}
.my .my-vip .vip-left {
position: relative;
width: 50%;
height: 300rpx;
}
.my .my-vip .vip-left .vip-left-txt {
position: absolute;
bottom: 30rpx;
left: 20rpx;
font-size: 26rpx;
color: white;
}
.my .my-vip .vip-right {
position: relative;
width: 50%;
height: 300rpx;
}
.my .my-vip .vip-right .vip-right-box {
height: 50%;
position: absolute;
right: 10rpx;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.my .my-vip .vip-right .vip-right-box .vip-right-txt {
margin-top: 25rpx;
width: 160rpx;
height: 55rpx;
line-height: 55rpx;
background-color: #ccc;
font-size: 28rpx;
text-align: center;
color: white;
}
.my .my-vip .vip-right .vip-right-box .vip-right-txt2 {
font-size: 32rpx;
color: #fff;
}
.my .my-vip .vip-right .vip-right-vip {
position: absolute;
font-size: 80rpx;
bottom: 10rpx;
right: 30rpx;
color: #fff;
}
.my .my-vip .vip-right .vip-right-card {
position: absolute;
font-size: 15rpx;
bottom: 30rpx;
right: 30rpx;
color: #f2f2f2;
}
.my .my-vip .line1 {
position: absolute;
height: 300rpx;
border-left: 1rpx solid #e9e9e9;
box-shadow: 2rpx 1rpx 2rpx 0rpx #e9e9e9;
transform: rotateZ(30deg);
left: 180rpx;
top: -50rpx;
}
.my .my-vip .line2 {
position: absolute;
height: 500rpx;
border-left: 5rpx solid #b8b8c0;
transform: rotateZ(30deg);
left: 221rpx;
top: -53rpx;
box-shadow: 0rpx 1rpx 2rpx 0rpx rgba(0, 0, 0, 0.1);
}
.my .my-vip .line3 {
position: absolute;
height: 200rpx;
border-left: 1rpx solid #b8b8c0;
box-shadow: 2rpx 1rpx 2rpx 0rpx rgba(0, 0, 0, 0.1);
transform: rotateZ(330deg);
left: 55rpx;
top: 45rpx;
}
.my .my-vip .line4 {
position: absolute;
height: 110rpx;
transform: rotateZ(330deg);
left: 8rpx;
bottom: -10rpx;
border-left: 1rpx solid #d4d4d4;
box-shadow: 2rpx 1rpx 2rpx 0rpx rgba(255, 255, 255, 0.5);
}
.my .neirong {
width: 98%;
margin-top: 25rpx;
background-color: #fff;
margin-left: 50%;
transform: translateX(-50%);
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.my .neirong .flex-car {
width: 25%;
margin-top: 20rpx;
}
.my .neirong .flex-car .flex-car-img {
width: 90rpx;
height: 90rpx;
margin-left: 50%;
transform: translateX(-50%);
border-radius: 50%;
}
.my .neirong .flex-car .car-text {
display: block;
font-size: 25rpx;
width: 100%;
text-align: center;
}
.my .my-shop {
width: 93%;
height: 300rpx;
margin-top: 60rpx;
background-color: #fff;
margin-left: 50%;
transform: translateX(-50%);
text-align: center;
line-height: 300rpx;
font-size: 26rpx;
border: 1rpx solid #ccc;
}
.gets {
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.3);
}
.gets .bgn {
width: 600rpx;
background-color: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.gets .bgn .title {
width: 100%;
height: 100rpx;
text-align: center;
line-height: 100rpx;
font-size: 28rpx;
}
.gets .bgn .bgnImg {
width: 120rpx;
height: 120rpx;
margin-top: 30rpx;
background-color: #cfcfcf;
position: relative;
margin-left: 50%;
transform: translateX(-50%);
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.gets .bgn .inputs {
width: 100%;
height: 80rpx;
display: flex;
justify-content: center;
align-items: center;
border-top: 1rpx solid #ccc;
font-size: 26rpx;
margin-top: 80rpx;
}
.gets .bgn .inputs .input {
width: 500rpx;
height: 30rpx;
text-align: center;
line-height: 30rpx;
}
.gets .bgn .getImgs {
width: 100%;
height: 80rpx;
font-size: 26rpx;
text-align: center;
line-height: 80rpx;
color: #999999;
background: none;
border: none;
border-bottom: 1rpx solid #ccc;
}
.gets .bgn .btnView {
width: 100%;
height: 80rpx;
margin-top: 50rpx;
display: flex;
line-height: 80rpx;
font-size: 28rpx;
}
.gets .bgn .btnView .left-btnView {
width: 50%;
height: 80rpx;
text-align: center;
}
.gets .bgn .btnView .left-btnViews {
width: 50%;
height: 80rpx;
text-align: center;
background-color: #169bd5;
color: white;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}