123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- @charset "UTF-8";
- .text-center.data-v-0af94406 {
- text-align: center;
- }
- .font-weight.data-v-0af94406 {
- font-weight: bold;
- }
- .page-width.data-v-0af94406 {
- width: 100%;
- }
- .goods-hover-class.data-v-0af94406 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-0af94406 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-0af94406 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-0af94406 {
- width: 100%;
- }
- .u-hover-class.data-v-0af94406 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-0af94406 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .identify.data-v-0af94406 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .identify .info.data-v-0af94406 {
- box-sizing: border-box;
- width: 100%;
- margin-top: 30rpx;
- padding: 20rpx 24rpx 10rpx;
- background-color: white;
- }
- .identify .info .title.data-v-0af94406 {
- font-size: 28rpx;
- font-weight: bold;
- }
- .identify .info .input-grow.data-v-0af94406 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 10rpx 0;
- }
- .identify .info .input-grow .input-label.data-v-0af94406 {
- font-size: 26rpx;
- line-height: 26rpx;
- }
- .identify .info .input-grow .input.data-v-0af94406 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- height: 48rpx;
- margin-left: 20rpx;
- font-size: 26rpx;
- }
- .identify .info .input-grow.first.data-v-0af94406 {
- margin-top: 16rpx;
- border-bottom: 1px solid #f6f5f7;
- }
- .identify .picture.data-v-0af94406 {
- padding-bottom: 30rpx;
- }
- .identify .picture .picture-grow.data-v-0af94406 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .identify .picture .picture-grow .picture-box.data-v-0af94406 {
- width: 580rpx;
- height: 320rpx;
- background-color: transparent;
- border-radius: 20rpx;
- overflow: hidden;
- box-shadow: 0 0 20rpx #dddddd;
- }
- .identify .picture .picture-grow .picture-box .picture-img.data-v-0af94406 {
- width: 100%;
- height: 100%;
- }
- .identify .picture .picture-grow .tips.data-v-0af94406 {
- font-size: 26rpx;
- margin-top: 10rpx;
- }
- .identify .picture .picture-grow.first.data-v-0af94406 {
- margin-top: 30rpx;
- }
- .identify .btn.data-v-0af94406 {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 80rpx;
- background-color: skyblue;
- text-align: center;
- }
- .identify .btn .submit.data-v-0af94406 {
- width: 100%;
- height: 100%;
- margin-top: 30rpx;
- font-size: 30rpx;
- border-radius: 0;
- color: white;
- line-height: 80rpx;
- }
- .identify .bottom-tips.data-v-0af94406 {
- padding: 0 24rpx;
- margin-top: 40rpx;
- margin-bottom: 120rpx;
- }
- .identify .bottom-tips .txt.data-v-0af94406 {
- font-size: 20rpx;
- color: #C2C2C2;
- line-height: 22rpx;
- }
|