123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- @charset "UTF-8";
- .text-center.data-v-1630c0f0 {
- text-align: center;
- }
- .font-weight.data-v-1630c0f0 {
- font-weight: bold;
- }
- .page-width.data-v-1630c0f0 {
- width: 100%;
- }
- .goods-hover-class.data-v-1630c0f0 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-1630c0f0 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-1630c0f0 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-1630c0f0 {
- width: 100%;
- }
- .u-hover-class.data-v-1630c0f0 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-1630c0f0 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .info.data-v-1630c0f0 {
- position: relative;
- z-index: 10;
- width: 702rpx;
- margin: 94rpx auto 0;
- border-radius: 16rpx;
- background-color: #fff;
- font-size: 32rpx;
- color: #353535;
- padding: 98rpx 40rpx 15rpx;
- }
- .info .avatar.data-v-1630c0f0 {
- width: 140rpx;
- height: 140rpx;
- border-radius: 70rpx;
- border: 4rpx solid #fff;
- position: absolute;
- top: -70rpx;
- left: 50%;
- margin-left: -70rpx;
- }
- .info .form-item.data-v-1630c0f0 {
- margin-bottom: 26rpx;
- }
- .info .form-item .label.data-v-1630c0f0 {
- color: #999999;
- width: 170rpx;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- }
- .info .form-item .item-content.data-v-1630c0f0 {
- width: 450rpx;
- }
- .info .form-item .item-content .placeholder.data-v-1630c0f0 {
- margin: 0 10rpx;
- }
- .button.data-v-1630c0f0 {
- width: 702rpx;
- height: 80rpx;
- margin: 80rpx 12rpx;
- }
- .button > view.data-v-1630c0f0 {
- width: 346rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- border-radius: 40rpx;
- font-size: 28rpx;
- }
- .button .fail.data-v-1630c0f0 {
- background-color: #e2e2e2;
- color: #353535;
- }
- .button .by.data-v-1630c0f0 {
- background-color: #446dfd;
- color: white;
- }
- .model.data-v-1630c0f0 {
- position: fixed;
- z-index: 1600;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.3);
- }
- .model .dialog-list.data-v-1630c0f0 {
- padding: 46rpx 30rpx;
- }
- .model .dialog-list .dialog-item.data-v-1630c0f0 {
- margin: 10rpx;
- height: 62rpx;
- line-height: 60rpx;
- display: inline-block;
- padding: 0 32rpx;
- font-size: 32rpx;
- color: #353535;
- border-radius: 32rpx;
- border: 2rpx solid #bbbbbb;
- }
- .model .dialog-list .dialog-item.active.data-v-1630c0f0 {
- color: #446dfd;
- border: 2rpx solid #446dfd;
- }
- .model .top.data-v-1630c0f0 {
- margin-top: 40rpx;
- margin-bottom: 32rpx;
- color: #353535;
- font-size: 32rpx;
- text-align: center;
- }
- .model .content.data-v-1630c0f0 {
- width: calc(100% - 64rpx);
- margin: 0 32rpx;
- }
- .model .buttons.data-v-1630c0f0 {
- width: 100%;
- border-top: 1rpx solid #e2e2e2;
- margin-top: 32rpx;
- }
- .model .buttons .but.data-v-1630c0f0 {
- width: calc(50% - 1rpx);
- height: 88rpx;
- line-height: 88rpx;
- font-size: 32rpx;
- text-align: center;
- }
- .model .buttons .line.data-v-1630c0f0 {
- width: 2rpx;
- height: 32rpx;
- background-color: #e2e2e2;
- }
- .model .buttons .cancel.data-v-1630c0f0 {
- color: #666666;
- }
- .model .buttons .confirm.data-v-1630c0f0 {
- color: #446dfd;
- }
- .model .refuse.data-v-1630c0f0 {
- width: 620rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- border-radius: 16rpx;
- background-color: white;
- }
- .model .refuse .content.data-v-1630c0f0 {
- border-radius: 16rpx;
- border: 1rpx solid #e2e2e2;
- height: 300rpx;
- box-sizing: border-box;
- padding: 24rpx 32rpx;
- }
- .model .refuse .textarea.data-v-1630c0f0 {
- width: 492rpx;
- height: 252rpx;
- font-size: 28rpx;
- color: #80848f;
- }
- .model .by.data-v-1630c0f0 {
- width: 620rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- border-radius: 16rpx;
- background-color: white;
- }
- .model .by .content.data-v-1630c0f0 {
- font-size: 32rpx;
- color: #353535;
- text-align: center;
- }
|