You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
265 lines
5.8 KiB
265 lines
5.8 KiB
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.bgmabx { |
|
position: fixed; |
|
left: 0; |
|
top: 0; |
|
background-color: #00000050; |
|
width: 100vw; |
|
height: 100vh; |
|
z-index: 9999999999999; |
|
} |
|
.bgmabx .changkus { |
|
width: 100vw; |
|
box-sizing: border-box; |
|
background-color: #FFFFFF; |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
border-radius: 0.9375rem 0.9375rem 0 0; |
|
box-sizing: border-box; |
|
} |
|
.bgmabx .changkus .tis { |
|
position: relative; |
|
display: flex; |
|
align-items: center; |
|
flex-direction: column; |
|
} |
|
.bgmabx .changkus .bgimgs { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
width: 100vw; |
|
height: 100%; |
|
} |
|
.bgmabx .changkus .ckbgcc { |
|
position: absolute; |
|
top: -4.6875rem; |
|
right: 0.625rem; |
|
width: 8.125rem; |
|
height: 8.125rem; |
|
} |
|
.bgmabx .changkus .titlck { |
|
width: 20.3125rem; |
|
font-size: 1.0625rem; |
|
font-weight: 500; |
|
color: #020B18; |
|
padding-top: 0.9375rem; |
|
} |
|
.bgmabx .changkus .scvuew { |
|
width: 18rem; |
|
height: 14.6875rem; |
|
margin-top: 1.25rem; |
|
margin-bottom: 0.625rem; |
|
} |
|
.bgmabx .changkus .scvuew .maboxs { |
|
display: flex; |
|
flex-wrap: wrap; |
|
align-items: center; |
|
} |
|
.bgmabx .changkus .scvuew .maboxs .xzck { |
|
background-color: #faf2e9 !important; |
|
border-color: #D3832A !important; |
|
color: #D3832A !important; |
|
} |
|
.bgmabx .changkus .scvuew .maboxs .items { |
|
width: 8.5rem; |
|
height: 2.25rem; |
|
background-color: #FFFFFF; |
|
border-radius: 0.25rem 0.25rem 0.25rem 0.25rem; |
|
opacity: 1; |
|
border: 0.0625rem solid #EEEEEE; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 1rem; |
|
font-weight: 400; |
|
color: #90A0AF; |
|
margin-bottom: 0.625rem; |
|
} |
|
.bgmabx .changkus .scvuew .maboxs .items:nth-child(odd) { |
|
margin-right: 0.625rem; |
|
} |
|
.bgmabx .changkus .submitcheck { |
|
width: 21.4375rem; |
|
height: 3.125rem; |
|
background: #D3832A; |
|
border-radius: 0.5rem; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 1rem; |
|
font-weight: 400; |
|
color: #FFFFFF; |
|
margin-bottom: 0.9375rem; |
|
position: relative; |
|
} |
|
.titles { |
|
position: absolute; |
|
left: 50%; |
|
top: 2.1875rem; |
|
transform: translate(-50%); |
|
font-size: 1.125rem; |
|
font-weight: 400; |
|
color: #FFFFFF; |
|
z-index: 5; |
|
} |
|
.butout { |
|
width: 12.5rem; |
|
height: 2.75rem; |
|
background: #edd9c3; |
|
border-radius: 0.25rem 0.25rem 0.25rem 0.25rem; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 1rem; |
|
font-weight: 500; |
|
color: #D3832A; |
|
margin: auto; |
|
margin-top: 1.875rem; |
|
box-sizing: border-box; |
|
} |
|
.zhanwei { |
|
width: 100%; |
|
height: 2.5rem; |
|
} |
|
.btsview { |
|
position: relative; |
|
display: flex; |
|
flex-direction: column; |
|
width: 100%; |
|
padding: 0.8125rem; |
|
box-sizing: border-box; |
|
border-radius: 0.9375rem 0.9375rem 0 0; |
|
margin-top: 1.5625rem; |
|
background-color: #ffffff; |
|
padding-bottom: 0; |
|
} |
|
.btsview > uni-view { |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
padding: 1.25rem; |
|
box-sizing: border-box; |
|
border-bottom: 0.0625rem solid #EEEEEE; |
|
padding-right: 0; |
|
padding-left: 0.625rem; |
|
} |
|
.btsview > uni-view:nth-last-child(1) { |
|
border-bottom: none; |
|
} |
|
.btsview > uni-view > uni-view:nth-of-type(1) { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.btsview > uni-view > uni-view:nth-of-type(1) > uni-image { |
|
width: 1.25rem; |
|
height: 1.25rem; |
|
margin-right: 0.625rem; |
|
} |
|
.btsview > uni-view > uni-view:nth-of-type(1) > uni-view { |
|
font-size: 1rem; |
|
font-weight: 500; |
|
color: #3D3D3D; |
|
} |
|
.btsview > uni-view > uni-view:nth-of-type(2) > uni-image { |
|
width: 1rem; |
|
height: 1rem; |
|
} |
|
.userviews { |
|
display: flex; |
|
align-items: center; |
|
position: relative; |
|
width: 17.5rem; |
|
margin: auto; |
|
margin-top: 6.25rem; |
|
} |
|
.userviews > uni-image { |
|
width: 5rem; |
|
height: 5rem; |
|
box-sizing: border-box; |
|
margin-right: 0.75rem; |
|
} |
|
.userviews > uni-view { |
|
width: 12.5rem; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-start; |
|
color: #ffffff; |
|
} |
|
.userviews > uni-view > uni-view { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-start; |
|
} |
|
.userviews > uni-view > uni-view:nth-of-type(1) { |
|
font-size: 1.25rem; |
|
font-weight: 700; |
|
margin-bottom: 0.9375rem; |
|
} |
|
.userviews > uni-view > uni-view > uni-view { |
|
display: flex; |
|
align-items: center; |
|
} |
|
.userviews > uni-view > uni-view > uni-view:nth-of-type(1) { |
|
font-size: 1rem; |
|
font-weight: 700; |
|
margin-bottom: 0.3125rem; |
|
} |
|
.userviews > uni-view > uni-view > uni-view:nth-of-type(2) { |
|
font-size: 0.875rem; |
|
} |
|
.userviews > uni-view > uni-view > uni-view > uni-image { |
|
width: 1rem; |
|
height: 1rem; |
|
} |
|
.usebg { |
|
width: 100%; |
|
height: 14.875rem; |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
} |
|
.login { |
|
width: 8.125rem; |
|
height: 2.8125rem; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: #0073ff; |
|
color: #ffffff; |
|
border-radius: 2.8125rem; |
|
margin: auto; |
|
margin-top: 5.625rem; |
|
} |
|
.contmabox { |
|
display: flex; |
|
flex-direction: column; |
|
width: 100%; |
|
height: 12.5rem; |
|
background-color: #FA8C16da; |
|
} |