|
.bg_image image{
|
width: 100%;
|
height: 1200rpx;
|
}
|
.iconfont {
|
font-size: 48rpx;
|
}
|
.index {
|
width: 750rpx;
|
}
|
.certification {
|
width: 675rpx;
|
margin: 0 auto;
|
border-radius: 30rpx;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background-color: white;
|
position: absolute;
|
top: 260rpx;
|
left: 37.5rpx;
|
margin-bottom: 50rpx;
|
}
|
.certification_head {
|
width: 100%;
|
}
|
.certification_head_body {
|
width: 100%;
|
}
|
.certification_head_body_item {
|
width: 100%;
|
height: 100rpx;
|
display: flex;
|
align-items: center;
|
font-size: 32rpx !important;
|
}
|
.certification_head_body_item view {
|
margin-right: 10rpx;
|
}
|
.certification_head_body_item button {
|
width: 172rpx;
|
height: 56rpx;
|
line-height: 56rpx;
|
border: 1rpx #E2231A solid;
|
border-radius: 40rpx;
|
font-size: 26rpx;
|
color: #E2231A;
|
padding: 0 20rpx;
|
}
|
.certification_body {}
|
.login_index_updata_name {
|
margin-top: 28rpx;
|
margin-left: 48rpx;
|
}
|
.login_index_updata_updata {
|
width: 90%;
|
height: 360rpx;
|
margin: 0 auto;
|
margin-top: 35rpx;
|
}
|
.login_index_updata_updata_item2 {
|
width: 100%;
|
height: 360rpx;
|
border: 1rpx #9a9a9a dotted;
|
border-radius: 15rpx;
|
text-align: center;
|
}
|
.login_index_updata_updata_item_body {
|
width: 150rpx;
|
height: 360rpx;
|
text-align: center;
|
margin: 0 auto;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.img image {
|
width: 554rpx;
|
height: 360rpx;
|
position: relative;
|
}
|
.login_index_btn {
|
position: relative;
|
top: 30rpx;
|
margin-bottom: 30rpx;
|
}
|
.login_index_btn button {
|
width: 90%;
|
height: 80rpx;
|
/* background-color: #F36A24; */
|
border-radius: 50rpx;
|
line-height: 80rpx;
|
margin: 0 auto;
|
color: white;
|
font-size: 30rpx;
|
}
|
.certification_rule {
|
position: relative;
|
left: 500rpx;
|
top: -10rpx;
|
}
|
.certification_rule text {
|
color: #8a8a8a;
|
}
|
.certification_rule image {
|
width: 24rpx;
|
height: 24rpx;
|
display: inline-block;
|
}
|
.classify_text {
|
color: #808080;
|
margin-left: 40rpx;
|
}
|
.select input {
|
padding-left: 60rpx;
|
color: #808080;
|
}
|
.make-item{
|
padding-left: 60rpx;
|
}
|
.rule-btn {
|
position: fixed;
|
top: calc(0px + 30rpx);
|
padding: 0 20rpx 0 30rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
font-size: 30rpx;
|
/* background: linear-gradient(90deg, #ff5850, #e2231a); */
|
box-shadow: 0 10rpx 16rpx 0 rgba(0,0,0,.2);
|
border-radius: 40rpx 0 0 40rpx;
|
color: #ffffff;
|
right: 0;
|
z-index: 1;
|
}
|
.icon-xuanze{
|
font-size: 38rpx;
|
}
|
.buy-checkout .item {
|
padding: 30rpx 0;
|
margin: 0 30rpx;
|
}
|
.buy-checkout .item.active .iconfont.icon-xuanze {
|
color: #19ad57 !important;
|
}
|
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
.bg_image {
|
width: 100%;
|
height: 1210rpx;
|
}
|
[data-theme='theme0'] .bg_image {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .bg_image {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .bg_image {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .bg_image {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .bg_image {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .bg_image {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .bg_image {
|
background-color: #623ceb !important;
|
}
|
[data-theme='theme0'] .rule-btn {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .rule-btn {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .rule-btn {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .rule-btn {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .rule-btn {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .rule-btn {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .rule-btn {
|
background-color: #623ceb !important;
|
}
|
[data-theme='theme0'] .login_index_btn button {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .login_index_btn button {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .login_index_btn button {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .login_index_btn button {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .login_index_btn button {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .login_index_btn button {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .login_index_btn button {
|
background-color: #623ceb !important;
|
}
|