| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- page {
- height: 100%;
- }
- .container {
- width: 100%;
- height: 100%;
- &::-webkit-scrollbar {
- width: 16px;
- height: 16px;
- background-color: #f5f5f5;
- }
- &::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- background-color: #f5f5f5;
- }
- &::-webkit-scrollbar-thumb {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- background-color: #555;
- }
- button {
- margin: 0;
- outline: none;
- padding: 0;
- }
- button::after {
- border: none;
- }
- }
- .content1 {
- position: relative;
- width: 100%;
- height: 100%;
- font-family: "MicrosoftYaHei";
- font-weight: 400;
- background-image: url(../../static/images/bg.png);
- background-size: cover;
- background-attachment: fixed;
- background-repeat: no-repeat;
- .mark {
- position: absolute;
- width: 100%;
- height: 100%;
- background: #000000;
- opacity: 0.2;
- z-index: 5;
- }
- .messageCard {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- position: absolute;
- top: 125rpx;
- left: 36rpx;
- width: 678rpx;
- height: 1000rpx;
- background: #fff;
- border-radius: 14rpx;
- box-sizing: border-box;
- z-index: 4;
- image {
- max-width: 438rpx;
- max-height: 360rpx;
- margin: 0 auto;
- margin-top: 152rpx;
- }
- text {
- width: 438rpx;
- height: 33rpx;
- font-size: 32rpx;
- margin: 0 auto;
- margin-top: 42rpx;
- color: #333333;
- text-align: center;
- line-height: 54rpx;
- }
- button {
- width: 318rpx;
- height: 80rpx;
- margin: 0 auto;
- margin-top: 150rpx;
- background: #298def;
- border-radius: 10rpx;
- border: 2rpx solid #fff;
- color: #fff;
- line-height: 80rpx;
- font-size: 28rpx;
- }
- & button:nth-of-type(2) {
- margin-top: 40rpx;
- background: #fff;
- color: #298def;
- border: 2rpx solid #298def;
- }
- }
- .messageBg1 {
- position: absolute;
- top: 145rpx;
- left: 51rpx;
- width: 648rpx;
- height: 1005rpx;
- background: #ffffff;
- opacity: 0.7;
- border-radius: 14rpx;
- z-index: 3;
- }
- .messageBg2 {
- position: absolute;
- top: 164rpx;
- left: 58rpx;
- width: 634rpx;
- height: 1007rpx;
- background: #ffffff;
- opacity: 0.5;
- border-radius: 14rpx;
- z-index: 2;
- }
- .pop-up {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- position: absolute;
- top: 284rpx;
- left: 50%;
- transform: translateX(-325rpx);
- width: 650rpx;
- height: 566rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(0, 0, 0, 0.29);
- border-radius: 10rpx;
- overflow: hidden;
- z-index: 6;
- .top {
- display: flex;
- justify-content: space-between;
- width: 650rpx;
- height: 90rpx;
- background: #e7eef5;
- line-height: 90rpx;
- text {
- width: 161rpx;
- height: 90rpx;
- margin-left: 35rpx;
- line-height: 90rpx;
- font-size: 32rpx;
- color: #333333;
- }
- .close {
- position: relative;
- width: 120rpx;
- height: 80rpx;
- background: #e7eef5;
- .image {
- position: absolute;
- top: 40%;
- left: 50%;
- width: 18rpx;
- height: 18rpx;
- background-image: url(../../static/images/close.png);
- background-size: 100%;
- }
- }
- }
- .name,
- .studentNo {
- display: flex;
- justify-content: space-around;
- width: 590rpx;
- height: 111rpx;
- margin: 0 auto;
- border-bottom: 1rpx solid #cccccc;
- background: #fff;
- padding-top: 12rpx;
- box-sizing: border-box;
- text {
- display: inline-block;
- width: 100rpx;
- height: 111rpx;
- font-size: 32rpx;
- color: #313131;
- line-height: 111rpx;
- text-align: center;
- }
- input {
- display: inline-block;
- width: 390rpx;
- height: 111rpx;
- text-align: left;
- line-height: 111rpx;
- }
- }
- .remark {
- width: 552rpx;
- height: 24rpx;
- margin: 0 auto;
- font-size: 24rpx;
- color: #999999;
- line-height: 54rpx;
- }
- .confirm {
- display: flex;
- justify-content: space-between;
- width: 410rpx;
- height: 254rpx;
- margin: 0 auto;
- button::after {
- border: none;
- }
- button {
- width: 170rpx;
- height: 80rpx;
- margin-top: 92rpx;
- background: rgba(255, 255, 255, 1);
- border: 1rpx solid #298def;
- border-radius: 4rpx;
- text-align: center;
- line-height: 80rpx;
- color: rgba(41, 141, 239, 1);
- }
- button:nth-child(2) {
- background: rgba(41, 141, 239, 1);
- color: #fff;
- border-color: rgba(41, 141, 239, 1);
- }
- }
- }
- }
- .content2 {
- position: relative;
- width: 100%;
- height: 100%;
- font-family: "MicrosoftYaHei";
- font-weight: 400;
- background-image: url(../../static/images/bg.png);
- background-size: cover;
- background-attachment: fixed;
- background-repeat: no-repeat;
- .mark {
- position: absolute;
- width: 100%;
- height: 100%;
- background: #000000;
- opacity: 0.2;
- z-index: 5;
- }
- .messageCard {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- position: absolute;
- top: 125rpx;
- left: 36rpx;
- width: 678rpx;
- height: 1000rpx;
- background: #fff;
- border-radius: 14rpx;
- z-index: 4;
- .item-form {
- width: 618rpx;
- height: 800rpx;
- margin: 0 auto;
- overflow: scroll;
- &::-webkit-scrollbar {
- display: none;
- }
- .item,
- .item-pay {
- display: flex;
- justify-content: space-between;
- width: 618rpx;
- height: 89rpx;
- margin: 0 auto;
- margin-top: 8rpx;
- border-bottom: 1rpx solid #d9d9d9;
- line-height: 89rpx;
- box-sizing: border-box;
- .ite {
- display: inline-block;
- width: 200rpx;
- height: 80rpx;
- line-height: 89rpx;
- margin-left: 20rpx;
- font-size: 32rpx;
- color: #808080;
- box-sizing: border-box;
- }
- .content {
- display: inline-block;
- width: 400rpx;
- height: 80rpx;
- overflow: hidden; //多出部分隐藏
- white-space: nowrap; //一行显示
- text-overflow: ellipsis; //是否显示省略号
- line-height: 89rpx;
- margin-left: 40rpx;
- color: #000;
- background: #fff;
- box-sizing: border-box;
- }
- }
- }
- button {
- width: 618rpx;
- height: 100rpx;
- margin: 0 auto;
- background: #298def;
- font-size: 28rpx;
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- }
- .okPay {
- width: 618rpx;
- height: 100rpx;
- margin: 0 auto;
- border-radius: 5rpx;
- background: #b3b3b3;
- opacity: 0.6;
- font-size: 28rpx;
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- }
- .bottom-a {
- display: flex;
- justify-content: flex-end;
- width: 618rpx;
- height: 80rpx;
- margin: 0 auto;
- navigator {
- height: 80rpx;
- font-size: 26rpx;
- color: #298def;
- text-align: center;
- line-height: 80rpx;
- }
- }
- }
- .messageBg1 {
- position: absolute;
- top: 145rpx;
- left: 51rpx;
- width: 648rpx;
- height: 1005rpx;
- background: #ffffff;
- opacity: 0.7;
- border-radius: 14rpx;
- z-index: 3;
- }
- .messageBg2 {
- position: absolute;
- top: 164rpx;
- left: 58rpx;
- width: 634rpx;
- height: 1007rpx;
- background: #ffffff;
- opacity: 0.5;
- border-radius: 14rpx;
- z-index: 2;
- }
- .leaveMess {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- position: absolute;
- top: 201rpx;
- left: 50%;
- transform: translateX(-325rpx);
- width: 650rpx;
- height: 732rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(0, 0, 0, 0.29);
- border-radius: 10rpx;
- overflow: hidden;
- box-sizing: border-box;
- z-index: 6;
- .top {
- display: flex;
- justify-content: space-between;
- width: 650rpx;
- height: 90rpx;
- background: #e7eef5;
- line-height: 90rpx;
- text {
- width: 161rpx;
- height: 90rpx;
- margin-left: 35rpx;
- line-height: 90rpx;
- font-size: 32rpx;
- color: #333333;
- }
- .close {
- position: relative;
- width: 120rpx;
- height: 80rpx;
- background: #e7eef5;
- .image {
- position: absolute;
- top: 40%;
- left: 50%;
- width: 18rpx;
- height: 18rpx;
- background-image: url(../../static/images/close.png);
- background-size: 100%;
- }
- }
- }
- .name,
- .tel {
- display: flex;
- justify-content: space-between;
- width: 570rpx;
- height: 56rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- text {
- width: 110rpx;
- height: 56rpx;
- font-size: 28rpx;
- color: #333333;
- text-align: center;
- line-height: 56rpx;
- }
- input {
- width: 453rpx;
- height: 56rpx;
- font-size: 28rpx;
- border: 1rpx solid #bfbfbf;
- border-radius: 5rpx;
- text-align: left;
- text-indent: 10rpx;
- }
- }
- .name {
- text {
- text-align: right;
- }
- }
- .title {
- width: 570rpx;
- height: 30rpx;
- margin: 0 auto;
- margin-top: 40rpx;
- color: #333333;
- font-size: 28rpx;
- line-height: 30rpx;
- }
- textarea {
- width: 570rpx;
- height: 230rpx;
- border: 1rpx solid #cccccc;
- border-radius: 10rpx;
- margin: 0 auto;
- margin-top: 20rpx;
- }
- button {
- width: 170rpx;
- height: 80rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- background: #298def;
- border-radius: 4px;
- color: #fff;
- text-align: center;
- line-height: 80rpx;
- }
- }
- }
|