| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- /* pages/takePhoto/takePhoto.wxss */
- .top-container {
- position: relative;
- width: 100%;
- height: 20vh;
- background-size: contain;
- background: green;
- }
- .exp {
- background: url(https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/miniapp-static/sea-bgd.jpeg?sign=f138978877f53ccdc48937c58811659b&t=1634539269);
- }
- .sign {
- color: green;
- background-color: #fff;
- width: 180rpx;
- height: 100rpx;
- line-height: 100rpx;
- font-size: 36rpx;
- text-align: center;
- border-radius: 50rpx;
- margin: 0 auto;
- }
- .check-time {
- color: #fff;
- text-align: center;
- margin-top: 20rpx;
- }
- .sign-icon {
- display: block;
- width: 210rpx;
- height: 180rpx;
- margin: 0 auto;
- }
- .avatar-icon {
- display: block;
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- margin: 0 auto;
- }
- .user-name {
- margin-right: 40rpx;
- }
- .phone {
- font-size: 28rpx;
- font-weight: 400;
- }
- .text {
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ffffff;
- margin-top: 30rpx;
- }
- .camera-icon {
- display: block;
- width: 234rpx;
- height: 234rpx;
- position: absolute;
- top: 50%;
- left: calc(50% - 117rpx);
- }
- .auth-modal {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- }
- .modal {
- width: 557rpx;
- height: 274rpx;
- background: #ffffff;
- border-radius: 16rpx;
- margin: 548rpx auto;
- padding-top: 55rpx;
- }
- .service {
- width: 100%;
- text-align: center;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- -webkit-text-stroke: 1rpx #979797;
- }
- .auth-btn {
- width: 350rpx;
- height: 69rpx;
- background: #0094fe;
- border-radius: 8rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ffffff;
- line-height: 69rpx;
- margin: 0 auto;
- margin-top: 55rpx;
- text-align: center;
- }
- .icon {
- width: 120rpx;
- height: 120rpx;
- }
- .camera-cargo {
- height: 22vh;
- background: #006ebd;
- }
- .camera-bill {
- height: 22vh;
- background: #fa283d;
- }
- .new-camera {
- padding-top: 40rpx;
- text-align: center;
- color: #fff;
- font-size: 42rpx;
- }
- .ship-name,
- .ship-mmsi {
- width: 153rpx;
- height: 36rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 36rpx;
- text-align: right;
- margin-right: 6rpx;
- }
- .ship-name-ipt,
- .ship-mmsi-ipt {
- width: 420rpx;
- height: 67rpx;
- border: 1px solid #979797;
- font-size: 30rpx;
- padding-left: 20rpx;
- }
- .submit {
- margin: 130rpx auto;
- width: 80%;
- height: 80rpx;
- background: #0094fe;
- border-radius: 4rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ffffff;
- text-align: center;
- line-height: 80rpx;
- border-radius: 40rpx;
- }
- .i-img {
- width: 45vw;
- height: 45vw;
- }
- .i-text {
- width: 43vw;
- height: 45vw;
- margin-left: 2vw;
- border: 1rpx solid #eee;
- box-sizing: border-box;
- padding: 10rpx;
- }
- .tel {
- width: 60rpx;
- height: 60rpx;
- }
|