123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- /* pages/workbench/workbench.wxss */
- .work-content {
- background-color: #F7F7F7;
- padding-top: 1rpx;
- position: relative;
- }
- .account-info {
- width: 690rpx;
- height: 160rpx;
- margin: 20rpx auto 0;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .half {
- width: 50%;
- 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;
- }
- .tips {
- width: 690rpx;
- margin: 40rpx auto 20rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- }
- .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;
- }
- .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;
- }
|