123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- /* uni.scss */
- .outerBox .upload.data-v-57280228 {
- padding: 20px 15px 0 15px;
- }
- .outerBox .upload .tipTxt.data-v-57280228 {
- margin-bottom: 20rpx;
- }
- .topBox.data-v-57280228 {
- height: 500rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .data-v-57280228 .buttonCalss {
- margin-top: 40px !important;
- }
- .data-v-57280228 .u-upload__wrap__preview:nth-of-type(4n) {
- margin-right: 0 !important;
- }
- .data-v-57280228 .u-upload__button {
- width: 20vw !important;
- height: 20vw !important;
- }
- .data-v-57280228 .u-upload__wrap__preview__image {
- width: 20vw !important;
- height: 20vw !important;
- }
- .imagesRow.data-v-57280228 {
- width: 80px;
- height: 80px;
- margin-left: 5px;
- }
- .textBorder.data-v-57280228 {
- width: 70%;
- height: 130px;
- border-radius: 50% 50% 0 0;
- }
- .images.data-v-57280228 {
- margin: 40px 0px 0px 20px;
- width: 70%;
- height: 130px;
- border-radius: 50% 50% 0 0;
- }
- .text-area.data-v-57280228 {
- display: flex;
- justify-content: center;
- }
- .title.data-v-57280228 {
- font-size: 36rpx;
- color: #8f8f94;
- }
- .borders.data-v-57280228 {
- border: black 2px solid;
- }
- .btnBox.data-v-57280228 {
- position: fixed;
- bottom: 20px;
- right: 10px;
- width: 80px;
- height: 80px;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .btnBox .btn.data-v-57280228 {
- width: 80px;
- height: 80px;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- color: white;
- font-weight: bold;
- }
- .btnBox .b1.data-v-57280228 {
- background: green;
- }
- .btnBox .b2.data-v-57280228 {
- background: orange;
- }
- .data-v-57280228 .u-tabbar {
- width: 80%;
- position: fixed;
- bottom: 10px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- border-radius: 25px;
- }
- .data-v-57280228 .u-tabbar__content {
- border-radius: 25px;
- background: white;
- }
- .examplePic.data-v-57280228 {
- display: flex;
- justify-content: space-around;
- padding: 0 20rpx 0 20rpx;
- }
- .examplePic .item.data-v-57280228 {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 22%;
- }
- .examplePic .item .imagesRow.data-v-57280228 {
- width: 100%;
- }
- .botTipTxtBox.data-v-57280228 {
- padding: 0 20px;
- }
- .currModel.data-v-57280228 {
- display: flex;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .currModel .left.data-v-57280228 {
- font-weight: bold;
- }
- .currModel .right.data-v-57280228 {
- margin-left: 10rpx;
- width: 0;
- height: 0;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-top: 5px solid orange;
- }
- .modelBox.data-v-57280228 {
- height: 250px;
- padding: 0 20rpx;
- padding-top: 10px;
- }
- .modelBox .mName.data-v-57280228 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-weight: bold;
- }
- .modelBox .top1.data-v-57280228 {
- margin-top: 30px;
- }
- .modelBox .bot1.data-v-57280228 {
- max-height: 180px;
- overflow-y: scroll;
- display: flex;
- flex-wrap: wrap;
- align-items: flex-start;
- padding-top: 50rpx;
- }
- .modelBox .bot1 .pos.data-v-57280228 {
- height: 50rpx;
- width: 100%;
- }
- .modelBox .bot1 .item1.data-v-57280228 {
- width: 29%;
- height: 40px;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- border-radius: 12rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border: 1rpx solid #999;
- }
- .at.data-v-57280228 {
- border-color: orange !important;
- color: white;
- background: orange;
- }
|