123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- /* pages/my/myStudy/myStudy.wxss */
- @import '../../common.wxss';
- @font-face {
- font-family: "iconfont";
- src: url('iconfont.eot?t=1559096289773');
- /* IE9 */
- src: url('iconfont.eot?t=1559096289773#iefix') format('embedded-opentype'),
- /* IE6-IE8 */
- url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKcAAsAAAAABkwAAAJQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApUYwE2AiQDCAsGAAQgBYRtBzEbigXInpo8KUIbQwhFQm+LQTgb4uG/Nfb3zQ4mEomiWb3hpxOpJIiNkol80RL2/9baLKaROpjtabqEWcLryp8Vnx3UElXMuocCHQ+FR+RdAozrFwWRT9w7/RPog8wHlONeNNakSV1AXRxIAe6FUWSFEnjD2AUv8DGBWoOqcJtNHd0oTWavCsSTpggorRCRZZavFiobDmbxrkJ1ek0vkLfo+/FfOKpJKgp2085No4xqfnWKipdy2kVAiBLQ8QoUmIdk4qAxsyVRMC5RbSbJKHSs+uDXsgzc4qgOwf46u7Ye9EPlM6k89aPmEzzWRO2Q3kk/jGj318vkpaOTi43NPIVc7D4vlsN5fCp9vL///i3eOzl5F4lGIlzjKI/7+wtRDYSydNGDOASnrb9D17mL/9V1GXyq/4pCZdkwH1K9F2/wN1QD+7KhsV0pa6rG4aT9LC21alHCgVY/U60dpy6Eah0TfFUGMhSqjZOZnUeFOguoVG0FteY0H6/ThkoUuQazFgBCs1skjT5QaPZKZvYbFTr9oVJzFKh1FG0X1pmM+4wNCgIDGYsjWJMcm7gelhHXd4IyYAo0r4n4XqC+FschPljON4MNdIkt/qASZoxgQh0LN4HnwDQd7FJHB4nxKmNuLBAgTW/iJcdCGTZQQMAAGSYagWkkDhsJRjMZlc93AooBJgHt6Kkr9gKUT5seC+EFB5DNRntQz6O84hukCGMYAiMohwVrAvOAyeTA3OZ5OiBheOqElCsm4AwiQ4389mbr745BLduWwplZqHrWhBFNHEAIAAA=') format('woff2'),
- url('iconfont.woff?t=1559096289773') format('woff'),
- url('iconfont.ttf?t=1559096289773') format('truetype'),
- /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
- url('iconfont.svg?t=1559096289773#iconfont') format('svg');
- /* iOS 4.1- */
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-xiayibu:before {
- content: "\e644";
- color: #DEDFE2;
- }
- .study-container {
- width: 100%;
- height: 100%;
- }
- .box {
- padding: 30rpx;
- margin-bottom: 10rpx;
- background-color: #fff;
- }
- .box .title {
- position: relative;
- margin-bottom: 25rpx;
- font-size: 32rpx;
- font-family: 'PingFang SC, PingFang SC-Bold';
- font-weight: 700;
- color: #1a1a1a;
- z-index: 1;
- }
- .box .title::before {
- display: block;
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 6rpx;
- height: 100%;
- background: #ffdd36;
- border-radius: 3rpx;
- z-index: -1;
- }
- .box .label {
- margin-bottom: 15rpx;
- font-size: 32rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #060606;
- }
- .box .input-box {
- width: 100%;
- margin-bottom: 25rpx;
- padding-bottom: 10rpx;
- border-bottom: 1px solid #d9d9d9;
- }
- .box .input-box .picker {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #bfbfbf;
- }
- .box .input-box .picker text,
- .box .input-box .input-placeholder {
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #bfbfbf;
- }
- .box .notice {
- font-size: 32rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #808080;
- /* line-height: 40rpx; */
- }
- .box .prove {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 690rpx;
- height: 360rpx;
- margin: 25rpx auto 50rpx;
- border: 1rpx solid #d9d9d9;
- border-radius: 10rpx;
- font-size: 30rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #666666;
- }
- .box .prove .photo {
- width: 249rpx;
- height: 161rpx;
- margin-top: 60rpx;
- margin-bottom: 50rpx;
- }
- .student-box {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .photo2 {
- width: 660rpx;
- height: 330rpx;
- border-radius: 10rpx;
- }
- .last {
- margin-bottom: 0;
- }
- .footer {
- padding: 0;
- }
- .tip {
- text-align: center;
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Bold';
- font-weight: 700;
-
- }
- .tip-item {
- height: 90rpx;
- background: #fffae1;
- color: #ffa836;
- line-height: 90rpx;
- }
- .btn {
- width: 690rpx;
- height: 85rpx;
- background: #ffdc2f;
- border-radius: 43rpx;
- font-size: 30rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #1a1a1a;
- color: #fff;
- }
- .input-label {
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #808080;
- }
- .tip #fail {
- width: 750rpx;
- /* height: 90rpx; */
- background: #fff2f2;
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #ff1010;
- padding: 25rpx 0;
- }
- .content-box {
- width: 100%;
- margin-bottom: 25rpx;
- padding-bottom: 10rpx;
- border-bottom: 1px solid #d9d9d9;
- display: flex;
- justify-content: space-between;
- }
- .plac-s {
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #bfbfbf;
- }
- .school-name {
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #bfbfbf;
- }
- .address-popup {
- width: 750rpx;
- background: #ffffff;
- border-radius: 50rpx 50rpx 0 0;
- position: fixed;
- z-index: 1000;
- bottom: 0;
- left: 0;
- }
- .address-popup .title-box {
- position: relative;
- text-align: center;
- margin-top: 37rpx;
- display: flex;
- justify-content: space-between;
- padding: 0 60rpx;
- box-sizing: border-box;
- height: 60rpx;
- align-items: center;
- }
- .address-popup .title-box .title {
- font-size: 36rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #1a1a1a;
- }
- .address-popup .title-box .cancel-word {
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #ffc12f;
- /* position: absolute;
- right: 60rpx;
- top: 5rpx; */
- }
- .search-box {
- width: 500rpx;
- border: 1px solid #E6E6E6;
- height: 50rpx;
- }
- .input-s {
- width: 500rpx;
- height: 50rpx;
- text-align: left;
- padding-left: 30rpx;
- }
- .line-popup {
- width: 64rpx;
- height: 8rpx;
- background: #cccccc;
- margin-top: 12rpx;
- margin-left: 50%;
- transform: translateX(-50%);
- }
- .picker-view {
- width: 750rpx;
- height: 300rpx;
- }
- .picker-view .type-item {
- height: 102rpx !important;
- line-height: 102rpx !important;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- }
- .pick-item {
- height: 102rpx;
- display: flex;
- justify-content: center;
- padding: 0 60rpx;
- align-items: center;
- }
- .pick-item .item {
- color: #B3B3B3;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- }
- .pick-item .active-type {
- color: #1a1a1a;
- }
- .pick-item .item:last-child {
- border-bottom: none;
- }
- .detail-word {
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #b3b3b3;
- }
- .active-detail {
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #005ed9;
- }
- .pick-btn {
- width: 630rpx;
- height: 85rpx;
- background: #ffdc2f;
- border-radius: 43rpx;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #1a1a1a;
- margin-left: 60rpx;
- line-height: 85rpx;
- }
- .end-btn {
- width: 146rpx;
- height: 60rpx;
- text-align: center;
- line-height: 60rpx;
- background-color: #E6E6E6;
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #ffffff;
- border-radius: 28rpx;
- }
- .yin {
- width: 100vw;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, .5);
- z-index: 100;
- }
- .plac-search {
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #bfbfbf;
- }
- #bot-box {
- position: fixed;
- z-index: 10;
- width: 750rpx;
- }
|