| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- /* pages/takePhoto/takePhoto.wxss */
- .top-container {
- position: relative;
- width: 100%;
- height: 35vh;
- padding-top: 154rpx;
- background-size: contain;
- background: url(https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/miniapp-static/sea-bgd.jpeg?sign=f138978877f53ccdc48937c58811659b&t=1634539269)
- }
- .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: 160rpx;
- height: 160rpx;
- }
- .camera-cargo {
- height: 32vh;
- background: #006ebd;
- }
- .camera-bill {
- height: 33vh;
- background: #fa283d;
- }
- .new-camera {
- text-align: center;
- padding-top: 6vh;
- 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;
- }
|