| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- /* pages/clock/clock.wxss */
- page {
- background: rgba(245, 245, 245, 1);
- font-family: PingFangSC-Regular, PingFang SC;
- /* padding-bottom: 20rpx; */
- }
- .video {
- width: 710rpx;
- height: 248rpx;
- margin: 20rpx;
- /* box-shadow: 0rpx 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
- }
- .no-pass,
- .no-authentication {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .header {
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- z-index: -1;
- }
- .no-pass-bg,
- .no-authentication-bg {
- width: 100%;
- }
- .no-pass-content,
- .no-authentication-content {
- width: 690rpx;
- height: 840rpx;
- background: rgba(255, 255, 255, 1);
- /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
- border-radius: 16rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- margin-top: 70rpx;
- }
- .no-passs-img,
- .no-authentication-img {
- height: 269rpx;
- width: 360rpx;
- }
- .no-pass-content-text,
- .no-authentication-content-text {
- margin-top: 57rpx;
- }
- .no-pass-content-text view:first-child,
- .no-authentication-content-text view:first-child {
- text-align: center;
- font-size: 42rpx;
- color: #000;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .no-pass-content-text view:last-child,
- .no-authentication-content-text view:last-child {
- text-align: center;
- font-size: 24rpx;
- color: #666;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- margin-top: 20rpx;
- }
- .no-pass-content-button,
- .no-authentication-content-button {
- width: 560rpx;
- height: 88rpx;
- color: #fff;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- line-height: 88rpx;
- text-align: center;
- background: rgba(0, 122, 255, 1);
- border-radius: 16rpx;
- border: 2rpx solid rgba(0, 122, 255, 1);
- margin-top: 88rpx;
- }
- .pass {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .pass-header {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: relative;
- }
- .pass-header-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- z-index: -1;
- }
- .pass-header-content {
- width: 70%;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 100rpx;
- }
- .number {
- font-size: 68rpx;
- font-family: DINCondensed-Bold, DINCondensed;
- font-weight: bold;
- color: #FFFFFF;
- }
- .unit {
- font-size: 28rpx;
- }
- .pass-header-message {
- font-size: 22rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(255, 255, 255, 0.7);
- margin-top: 20rpx;
- }
- .pass-header-footer {
- width: 690rpx;
- height: 164rpx;
- display: flex;
- align-items: center;
- justify-content: space-around;
- background: #FFFFFF;
- /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
- border-radius: 16rpx;
- margin-top: 60rpx;
- }
- .pass-header-footer-view {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .pass-header-footer-view image {
- width: 48rpx;
- height: 52rpx;
- }
- .pass-header-footer-view text {
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-top: 16rpx;
- }
- .pass-content {
- width: 690rpx;
- height: 748rpx;
- background: #fff;
- /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
- border-radius: 16rpx;
- margin-top: 20rpx;
- padding: 30rpx 27rpx;
- box-sizing: border-box;
- }
- .status {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .clock-in,
- .clock-out {
- width: 310rpx;
- height: 98rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- background: #F5F5F5;
- box-sizing: border-box;
- padding-left: 30rpx;
- border-radius: 8rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .clock-time {
- display: flex;
- align-items: center;
- }
- .clock-time image {
- width: 22rpx;
- height: 22rpx;
- margin-right: 10rpx;
- }
- .status-text {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .rule-messgae {
- width: 100%;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin-top: 20rpx;
- padding-bottom: 100rpx;
- }
- .image {
- height: 260rpx;
- width: 260rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0 auto;
- }
- .image image {
- height: 260rpx;
- width: 260rpx;
- }
- .clock-status {
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- padding-top: 70rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .clock-status image {
- height: 30rpx;
- width: 30rpx;
- margin-right: 12rpx;
- }
- .reload-location {
- font-size: 26rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #007AFF;
- padding-top: 40rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .reload-location image {
- height: 24rpx;
- width: 24rpx;
- margin-right: 15rpx;
- }
- .prepayable {
- width: 100%;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 164rpx;
- }
- .prepayable-number {
- font-size: 58rpx;
- font-family: DINCondensed-Bold, DINCondensed;
- font-weight: bold;
- color: #0177FF;
- }
- .prepayable-unit {
- font-family: PingFangSC-Semibold, PingFang SC;
- margin-left: 8rpx;
- }
- .height {
- height: 894rpx;
- }
- .cover {
- position: fixed;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.6);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cover-kefu {
- width: 600rpx;
- height: 504rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .cover-kefu-title {
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .cover-kefu-number {
- font-size: 48rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-top: 30rpx;
- margin-bottom: 20rpx;
- }
- .cover-kefu-tips {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- }
- .cover-kefu-button {
- width: 392rpx;
- height: 88rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- background: #007AFF;
- border-radius: 16rpx;
- margin-top: 72rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cover-kefu-button image {
- width: 36rpx;
- height: 35rpx;
- margin-right: 20rpx;
- }
- .settingVisible{
- color: #000;
- font-size: 34rpx;
- font-weight: 600;
- }
|