123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- /* pages/workbench/workbench.wxss */
- .work-content {
- background-color: #F7F7F7;
- padding-top: 1rpx;
- position: relative;
- }
- .notice {
- width: 100%;
- height: 68rpx;
- font-size: 26rpx;
- color: #333333;
- text-align: center;
- line-height: 68rpx;
- background-color:rgba(69, 166, 181, 0.2);
- }
- .account-info {
- width: 690rpx;
- height: 160rpx;
- margin: 20rpx auto 0;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .left {
- width: 70%;
- }
- .right {
- width: 30%;
- }
- .half {
- height: 100%;
- }
- .head-img {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- margin: 0 14rpx 0 20rpx;
- }
- .username {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- }
- .usernum {
- font-size: 26rpx;
- font-weight: 400;
- color: #999999;
- }
- .basetext {
- font-size: 26rpx;
- font-weight: 400;
- color: #45A6B5;
- text-align: right;
- }
- .arror {
- width: 14rpx;
- height: 25rpx;
- margin: 0 20rpx;
- }
- .right {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .reauth-btn {
- width: 196rpx;
- height: 60rpx;
- background: #45A6B5;
- border-radius: 10rpx;
- margin-right: 20rpx;
- }
- .tips {
- width: 690rpx;
- margin: 40rpx auto 20rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- text-align: center;
- }
- .main-scan {
- margin-top: 312rpx;
- }
- .scanicon {
- width: 320rpx;
- height: 320rpx;
- margin: 0 auto;
- }
- .camera {
- width: 100%;
- height: calc(100% - 200rpx);
- }
- .overlay {
- position: absolute;
- top: 0;
- background-color: rgba(0,0,0,0.3);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .modal {
- width: 558rpx;
- height: 584rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .title {
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- text-align: center;
- margin-top: 20rpx;
- margin-bottom: 40rpx;
- }
- .info {
- font-size: 30rpx;
- font-weight: 400;
- color: #333333;
- text-indent: 48rpx;
- margin-bottom: 20rpx;
- }
- .bold {
- font-size: 48rpx;
- font-weight: bold;
- }
- .use-num {
- font-size: 32rpx;
- font-weight: bold;
- }
- .age {
- margin-bottom: 10rpx;
- }
- .btn {
- margin-top: 50rpx;
- }
- .itt-btn {
- width: 210rpx;
- height: 68rpx;
- border-radius: 10rpx;
- }
- .cancel {
- margin: 0 40rpx 0 48rpx;
- background-color: #fff;
- color: #333333;
- border: 1rpx solid #333333;
- }
|