| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215 |
- // 艺术照部分样式
- .conList{
- display: flex;
- flex-wrap: wrap;
- // justify-content: space-between;
-
- width: 100%;
- .item:nth-of-type(4n){
- // margin-right: 0rpx;
- }
-
- .item_a{
- border: 4rpx solid #1F79F0;
- }
- .item{
- margin-right: 18rpx;
- // width: 20.8vw;
-
- width: 22.3%;
- // min-height: 212rpx;
-
- margin-bottom: 20rpx;
- display: flex;
- flex-direction: column;
-
- justify-content: center;
- align-items: center;
- .top{
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
-
- height: 212rpx;
-
- position:relative;
-
- // background: url(https://img0.baidu.com/it/u=1641416437,1150295750&fm=253&fmt=auto&app=120&f=JPEG?w=1280&h=800);
-
- background-size: 100% 100%;
- .tag{
- width: 62rpx;
- height: 42rpx;
- position: absolute;
- bottom: 0rpx;
- right: 0rpx;
- border-radius: 0 0 20rpx 0;
- }
- }
- .name{
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #333333;
- margin-top: 24rpx;
- }
- }
- }
- .ysBox{
- padding-top: 24rpx;
- padding-left: 28rpx;
- padding-right: 28rpx;
-
- .selBox{
- // background: red;
- position: relative;
- .optDetailBox{
- position: absolute;
-
- top: 126rpx;
- left: -28rpx;
-
- height: calc(100vh - 290rpx);
- width: 100vw;
- background: rgba(0, 0, 0, .35);
- z-index: 1;
- .con{
- position: absolute;
- box-sizing: border-box;
- z-index: 2;
- width:100%;
- min-height: 112rpx;
- background: #FFFFFF;
- border-radius: 0rpx 0rpx 32rpx 32rpx;
- padding: 32rpx 30rpx;
-
- // margin-top: 48rpx;
-
-
- .optList{
- display: flex;
- flex-wrap: wrap;
-
- .item{
- width: 144rpx;
- height: 48rpx;
- background: #F4F4F4;
- border-radius: 31rpx;
-
- margin-right: 24rpx;
-
- display: flex;
- justify-content: center;
- align-items: center;
-
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #333333;
-
- margin-bottom: 24rpx;
- }
- .item_a{
- border: 2rpx solid #333333;
- }
- }
- }
- }
- .title{
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 800;
- color: #333333;
- margin-bottom: 24rpx;
- }
- .selList{
- margin-bottom: 24rpx;
- display: flex;
- flex-wrap: nowrap;
- white-space: nowrap;
-
- // background: red;
- width: 100%;
- overflow-y: hidden;
- overflow-x: scroll;
-
- // z-index: 3;
-
- .item{
- // width: 200rpx;
- height: 62rpx;
- background: #F4F4F4;
- border-radius: 31rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 16rpx;
- padding-left: 24rpx;
- padding-right: 26rpx;
-
-
- .arrD{
- width: 23rpx;
- height: 14rpx;
- margin-left: 14rpx;
- }
- }
- }
-
- .moreBtn{
- height: 76rpx;
- background: #D6E7FE;
- border-radius: 38rpx;
-
- display: flex;
- align-items: center;
- justify-content: center;
-
- font-size: 28rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #1F79F0;
- }
-
- }
- .upTitle{
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 800;
- color: #333333;
-
- margin-top: 64rpx;
- }
- .upList{
- display: flex;
- align-items: center;
- margin-top: 24rpx;
-
- .upBox{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-right: 18rpx;
- .up{
- width: 160rpx;
- height: 212rpx;
- background: #F4F4F4;
- border-radius: 20rpx;
-
- position: relative;
-
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #999999;
-
- .loading{
- position: absolute;
- z-index: 9;
- }
-
-
-
- .del{
- position: absolute;
- top: 0rpx;
- right: 0rpx;
-
- // background: red;
- padding-top: 5rpx;
- padding-right: 5rpx;
- // width: 30%;
- // height: 25%;
- display: flex;
- justify-content: flex-end;
-
- align-items: start;
- }
- .camera{
- position: absolute;
- bottom: 0rpx;
- right: 0;
- width: 62rpx;
- height: 42rpx;
- border-radius:0 0 20rpx 0;
-
- }
- }
- .up_a{
- border: 4rpx solid #1F79F0;
- }
- .up1{
- background: url(@/static/modal.png);
- background-size: cover;
- background: #F4F4F4;
- background-size: 100% 100%;
- }
- .up2{
- background-size: 100% 100%;
- }
-
- .des{
- margin-top: 18rpx;
- font-size: 28rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- .tipBox{
- display: flex;
- align-items: center;
-
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #999999;
-
- margin-top: 32rpx;
- img{
- width: 28rpx;
- height: 28rpx;
- margin-right: 8rpx;
- }
- }
- .ysBtn{
- display: flex;
- justify-content: center;
- align-items: center;
- height: 76rpx;
- background: linear-gradient(90deg, #549DFF 0%, #207CF7 100%);
- border-radius: 38rpx;
-
- font-size: 28rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #FFFFFF;
-
- margin-top: 48rpx;
- margin-bottom: 72rpx;
- }
- }
- .cankaoImgBox{
-
- position: relative;
- padding: 40rpx 30rpx;
-
- padding-bottom: 154rpx;
- .top{
- display: flex;
- align-items: center;
- margin-bottom: 32rpx;
- .title{
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 800;
- color: #333333;
-
- margin-right: 16rpx;
- }
- img{
- width: 28rpx;
- height: 28rpx;
- }
- span{
- margin-left: 8rpx;
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #999999;
- }
- }
- .conList{
- // background: red;
- max-height: 1000rpx;
- overflow-x: hidden;
- overflow-y: scroll;
- padding-left: 4rpx;
-
- .item{
- // width: 100rpx;
- .name{
- margin-top: 0;
- }
-
- }
-
- }
-
- .btnBox{
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- height: 154rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
-
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
-
- padding-left: 30rpx;
- padding-right: 30rpx;
-
- box-sizing: border-box;
- .left{
- display: flex;
- justify-content: center;
- align-items: center;
- width: 242rpx;
- height: 76rpx;
- background: #FFFFFF;
- border-radius: 38rpx;
- border: 2rpx solid #207CF7;
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #207CF7;
- }
- .right{
- display: flex;
- justify-content: center;
- align-items: center;
- width: 432rpx;
- height: 76rpx;
- background: linear-gradient(270deg, #207CF7 0%, #549DFF 100%);
- border-radius: 38rpx;
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- }
- }
- .outer{
- position: relative;
-
- .addmask{
- height: 45px;
- width: 100%;
- // background: red;
- position: fixed;
- z-index: 9999;
- top: 0;
- left: 0;
-
- .leadBg{
- position: absolute;
-
- width: 100vw;
- height: 100vh;
- // width: 100%;
- // height: 100%;
- left: 0;
- top: 0;
- z-index: 9999;
- background: rgba(0, 0, 0, .69);
- // padding-left: 38rpx;
- // padding-right: 38rpx;
-
- display: flex;
- justify-content: center;
- .leadBox1{
- // margin-bottom: 138rpx;
- width: 674rpx;
- height: 1134rpx;
- background-image: url(@/static/hh_lead1.png);
- background-size: cover;
- margin-top: 100rpx;
- position: relative;
-
- .nextBtn{
- width: 350rpx;
- height: 140rpx;
- // background: red;
-
- position: absolute;
- right: 0;
- bottom: 0rpx;
- }
- }
- .leadBox2{
- width: 674rpx;
- // width: 100%;
- height: 902rpx;
- background-image: url(@/static/hh_lead_2.png);
- background-size: cover;
- margin-top: 200rpx;
- position: relative;
-
- .nextBtn{
- width: 350rpx;
- height: 140rpx;
- // background: green;
- position: absolute;
- right: 0;
- top:250rpx;
- }
- }
- }
- }
- }
- .bg {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- // background: linear-gradient(-45deg, #1a1a1a, #262626, #0d0d0d);
- z-index: -1;
- }
- @-webkit-keyframes Btn1 {
- 0% {
- background-position: 0 50%;
- }
- 50% {
- background-position: 100% 50%;
- }
- 100% {
- background-position: 0 50%;
- }
- }
- @keyframes Btn1 {
- 0% {
- background-position: 0 50%;
- }
- 50% {
- background-position: 100% 50%;
- }
- 100% {
- background-position: 0 50%;
- }
- }
- @-webkit-keyframes Btn1_ {
- 0% {
- transform: translateX(-100%);
- }
- 100% {
- transform: translateX(0);
- }
- }
- @keyframes Btn1_ {
- 0% {
- transform: translateX(-100%);
- }
- 100% {
- transform: translateX(0);
- }
- }
- .Btn1::before {
- // animation: Btn1__1 0.4s linear 0.4s infinite;
- background: #fff;
- border-radius: 100rpx;
- content: '';
- height: 100rpx;
- left: calc(50% - 50rpx);
- opacity: 0;
- position: absolute;
- top: calc(50% - 50rpx);
- width: 100rpx;
- }
- @-webkit-keyframes Btn1__1 {
- 0% {
- opacity: 0.7;
- transform: scale(0);
- }
- 100% {
- opacity: 0;
- transform: scale(2);
- }
- }
- @keyframes Btn1__1 {
- 0% {
- opacity: 0.7;
- transform: scale(0);
- }
- 100% {
- opacity: 0;
- transform: scale(2);
- }
- }
- .Btn1::after {
- // animation: Btn1__2 0.8s linear 0.4s infinite;
- background: #fff;
- border-radius: 100rpx;
- content: '';
- height: 100rpx;
- left: calc(50% - 50rpx);
- opacity: 0;
- position: absolute;
- top: calc(50% - 50rpx);
- width: 100rpx;
- }
- @-webkit-keyframes Btn1__2 {
- 0% {
- opacity: 0.7;
- transform: scale(0);
- }
- 100% {
- opacity: 0;
- transform: scale(2.5);
- }
- }
- @keyframes Btn1__2 {
- 0% {
- opacity: 0.7;
- transform: scale(0);
- }
- 100% {
- opacity: 0;
- transform: scale(2.5);
- }
- }
- .Btn1 text {
- line-height: 38rpx;
- text-align: center;
- }
- .Btn1 image {
- animation: Btn1_image 0.8s linear infinite alternate;
- left: 30rpx;
- position: absolute;
- top: -30rpx;
- }
- @-webkit-keyframes Btn1_image {
- 0% {
- transform: rotate(0);
- }
- 100% {
- transform: rotate(18deg);
- }
- }
- @keyframes Btn1_image {
- 0% {
- transform: rotate(0);
- }
- 100% {
- transform: rotate(18deg);
- }
- }
- .cu-form-group {
- padding: 16rpx 0;
- .cu-title {
- margin-bottom: 4rpx;
- .title {
- text-align: justify;
- padding-right: 30rpx;
- font-size: 30rpx;
- position: relative;
- height: 60rpx;
- line-height: 60rpx;
- min-width: calc(5em + 15px);
- font-weight: bold;
- color: #000;
- // view {
- // color: red;
- // }
- // .shu {
- // background: #fff;
- // width: 5px;
- // height: 38rpx;
- // margin-right: 20rpx;
- // }
- }
- .cu-empty {
- .empty {
- margin-right: 8rpx;
- font-size: 26rpx;
- color: #fff;
- z-index: 9;
- }
- }
- }
- .engine-container {
- background-color: #f1f1f1;
- padding: 20rpx;
- border-radius: 22rpx;
- display: flex;
- justify-content: space-between;
- margin-top: 16rpx;
- .model_view {
- color: #9e9e9e;
- }
- }
- .textarea-container {
- // padding: 30rpx;
- background: #f1f1f1;
- border-radius: 18rpx;
- // textarea {
- // width: 100%;
- // height: 100rpx;
- // font-size: 28rpx;
- // color: #303133db;
- // }
- .textarea {
- background-color: #f1f1f1;
- width: 100%;
- height: 260rpx;
- padding: 20rpx;
- border-radius: 18rpx;
- margin-top: 16rpx;
- color: #9e9e9e;
- }
- .textareaoperate {
- padding: 0 30rpx 22rpx;
- .increase {
- // background: #ffa726;
- color: #fff;
- padding: 6px 16px;
- font-size: 14px;
- border-radius: 20px;
- }
- view {
- font-size: 32rpx;
- // margin-right: 30rpx;
- }
- }
- .trash {
- width: 100%;
- justify-content: flex-end;
- }
- }
- .scrollview {
- white-space: nowrap;
- margin-top: 16rpx;
- .scrollitems {
- display: inline-block;
- background: #f3f3f3;
- text-align: center;
- padding: 12rpx 32rpx;
- margin-right: 30rpx;
- border-radius: 6rpx;
- font-size: 26rpx;
- }
- .scrollitems.active {
- background: #6f2fdb;
- color: #fff;
- }
- }
- .scrollstyle {
- display: inline-block;
- position: relative;
- width: 200rpx;
- height: 140rpx;
- margin-right: 30rpx;
- image {
- width: 200rpx;
- height: 140rpx;
- border-style: solid;
- border-color: #ffca28;
- border-width: 8rpx;
- }
- view {
- position: absolute;
- bottom: 8rpx;
- width: 184rpx;
- text-align: center;
- color: #fff;
- background: #000000a8;
- font-size: 24rpx;
- margin-left: 8rpx;
- }
- }
- .proportion {
- // margin-left: 30rpx;
- display: flex;
- margin-top: 16rpx;
- .radio {
- margin-right: 48rpx;
- border-radius: 8rpx;
- }
- .describe {
- font-size: 28rpx;
- margin-top: 12rpx;
- color: #9e9e9e;
- }
- }
- .cu-proportion {
- width: 100rpx;
- height: 100rpx;
- border-style: solid;
- border-width: 4rpx;
- border-radius: 10rpx;
- border-color: #d9d9d9;
- .proportion1 {
- width: 72rpx;
- height: 72rpx;
- background: #d9d9d9;
- border-radius: 10rpx;
- }
- .proportion2 {
- width: 45rpx;
- height: 72rpx;
- border-radius: 4rpx;
- background: #d9d9d9;
- border-radius: 10rpx;
- }
- .proportion3 {
- width: 72rpx;
- height: 45rpx;
- border-radius: 4rpx;
- background: #d9d9d9;
- border-radius: 10rpx;
- }
- }
- .radio.active {
- color: #207CF7;
- .cu-proportion {
- border-color: #207CF7;
- }
- .cu-proportion view {
- background: #207CF7;
- }
- }
- .cu-upload {
- width: 100%;
- height: 260rpx;
- background: #f1f1f1;
- border-radius: 20rpx;
- // border-style: double;
- border-color: #d3d4d6;
- position: relative;
- .upload-img {
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- }
- .upload-delete {
- position: absolute;
- right: 8rpx;
- top: 8rpx;
- color: #207CF7;
- }
- .upload {
- margin-top: 12rpx;
- color: #9e9e9e;
- }
- }
- .tn-slider__custom-block {
- background-color: #fff;
- width: auto;
- height: 40rpx;
- line-height: 40rpx;
- padding: 0 5rpx;
- border-radius: 50%;
- text-align: center;
- color: #ffffff;
- }
- }
- .bnt {
- font-size: 32rpx;
- font-weight: bold;
- color: #fff;
- width: 690rpx;
- height: 100rpx;
- text-align: center;
- border-radius: 100rpx;
- line-height: 100rpx;
- margin: 64rpx auto 15rpx;
- background: #fff;
- }
- .buttonhover {
- background: #fff;
- opacity: 0.7;
- }
- /* 底部安全边距 start*/
- .tn-tabbar-height {
- min-height: 120rpx;
- height: calc(140rpx + env(safe-area-inset-bottom) / 2);
- height: calc(140rpx + constant(safe-area-inset-bottom));
- }
- .try-tips {
- // padding: 0 16rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 20rpx;
- // color: #d9d9d9;
- .change {
- display: flex;
- align-items: center;
- &-text {
- margin-left: 6rpx;
- }
- }
- }
- .polish {
- margin-top: 20rpx;
- view {
- font-size: 30rpx;
- font-weight: bold;
- color: #000;
- // margin-right: 30rpx;
- }
- }
- .words-ocntainer {
- padding: 0 16rpx;
- .sentences {
- display: flex;
- flex-wrap: wrap;
- .item {
- padding: 8rpx 16rpx;
- margin-bottom: 10rpx;
- background: #333333;
- color: #8f8f8f;
- font-size: 14px;
- border-radius: 10rpx;
- font-size: 13px;
- }
- }
- .tags {
- display: flex;
- flex-wrap: wrap;
- .item {
- padding: 8rpx 16rpx;
- margin-bottom: 10rpx;
- margin-right: 10rpx;
- background: #333333;
- color: #8f8f8f;
- font-size: 14px;
- border-radius: 10rpx;
- font-size: 13px;
- }
- }
- }
- .desc-tips {
- margin-bottom: 20rpx;
- color: #d9d9d9;
- font-size: 13px;
- }
- .footer {
- margin-top: 80rpx;
- // padding-bottom: 100rpx;
- position: fixed;
- bottom: 60rpx;
- width: 92%;
- z-index: 999;
- border-radius: 20rpx;
- .Btn1 {
- // animation: Btn1 3s ease infinite alternate, Btn1_ 0.4s linear alternate;
- // background: linear-gradient(60deg, #f79533, #f37055, #6f2fdb, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
- // background-size: 300% 300%;
- // border: solid #fff;
- // border-radius: 20rpx;
- // border-width: 2rpx 2rpx 6rpx;
- // box-shadow: 0rpx 20rpx 20rpx 0rpx rgba(162, 253, 197, 0.4);
- border-radius: 20rpx;
- background: linear-gradient(to right, #00ca88, #00BCD4);
- color: #fff;
- display: flex;
- font-size: 30rpx;
- font-weight: 600;
- height: 80rpx;
- justify-content: center;
- align-items: center;
- // width: 650rpx;
- .create {
- width: 100%;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- }
- }
- .userAvatarUrl_view {
- border-radius: 100rpx;
- height: 80rpx;
- margin-bottom: 15rpx;
- overflow: hidden;
- width: 80rpx;
- }
- .scroll-view {
- white-space: nowrap;
- width: 94%;
- .scroll-item {
- display: inline-block;
- text-align: center;
- margin-right: 10rpx;
- padding: 10rpx 20rpx;
- background-color: #f1f1f1;
- height: 60rpx;
- border-radius: 30rpx;
- color: #207CF7;
- }
- }
- .directask {
- padding: 14rpx 30rpx 250rpx;
- }
- .dygbhg {
- background: #ffffff;
- border-radius: 20rpx 20rpx 0 0;
- position: fixed;
- bottom: 0;
- width: 100%;
- box-shadow: 0px 0px 10px #00000024;
- display: flex;
- align-items: center;
- justify-content: space-evenly;
- z-index: 999;
- }
- .whole {
- width: 30%;
- height: 80rpx;
- display: flex;
- color: #ffffff;
- align-items: center;
- justify-content: center;
- background: #d9d9d9;
- // font-weight: bold;
- border-radius: 60rpx;
- }
- .distinguish {
- width: 56%;
- height: 80rpx;
- display: flex;
- color: #ffffff;
- align-items: center;
- justify-content: center;
- background: linear-gradient(to right, $tc, $tc2);
- font-weight: bold;
- border-radius: 60rpx;
- margin: 38rpx 0;
- margin-left: 4%;
- }
- .select {
- font-weight: bold;
- font-size: 32rpx;
- margin: 30rpx;
- }
- .scroll_mode {
- height: 1100rpx;
- padding: 0rpx 30rpx 30rpx;
- .card {
- // border-radius: 8px;
- width: 32%;
- height: 12.5rem;
- background: #f1f1f180;
- margin-bottom: 20rpx;
- border-style: solid;
- border-color: #fff;
- border-width: 3px;
- // border: 3px solid transparent;
- .card-info {
- padding: .4375rem .375rem;
- .card-info-title {
- // color: #fff;
- line-height: 1.5rem;
- }
- .card-info-desc {
- font-size: 24rpx;
- line-height: 1.25rem;
- height: 40px;
- color: #999;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
- }
- }
- }
- }
- .generate {
- margin-top: 8px;
- .xz_generate {
- width: 150rpx;
- height: 90rpx;
- background: #f1f1f1;
- margin-right: 30rpx;
- border-style: solid;
- border-color: #f1f1f1;
- border-width: 3px;
- border-radius: 6px;
- }
- .xz_gactive {
- width: 150rpx;
- height: 90rpx;
- background: #f1f1f1;
- border-style: solid;
- border-color: #207CF7;
- border-width: 3px;
- border-radius: 6px;
- }
- }
- .gpt-select {
- padding: 30rpx;
- .gpt-textarea-container {
- margin-top: 20rpx;
- }
- .use-gpt {
- margin-top: 30rpx;
- }
- }
-
-
- .mjSelBox{
- display: flex;
- justify-content: space-between;
- .mjitem{
- height: 120px;
- width: 48%;
- border-radius: 12px;
- border: 2px solid;
- border-color: white;
- position: relative;
-
- background-size: 100% 100%;
- // background-size: cover;
- .topRight{
- width: 82rpx;
- height: 82rpx;
- // background: red;
- position: absolute;
- right: 0rpx;
- top: -4rpx;
- display: flex;
- justify-content: flex-end;
- padding-top: 5rpx;
- padding-right: 10rpx;
- ont-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #FFFFFF;
- border-radius:0 12px 0 0;
- }
- .bar{
-
- font-size: 12px;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #FFFFFF;
- width: 100%;
- height: 28px;
- background: rgba(0, 0, 0, .35);
- border-radius: 0px 0px 12px 12px;
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
- bottom: 0;
- }
- }
- }
|