123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434 |
- view {
- box-sizing: border-box;
- }
- ::v-deep .u-upload__wrap__preview__image{
- width: calc(100vw - 128rpx)!important;
- height: 626rpx!important;
- border-radius: 20rpx!important;
-
- }
- ::v-deep .u-upload__deletable{
-
- background: rgba(0,0,0,0)!important;
- }
- ::v-deep .u-upload__deletable__icon{
- width: 40rpx!important;
- height: 40rpx!important;
- border-radius: 50%!important;
- display: flex!important;
- align-items: center!important;
- justify-content: center!important;
- }
- ::v-deep .u-upload__wrap__preview{
- margin: 0!important;
- }
- ::v-deep .u-upload__deletable__icon{
- // display: flex!important;
- // align-items: center!important;
- // justify-content: center!important;
- }
- ::v-deep .u-icon__icon{
- font-size:40rpx!important;
- }
-
- ::v-deep .u-upload__success{
- display: none!important;
- }
-
- .container {
- min-height: 100vh;
-
- position: relative;
-
- .topBox{
- height: 194rpx;
- // background: deepskyblue;
- border-radius: 0 0 40rpx 0;
-
- padding-top: 48rpx;
- padding-left: 48rpx;
- display: flex;
-
- background-size: cover;
- background-repeat: no-repeat;
-
- box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
-
- .left{
- .aiIcon{
- // width: 62rpx;
- // height: 52rpx;
-
- height: 78rpx;
-
- margin-top: -14rpx;
- }
- }
- .right{
- margin-left: -5rpx;
- .label1{
- // font-size: 40rpx;
- // font-family: DOUYUFont;
- // color: #FFFFFF;
- // text-shadow: 0px 4px 8px rgba(0,67,181,0.16);
- // width: 222rpx;
- height: 54rpx;
- }
- .label2{
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #FFFFFF;
- text-shadow: 0px 4px 8px rgba(0,67,181,0.16);
- padding-left: 6rpx;
- }
- }
- }
-
- .mainBox{
- margin-top:40rpx;
- padding: 0 30rpx;
- .titleBox{
- background: #F0F1F4;
- background: linear-gradient(90deg,#F0F1F4,#fff);
- height: 62rpx;
- width: 60%;
- border-radius: 32rpx 0rpx 0rpx 0rpx;
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #333333;
- display: flex;
- align-items: center;
- padding-left: 32rpx;
-
- position: relative;
-
- .starIcon{
- width: 24rpx;
- height: 24rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- }
- .uploadBox{
- padding: 40rpx 32rpx;
- min-height: 798rpx;
- background: #F0F1F4;
- border-radius: 0rpx 32rpx 32rpx 32rpx;
- .tipBox{
- height: 60rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
-
- display: flex;
- align-items: center;
- padding-left: 24rpx;
-
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #333333;
- width: 90%;
-
- .tipIcon{
- width: 78rpx;
- height: 34rpx;
- margin-right: 12rpx;
- }
- }
- .selBox{
- width: 100%;
- margin-top: 32rpx;
- .myUpArea{
- font-size: 26rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #696969;
-
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
-
- height: 626rpx;
- width: calc(100vw - 128rpx);
- background: red;
- background: #FFFFFF;
- border-radius: 20rpx;
-
- }
- .upIcon{
- height: 96rpx;
- margin-bottom: 16rpx;
- }
- }
- }
- }
-
- .parmasBox{
- margin-top: 40rpx;
- padding: 0 30rpx;
- .titleBox{
- background: #F0F1F4;
- background: linear-gradient(90deg,#F0F1F4,#fff);
- height: 62rpx;
- width: 60%;
- border-radius: 32rpx 0rpx 0rpx 0rpx;
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #333333;
- display: flex;
- align-items: center;
- padding-left: 32rpx;
- position: relative;
-
- .starIcon{
- width: 24rpx;
- height: 24rpx;
- position: absolute;
- right: 150rpx;
- top: 0;
- }
- }
-
-
- .inputBox{
- width: 100%;
- min-height: 452rpx;
- background: #F0F1F4;
- border-radius: 0rpx 32rpx 32rpx 32rpx;
- padding: 40rpx 32rpx;
-
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- // color: #CCCCCC;
- .selAndTileBox{
- display: flex;
- align-items: center;
- justify-content: space-between;
- .selBtn{
- width: 28%;
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
-
- .nickname{
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 24rpx;
- width: 65%;
- .nackI{
- }
- .arrIcon{
- width: 12rpx;
- height: 20rpx;
- }
- }
-
- }
- }
- }
-
- .pos{
- height: 212rpx;
- }
-
-
-
- .btnBox{
- height: 188rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- position: fixed;
- bottom: 0;
- width: 100%;
- z-index: 1;
-
- display: flex;
- align-items: center;
- justify-content: space-between;
-
- // padding-left: 66rpx;
- padding-right: 30rpx;
- .left{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- font-size: 20rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #333333;
-
- height: 108rpx;
- width: calc(100% - 552rpx);
- // background: red;
- padding-left: 66rpx;
- .kfIcon{
- width: 38rpx;
- height: 40rpx;
- margin-bottom: 4rpx;
- }
- }
- .right{
- width: 552rpx;
- height: 108rpx;
- background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
- box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2);
- border-radius: 54rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .top{
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #FFFFFF;
- margin-bottom: 10rpx;
- }
- .bot{
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
- }
-
-
- .topBar{
- display: flex;
- align-items: center;
- margin-top: 36rpx;
- padding: 0 28rpx;
-
- .left{
- width: 20%;
- font-size: 32rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #999999;
- }
- .mid{
- width: 60%;
- text-align: center;
- font-size: 32rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- color: #080F18;
- }
- .right{
- width: 20%;
- text-align: right;
- font-size: 32rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #007AFF;
- }
- }
- ::v-deep .u-popup__content{
- border-radius: 20rpx 20rpx 0rpx 0rpx!important;
- }
-
- ::v-deep .u-picker__view__column__item{
- // color: #007AFF!important;
- }
-
-
-
- .otherBox{
- margin-top: 24rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
-
- // background: red;
- .item{
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 24rpx;
- width: 45%;
- margin-bottom: 24rpx;
- .nackI{
-
- }
- .arrIcon{
- width: 12rpx;
- height: 20rpx;
- }
- }
- .item:nth-child(3),.item:nth-child(4){
- margin-bottom: 0rpx;
- }
-
- }
-
-
- // .my-picker .active{
- // background-color:#007AFF;
- // color:#007AFF;
- // }
-
-
-
- ::v-deep .u-loading-page{
- position: absolute!important;
- width: 100vw;
- height: 100vh;
- z-index: 9999!important;
- background: #e8e8e8;
- }
-
-
-
- .loadingP{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
-
- // background:#eee;
- background: white;
- height: 100vh;
- width: 100vw;
-
- position: absolute;
- z-index: 999999999999999999;
-
- .loadingPic{
- width: 150rpx;
- height: 150rpx;
-
- // transform: translateY(-50%);
- margin-top: -400rpx;
- }
- .loadingTxt{
- color: #999;
- font-size: 34rpx;
- margin-top: 20rpx;
- }
- }
-
|