123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- @import "../../../../public/pages/public-view.wxss";
- /* Page {
- background-color: white;
- } */
- /* 原生组件会漂浮在非原生组件上 */
- .bottom-view, .bottom-view-X {
- position: relative;
- background-color: #F5F5F5;
- }
- .scroll-view-last {
- background-color: #f5f5f5;
- width: 100%;
- height: 24rpx;
- margin-top: -0.7px;
- }
- /* id-card-view */
- .id-card-view {
- margin: -64rpx 20rpx 0rpx;
- height: 448rpx;
- background-color: white;
- border-radius: 8rpx;
- box-shadow: 0rpx 4rpx 8rpx rgba(0, 0, 0, 0.03);
- display: flex;
- flex-direction: column;
- }
- .id-card-view>view {
- margin-left: 44rpx;
- margin-right: 44rpx;
- display: flex;
- }
- .id-card-view>view:nth-child(1)>text {
- font-size: 28rpx;
- color: #333333;
- margin-top: 46rpx;
- }
- .id-card-view>view:nth-child(1)>image {
- width: 28rpx;
- height: 40rpx;
- margin-top: 46rpx;
- margin-left: auto;
- margin-right: 12rpx;
- }
- .id-card-view>view:nth-child(1)>view {
- font-size: 30rpx;
- line-height: 40rpx;
- color: #3296FB;
- margin-top: 46rpx;
- }
- .id-card-view>view:nth-child(2)>view {
- margin-top: 34rpx;
- }
- .id-card-view>view:nth-child(2)>view:nth-child(1) {
- margin-right: auto;
- }
- .id-card-view+view {
- width: 100%;
- height: 24rpx;
- }
- /* photograph-view */
- .photograph-view {
- display: flex;
- flex-direction: column;
- }
- .photograph-view>view {
- width: 292rpx;
- height: 196rpx;
- background-color: #EBF5FF;
- border-radius: 12rpx;
- display: flex;
- }
- .photograph-view>view>image {
- width: 204rpx;
- height: 129rpx;
- background-color: white;
- margin: auto auto;
- border-radius: 8rpx;
- }
- .photograph-view>text {
- width: 292rpx;
- font-size: 30rpx;
- color: #3296FB;
- text-align: center;
- margin-top: 32rpx;
- }
- /* input-view */
- .input-view,
- .input-view-in {
- display: flex;
- background-color: white;
- width: 100%;
- height: 100rpx;
- }
- .input-view-in {
- margin-top: 24rpx;
- }
- .input-view-placeholder {
- font-size: 32rpx;
- color: #cccccc;
- }
- .input-view-placeholder-h {
- font-size: 32rpx;
- color: rgba(0, 0, 0, 0);
- }
- .input-view>text,
- .input-view-in>text,
- .textarea-view>text {
- font-size: 32rpx;
- color: #333333;
- margin-left: 30rpx;
- width: 210rpx;
- }
- .input-view>text,
- .input-view-in>text {
- line-height: 100rpx;
- }
- .textarea-view>text {
- margin-top: 34rpx;
- }
- .input-view>input,
- .input-view-in>input {
- font-size: 32rpx;
- color: #666666;
- line-height: 100rpx;
- width: 480rpx;
- height: 100rpx;
- margin-right: 30rpx;
- }
- .textarea-view {
- display: flex;
- background-color: white;
- width: 100%;
- }
- textarea {
- font-size: 32rpx;
- color: #666666;
- line-height: 8rpx;
- /* text-align: right; */
- /* height: 8rpx; */
- }
- .textarea-ios {
- margin: 20rpx 10rpx 20rpx auto;
- width: 540rpx;
- }
- .textare-android {
- margin: 34rpx 30rpx 34rpx auto;
- width: 480rpx;
- }
- /* require-view */
- .require-view {
- width: 100%;
- height: 100%;
- position: fixed;
- background-color: rgba(0,0,0,0.56);
- top: 0rpx;
- z-index:1000;
- }
- .require-view>view {
- width: 100%;
- height: 800rpx;
- position: fixed;
- background-color: white;
- bottom: -800rpx;
- display: flex;
- flex-direction: column;
- }
- .require-view>view>view:nth-child(1) {
- width: 100%;
- height: 108rpx;
- display: flex;
- }
- .require-view>view>view:nth-child(1)>view {
- width: 6rpx;
- height: 32rpx;
- margin: auto 20rpx auto 30rpx;
- background-color: #3296FB;
- }
- .require-view>view>view:nth-child(1)>text {
- font-size: 32rpx;
- color: #333333;
- width: 600rpx;
- line-height: 108rpx;
- margin-right: auto;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow:hidden;
- }
- .require-view>view>view:nth-child(1)>image {
- width: 92rpx;
- height: 92rpx;
- margin: auto 0;
- }
- .require-view>view>view:nth-child(2) {
- width: 100%;
- height: 0.7px;
- background-color: #eeeeee;
- }
- .require-view>view>text:nth-child(3) {
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- line-height: 42rpx;
- height: 42rpx;
- margin-top: 42rpx;
- margin-left: 50rpx;
- }
- .require-view>view>view:nth-child(3)>view {
- width: 6rpx;
- height: 28rpx;
- background-color: #3296FB;
- margin: auto 0 auto 50rpx;
- }
- .require-view>view>view:nth-child(3)>text {
- font-size: 30rpx;
- color: #333333;
- font-weight: bold;
- line-height: 42rpx;
- margin-left: 14rpx;
- }
- .require-view>view>image {
- width: 650rpx;
- height: 202rpx;
- margin: 32rpx 50rpx 44rpx
- }
- .require-view>view>text {
- font-size: 28rpx;
- color: #666666;
- line-height: 56rpx;
- margin: 0 50rpx;
- }
|