123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- /* pages/index-admin/index-admin.wxss */
- .container {
- padding: 20rpx;
- align-items: flex-start;
- background-size: 100% 100%;
- z-index: -99;
- width: 100%;
- }
- .login-info {
- margin: 10rpx;
- margin-top: 80rpx;
- font-size: 1.2em;
- color: #ffffff;
- }
- .role-name {
- font-size: .6em;
- background-color: #86b9ff;
- border-radius: 20rpx;
- padding: 8rpx 14rpx;
- margin: 0 20rpx;
- color: #ffffff;
- }
- .app-bottom {
- color: #eee;
- font-size: .8em;
- position: relative;
- top: 20rpx;
- }
- .next {
- width: 90%;
- margin-left: 5%;
- background-size: 100% 100%;
- position: relative;
- bottom: -30rpx;
- }
- .next-title {
- width: 80%;
- margin-left: 10%;
- display: inline-flex;
- align-items: center;
- text-align: center;
- justify-content: center;
- }
- .line {
- width: 30%;
- height: 1rpx;
- text-align: center;
- background-color: #dad8da;
- }
- .line-row text {
- width: 33%;
- }
- .next-row {
- margin-left: 5%;
- margin-top: 10rpx;
- margin-bottom: 10rpx;
- font-size: .9em;
- }
- .next-title {
- color: #cbcdce;
- }
- .second-part {
- width: 94%;
- height: 50%;
- padding: 30rpx 3%;
- background-color: #F0F4F7;
- display: inline-flex;
- flex-direction: column;
- align-items: center;
- }
- .inspection {
- width: 98%;
- height: 146rpx;
- margin-top: 20rpx;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- border-radius: 20rpx;
- background-color: #ffffff;
- padding: 15rpx;
- }
- .inspection-left {
- width: 48%;
- height: 146rpx;
- line-height: 146rpx;
- color: #fff;
- background-size: 100% 100%;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .inspection-left image {
- height: 80rpx;
- width: 80rpx;
- }
- .inspection-left text {
- margin-left: 15rpx;
- }
- .inspection-right {
- width: 48%;
- height: 146rpx;
- line-height: 146rpx;
- color: #fff;
- margin-left: 20rpx;
- background-size: 100% 100%;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .inspection-right image {
- height: 80rpx;
- width: 80rpx;
- }
- .inspection-right text {
- margin-left: 15rpx;
- }
- .bottmo-module {
- width: 100%;
- margin-top: 20rpx;
- display: inline-flex;
- flex-direction: row;
- align-items: flex-start;
- justify-content: space-between;
- }
- .bottmo-module.bottom {
- width: 100%;
- margin-top: -145rpx;
- display: inline-flex;
- flex-direction: row;
- font-size: .8em;
- justify-content: flex-start;
- }
- .light {
- height: 130rpx;
- width: 32%;
- margin-right: 15rpx;
- margin-top: 15rpx;
- background: #fff;
- line-height: 130rpx;
- border-radius: 10rpx;
- display: inline-flex;
- align-items: center;
- text-align: center;
- }
- .light image {
- width: 72rpx;
- height: 72rpx;
- margin-left: 15rpx;
- }
- .light text {
- font-size: .8em;
- margin-left: 10rpx;
- }
- .big {
- height: 275rpx;
- width: 32%;
- background: #fff;
- text-align: center;
- border-radius: 10rpx;
- display: inline-flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-top: 15rpx;
- }
- .big image {
- width: 70rpx;
- height: 70rpx;
- }
- .big text {
- font-size: .8em;
- margin-top: 10rpx;
- }
|