123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485 |
- /******************** 这里放组件样式 ********************/
- /***** uni组件颜色覆盖 *****/
- // select选项面包 确定按钮
- .uni-picker-container .uni-picker-action.uni-picker-action-confirm{color: #30c190!important;}
- .uni-calendar-item__weeks-box .uni-calendar-item--checked{background-color: #30c190!important;}
- .uni-date-changed .uni-datetime-picker--btn{background-color: #30c190!important;}
- /***** view *****/
- view{box-sizing: border-box;}
- /***** 对齐方式 *****/
- .ezy-tl{text-align: left;}
- .ezy-tc{text-align: center;}
- .ezy-tr{text-align: right;}
- /***** 状态栏 *****/
- .phone-status-bar{height: var(--status-bar-height);width: 100%;}
- /***** 超出省略 *****/
- // 文本超出省略号显示 (一行)
- @mixin single-line-ellipsis() {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}
- // 文本超出省略号显示 (多行)
- @mixin multi-line-ellipsis($rows: 3){-webkit-line-clamp:$rows;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;display: -webkit-box;white-space: normal !important;-webkit-box-orient: vertical;}
- /***** 页面背景图 *****/
- // no-repeat cover
- @mixin ezy-no-repeat-cover($position: center) {
- background-position: $position;background-size: cover;background-repeat: no-repeat;
- }
- // no-repeat contain
- @mixin ezy-no-repeat-contain($position: center) {
- background-position: $position;background-size: contain;background-repeat: no-repeat;
- }
- /***** tabbar *****/
- .phone-custom-tabbar,.phone-client-tabbar{
- width: 100%;height: 100rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
- position: fixed;left: var(-window-left);right: var(-window right);bottom: var(--window-bottom);
- box-sizing: border-box;padding-bottom: env(safe-area-inset-bottom);display: flex;justify-content: space-around;align-items: center;
- .tabbar-item{text-align: center;width: 160rpx;}
- .tabbar-item-icon{width: 40rpx;height: 40rpx;display: block;@include ezy-no-repeat-cover();margin: 0 auto 2rpx;}
- .tabbar-item-text{font-size: 28rpx;color: #333;}
- .tabbar-item-text.active{color: #3fd2a1;}
- }
- .phone-client-tabbar{
- background-color: #0abf8a;border: 0;
- .tabbar-item-text{color: #fff;}
- }
- /***** list列表滚动 *****/
- .phone-scroll-view{
- .uni-load-more{margin-bottom:var(--status-bar-height);}
- .uni-list--border-bottom{display: none;}
- }
- /***** 富文本处理 *****/
- @mixin ezy-rich-text() {
- white-space: pre-wrap;text-align: justify;
- div,p,span{margin: 0;padding: 0;}
- img{max-width: 100%;}
-
- .ql-align-center{text-align: center}
- .ql-align-right{text-align: right}
- // 9号字
- .ql-size-9px{font-size: 18rpx;}
- // 12号字
- .ql-size-12px{font-size: 24rpx;}
- // 14号字
- .ql-size-14px{font-size: 28rpx;}
- // 16号字
- .ql-size-16px{font-size: 32rpx;}
- // 18号字
- .ql-size-18px{font-size: 36rpx;}
- // 24号字
- .ql-size-24px{font-size: 48rpx;}
- // 32号字
- .ql-size-32px{font-size: 64rpx;}
- // 单倍行距
- .line-height-lineHeight1{line-height: 1;}
- // 1.5倍行距
- .line-height-lineHeight1-5{line-height: 1.5;}
- // 2倍行距
- .line-height-lineHeight2{line-height: 2;}
- // 2.5倍行距
- .line-height-lineHeight2-5{line-height: 2.5;}
- // 3倍行距
- .line-height-lineHeight3{line-height: 3;}
- }
- /***** 按钮 *****/
- // 按钮
- .phone-green-btn[type='default']{background-color: #3fd2a1;color: #fff;}
- .phone-white-btn[type='default']{background-color: #fff;color: #3fd2a1;border: 1rpx solid #3fd2a1;}
- .phone-white-btn[type='default']:after{display: none;}
- .phone-green-btn[type='default']:hover{background-color: #34c595;color: #fff;}
- /***** 标题栏 *****/
- // 三个元素
- .phone-navBar-box{
- display: flex;align-items: center;justify-content: space-between;background-color: #fff;
- padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
- .nav-bar-icon{
- width: 24rpx;height: 38rpx;
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
- }
- .nav-bar-title{font-size: 36rpx;color: #333;}
- // 考试数字
- .nav-bar-other{
- font-size: 30rpx;color: #fff;margin-right: 2%;
- .key-note{color: #ffff01;}
- }
- // 文字按钮
- .text-btn{font-size: 26rpx;color: #666;padding-top: 4rpx;box-sizing: border-box;}
- // 图标
- .nav-bar-icon-box{
- .nav-bar-right-icon{font-size: 42rpx;color: #666;}
- .nav-bar-right-icon + .nav-bar-right-icon{margin-left: 24rpx;}
- }
- // 带筛选按钮的
- .filter-btn{position: absolute;right:80rpx;font-size: 28rpx;bottom:20rpx;color: #666;}
- .filter-btn::after{
- content: '';width: 0;height: 0;position: absolute;bottom: 5rpx;right: -12rpx;
- border-left: 4rpx solid transparent;border-top: 4rpx solid transparent;
- border-bottom: 4rpx solid #666;border-right: 4rpx solid #666;
- }
- }
- // 两个元素
- .icon-title-navBar-box,.icon-title-bjcolor-navBar-box{
- display: flex;align-items: center;justify-content: center;background-color: #fff;
- padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
- .nav-bar-title{
- font-size: 32rpx;height: 63rpx;line-height: 63rpx;color: #333;max-width: 70%;
- }
- .nav-bar-icon{
- width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: calc(32rpx + var(--status-bar-height));
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
- }
- }
- // 带背景色client使用
- .icon-title-bjcolor-navBar-box{
- background-color: #fff;padding: 10rpx;border-bottom: 1rpx solid #e0e0e0;
- .nav-bar-title{color: #3fd2a1;}
- .nav-bar-icon{width: 100rpx;height: 63rpx;background-image:unset;top: calc(12rpx + var(--status-bar-height));}
- .nav-bar-icon::before{content:'';width:50rpx;height: 50rpx;display: inline-block;margin-top: 6rpx;
- @include ezy-no-repeat-cover();
- background-image: url("@/static/images/common/return-icon.png");}
- }
- // 仅一个返回按钮
- .phone-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
- }
- /***** tab *****/
- // client
- .phone-tab-box{
- .segmented-control--text{height: 80rpx!important;}
- .segmented-control__text{font-size: 32rpx!important;}
- }
- // admin
- .admin-tab-box{
- uni-scroll-view{z-index: 99!important;}
- .v-tabs__container-item.active{color: #3fd2a1!important;}
- .v-tabs__container-line.animation{height:4rpx!important;background-color: #3fd2a1!important;}
- }
-
- /***** 查询框 *****/
- .phone-search-box{
- width: 100%;padding: 20rpx 42rpx;box-sizing: border-box;background-color:#f4f6fa;position: relative;
- .search-input {
- height: 70rpx;line-height: 70rpx;font-size: 28rpx;background-color:#fff;
- border-radius: 35rpx;padding: 0 70rpx 0 20rpx;
- }
- .uni-input-placeholder{color:#a4a4a4;}
- .search-icon {
- width: 100rpx;height: 60rpx;line-height: 60rpx;text-align: center;
- position: absolute;right: 52rpx;top: 25rpx;
- background-color: #3fd2a1;
- border-radius: 40rpx;
- }
- }
- /***** 筛选查询框 *****/
- .select-search-row {
- width: 100%;background-color:#f4f6fa;padding: calc(20rpx + var(--status-bar-height)) 42rpx 20rpx;box-sizing: border-box;
- .select-search-body{display: flex;background-color:#fff;border-radius: 55rpx;position: relative;}
- .select-jt-box {width: 130rpx;height: 70rpx;line-height: 70rpx;flex-shrink: 0;
- display: flex;align-items: center;justify-content: center;}
- .selected-item {font-size: 28rpx;}
- .arrow {width: 0;height: 0;border-left: 6rpx solid transparent;border-right: 6rpx solid transparent;margin-left: 10rpx;}
- .arrow-down {border-top: 10rpx solid #000;}
- .arrow-up {border-bottom: 10rpx solid #000;}
-
- .select-list-box{
- width: 150rpx;border-radius: 8rpx;
- position: absolute;top: 90rpx;left: 20rpx;right: 0;z-index: 2;
- background-color: rgba(0, 0, 0, 0.8);color: #fff;
- .menu-item {padding: 10px;border-bottom: 1rpx solid #ccc;font-size: 28rpx;}
- .menu-item:last-child{border: 0;}
- }
- .select-list-box::before{
- content: '';width: 0;height: 0;border-bottom: 18rpx solid rgba(0, 0, 0, 0.8);;
- border-left: 12rpx solid transparent;border-right: 12rpx solid transparent;
- position: absolute;top: -16rpx;right:24rpx;
- }
-
- .search-input{
- font-size: 28rpx;height: 70rpx;line-height: 70rpx;padding: 0 120rpx 0 10rpx;text-align: left;flex: 1;}
- .search-icon {
- width: 100rpx;height: 60rpx;line-height: 60rpx;text-align: center;
- position: absolute;right: 10rpx;top: 5rpx;
- background-color: #3fd2a1;
- border-radius: 40rpx;
- }
- }
- .search-clear-box{
- width: 100%;height: 100rpx;line-height: 100rpx;display: flex;background-color: #fff;
- align-items: center;justify-content: center;
- icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/clear-icon.svg");}
- text{font-size: 28rpx;color: #666;margin-left: 10rpx;}
- }
- // 前面带线的标题
- .phone-line-title {display: block;color: #333;font-size: 36rpx;line-height: 1;}
- .phone-line-title:before{content: ' ';width: 4rpx;height: 36rpx;background-color:#3fd2a1;
- margin-right: 18rpx;display: inline-block;vertical-align: middle;}
- /***** 试题---题干 *****/
- .phone-shiti-question{
- font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 24rpx;
- text-align: justify;word-wrap: break-word;word-break: break-all;display: block;@include ezy-rich-text;
- display: flex;flex-direction: row;justify-content: flex-start;
- .question-num{flex-shrink: 0;}
- }
- /***** 单选题 *****/
- .phone-danxuan-box{
- margin: 0 10rpx;overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
- .danxuan-option-box{
- width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
- font-size: 32rpx;color: #666;box-sizing: border-box;padding: 10rpx 24rpx;
- display: flex;
- .option-change{
- width: 48rpx;height: 48rpx;line-height: 48rpx;box-sizing: border-box;
- flex-shrink: 0;border-radius: 50%;border: 1rpx solid;margin-right: 16rpx;
- display: flex;align-items: center;justify-content: center;
- }
- .option-question{font-size: 32rpx;line-height: 1.6;margin-left: 6rpx;@include ezy-rich-text;
- text-align: justify;word-wrap: break-word;word-break: break-all;display: block;}
- }
- .danxuan-option-box.active .option-change{color: #FFF;background-color:#6186fb;border-color:#6186fb;}
- .danxuan-option-box.showError .option-change{color: #FFF;background-color:#ff5757;border-color:#ff5757;}
- .danxuan-option-box.active_right .option-change{color: #FFF;background-color:#1ac136;border-color:#1ac136;}
- }
- /***** 判断题 *****/
- .phone-duoxuan-box{
- margin: 0 10rpx;overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
- .duoxuan-option-box{
- width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
- font-size: 32rpx;color: #666;box-sizing: border-box;padding: 10rpx 24rpx;
- display: flex;
- .option-change{
- width: 48rpx;height: 48rpx;line-height: 48rpx;box-sizing: border-box;
- flex-shrink: 0;border-radius: 50%;border: 1rpx solid;margin-right: 16rpx;
- display: flex;align-items: center;justify-content: center;
- }
- .option-question{font-size: 32rpx;line-height: 1.6;margin-left: 6rpx;@include ezy-rich-text;
- text-align: justify;word-wrap: break-word;word-break: break-all;display: block;}
- }
- // active background-color:#0589e9;
- .duoxuan-option-box.active .option-change{color: #FFF;background-color:#6186fb;border-color:#6186fb;}
- .duoxuan-option-box.showError .option-change{color: #FFF;background-color:#ff5757;border-color:#ff5757;}
- .duoxuan-option-box.active_right .option-change{color: #FFF;background-color:#1ac136;border-color:#1ac136;}
- }
- /***** 判断题 *****/
- .phone-panduan-box{
- margin: 0 10rpx;overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
- .panduan-option-box{
- width: 100%;line-height:96rpx;border-radius: 8px;margin-bottom: 20rpx;
- font-size: 32rpx;color: #666;box-sizing: border-box;padding: 10rpx 24rpx;
- .option-question{font-size: 32rpx;line-height: 1.6;margin-left: 16rpx;margin-bottom: 24rpx;
- text-align: justify;word-wrap: break-word;word-break: break-all;display: flex;
- .uni-radio-input{margin-right: 20rpx;}
- }
- }
- // active background-color:#0589e9;
- .option-question.active .uni-radio-input{color: #FFF;background-color:#6186fb!important;border-color:#6186fb!important;}
- .option-question.showError .uni-radio-input{color: #FFF;background-color:#ff5757!important;border-color:#ff5757!important;}
- .option-question.active_right .uni-radio-input{color: #FFF;background-color:#1ac136!important;border-color:#1ac136!important;}
- }
- /***** 填空题 *****/
- .phone-tiankong-box{
- overflow: auto;height: calc(100vh - 440rpx - var(--status-bar-height));
- .tiankong-option-box{
- padding:0 40rpx;box-sizing: border-box;margin-bottom: 36rpx;
- .option-question{font-size: 30rpx;color: #333;}
- .option-question-text{font-size: 30rpx;color: #333;margin-top: 16rpx;background: #f0f0f0;padding: 10px;border-radius: 4px;}
- }
-
- }
- /***** 单选块列表 *****/
- .phone-radio-group{
- display: flex;flex-wrap: wrap;overflow: auto;
- box-sizing: border-box;padding:16rpx;background-color: #fff;
- .form-radio-double-group{justify-content: space-between;}
- .phone-radio-item{
- width: 23%;height:60rpx;line-height:60rpx;border-radius: 6rpx;box-sizing: border-box;
- background-color:#f5f5f5;text-align: center;margin:10rpx 1%;@include single-line-ellipsis();
- box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;border:1rpx solid #f5f5f5;
- }
- .radioActive{background-color:#e5f8f4;border:1rpx solid #6bccb0;color:#6bccb0;}
- }
-
- /***** 考试须知 *****/
- .phone-ksxz-dialog{
- position: relative;
- .uni-dialog-title{
- padding: 24rpx 0!important;font-size: 30rpx;border-bottom: 1px solid #f5f5f5;
- .uni-popup__info{color: #333!important;}
- }
- .ksxz-close-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover;
- position: absolute;top: 26rpx;right: 20rpx;
- background-image: url("@/static/images/common/close-icon.svg");}
- .uni-dialog-content{justify-content: flex-start!important;}
-
- .uni-dialog-button-text{color: #999!important;}
- .uni-dialog-button-text.uni-button-color{color: #3fd2a1!important;}
-
- .ksxz-content-box{
- width: 100%;font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;
- >view{margin-bottom: 12rpx;line-height: 1.6;}
- .ksms-row{margin-bottom: 12rpx;}
- .ksms-intro{color: #666;}
- .ksxz-img-box{
- text-align: center;
- img{max-width: 100%;max-height: 260rpx;}
- }
- }
-
- }
- /***** 默认头像 *****/
- .phone-default-userImg{
- width: 170rpx;height: 170rpx;margin: 0 auto;
- background-image: url("@/static/images/my/user-default-img.png");@include ezy-no-repeat-cover();}
- /***** form *****/
- // label-input
- .form-label-input{
- width: 100%;display: flex;justify-content: space-between;align-items: center;
- background-color: #fff;font-size: 30rpx;color: #333;
- padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
- .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
- .phone-form-label{min-width: 180rpx;}
- input{text-align: right;flex: 1;}
- .is-input-border{border:0!important;}
- .uni-input-placeholder{overflow: unset;}
- .uni-easyinput__placeholder-class{font-size: 30rpx!important;}
- .content-clear-icon{color: rgb(192, 196, 204)!important;}
- icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
- transform: rotate(270deg);margin-left: 4rpx;}
-
- // 文字行
- .input-text-row{height:60rpx;display: flex;align-items: center;flex: 1;justify-content: flex-end;}
- }
- // label-radio
- .form-label-radio{
- width: 100%;display: flex;justify-content: space-between;align-items: center;
- background-color: #fff;font-size: 30rpx;color: #333;
- padding: 6rpx 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
- .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
- .phone-form-label{min-width: 180rpx;line-height:60rpx;flex-shrink: 0;}
- .form-radio-group{display: flex;flex-wrap: wrap;flex: 1;}
- .form-radio-double-group{justify-content: space-between;}
- .form-radio-item{
- width: 29%;height:60rpx;line-height:60rpx;border-radius: 6rpx;box-sizing: border-box;
- background-color:#f5f5f5;text-align: center;margin:10rpx 2%;border:1rpx solid #f5f5f5;
- box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;
- }
- .genderActive{background-color:#e5f8f4;border:1rpx solid #6bccb0;color:#6bccb0;}
- // btn
- .radio-add-btn{
- width: 29%;height:60rpx;line-height:60rpx;border-radius: 6rpx;box-sizing: border-box;
- text-align: center;margin:10rpx 2%;border:1rpx solid #6bccb0;color:#6bccb0;
- box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;background-color:#e5f8f4;
- }
- .radio-btn-box{
- width: 100%;display:block;text-align: center;
- .radio-btn{color:#6bccb0;display:inline-block;margin: 16rpx 0;}
- .radio-btn::after{
- content: '';width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/nav-bar-jt-bottom-green.svg");
- display: inline-block;vertical-align: middle;margin-left: 10rpx;font-size: 30rpx;
- }
- .collapsed-btn::after{transform: rotate(180deg);}
- }
- .label-radio-btn-box{margin-right: 180rpx;}
- }
- // label-select
- .form-label-select{
- width: 100%;display: flex;justify-content: space-between;
- background-color: #fff;font-size: 30rpx;color: #333;
- padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
- .select-picker-box{width: 100%;display: flex;align-items: center;justify-content: flex-end;}
- .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
- .phone-form-label{min-width: 180rpx;line-height:60rpx;flex-shrink: 0;}
- .form-radio-picker{width:auto!important;flex: unset!important;display: flex;align-items: center;}
- .form-radio-select,.form-radio-disabled{
- display: flex;align-items: center;
- >view{flex: 1;}
- icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
- transform: rotate(270deg);margin-left: 4rpx;}
- }
- .form-radio-disabled{
- color: #999;
- icon{background-image: url("@/static/images/common/nav-bar-jt-bottom-disabled.svg");}
- }
-
- // 日期
- .uni-date{
- display: flex;align-items: center;
- .uni-date-editor{flex: 1;display: flex;justify-content: flex-end;}
- }
- }
- // label-switch
- .form-label-switch{
- width: 100%;display: flex;justify-content: space-between;align-items: center;
- background-color: #fff;font-size: 30rpx;color: #333;
- padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
- .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
- .phone-form-label{min-width: 180rpx;line-height:52rpx;flex-shrink: 0;}
- }
- /***** admin上传 *****/
- .admin-upload-btn-box,.sfz-upload-box{
- width: 200rpx;height: 200rpx;border: 1rpx dashed #ccc;margin: 0 auto;box-sizing: border-box;
- display: flex;align-items: center;justify-content: center;border-radius: 8rpx;overflow: hidden;
- text{font-size: 42rpx;color:#d7d7d7;}
- .other-image{width: 200rpx;max-height: 200rpx;border-radius: 8rpx;}
- .sfz-image{width: 360rpx;max-height: 220rpx;border-radius: 8rpx;}
- }
- .sfz-upload-box{
- width: 360rpx;height: 220rpx;
- text{color:#888;}
- .sfz-content{font-size: 32rpx;color:#888;}
- }
- .upload-bottom-text {font-size: 24rpx;color: #666;text-align: center;margin-top: 10rpx;}
- /***** 通用弹窗 *****/
- .phone-common-dialog{
- width: 660rpx;border-radius: 12rpx;background-color: #fff;padding-top: 24rpx;
- .common-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
- .common-content{font-size: 32rpx;color: #666;margin:32rpx 48rpx 48rpx;line-height: 1.6;}
- .common-input-box{
- padding: 32rpx 0 20rpx;
- .common-input-row{display: flex;align-items: center;margin-bottom: 24rpx;}
- .common-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;flex-shrink: 0;}
- .common-input-label{width: 200rpx;line-height:70rpx;font-size: 28rpx;color: #333;text-align: right;}
- .common-input,.common-input-margin{
- height: 70rpx;min-height: 70rpx;padding: 20rpx;box-sizing: border-box;margin-right: 30rpx;
- border: 1rpx solid #f0f0f0;border-radius: 10rpx;display: block;flex: 1;font-size: 28rpx;}
- .common-input-margin{margin:0 46rpx 24rpx 46rpx;}
- }
- .content-center-class{text-align: center;}
- .content-left-class{text-align: left;}
- .content-margin-bottom{margin-bottom: 20rpx;}
- .common-btn-box{display: flex;flex-direction: row;border-top-color: #f5f5f5;border-top-style: solid;border-top-width: 1px;}
- .not-confirm-btn,.confirm-btn{height: 90rpx;line-height: 90rpx;flex:1;text-align: center;font-size: 30rpx;}
- .not-confirm-btn{color: #666;}
- .confirm-btn{border-left-color: #f0f0f0;border-left-style: solid;border-left-width: 1px;color: #3fd2a1;}
- .code-img{width: 500rpx;height: 500rpx;display: block;margin: 0 auto;}
- }
|