123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- /* pages/my/myData/myData.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;
- }
- .da-img image {
- width: 138rpx;
- height: 138rpx;
- }
- /* 背景 小条框 */
- .bj-center {
- height: 20rpx;
- background-color: #f8f9fb;
- }
- /* 备注 */
- .cs-input {
- width: 100%;
- height: 100%;
- /* border: 1px solid rgb(223, 221, 221); */
- margin-left: 40rpx;
- }
- .upbtn {
- width: 90%;
- margin: 30rpx auto;
- padding: 20rpx 0;
- background: #FFDC2F;
- border-radius: 50rpx;
- text-align: center;
- color: #FFFFFF;
- }
- .sel-shadow {
- background: rgba(0, 0, 0, .5);
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- z-index: 9999;
- transform: translateY(300%);
- transition: all 0.9s ease;
- }
- .sel-hid {
- transform: translateY(0);
- }
- .sel-con {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- padding-bottom: 30rpx;
- background: white;
- }
- .sel-btn {
- width: 90%;
- margin: auto;
- padding-top: 25rpx;
- padding: 40rpx;
- font-size: 34rpx
- }
- .sel-btn .ok {
- color: #36a891;
- }
- .sel-btn .ce {
- color: #141414;
- font-size: 31rpx;
- font-weight: 600;
- }
- .sel-input {
- width: 100%;
- background: #f5f5f5;
- padding: 25rpx 35rpx;
- /* margin-bottom: 100rpx; */
- /* width: 80%;
- margin: auto;
- margin-top: 50rpx;
- height: 50rpx;
- padding: 5rpx 20rpx;
- border: 1rpx solid #c8c8c8;
- border-radius: 50rpx;
- font-size: 30rpx; */
- }
- .sel-input-pla {
- font-size: 30rpx;
- }
- .sel-list {
- max-height: 40vh;
- width: 80%;
- margin: auto;
- background: #f0f0f0;
- }
- .pb15 {
- padding-bottom: 10rpx;
- }
- .sel-list view {
- padding: 10rpx 30rpx;
- width: 80%;
- margin: 15rpx auto;
- border-bottom: 1rpx solid white;
- font-size: 30rpx;
- color: #333333;
- transition: all .5s;
- }
- .sel-list-view-active {
- color: white !important;
- background: #9DDB52;
- border-radius: 15rpx;
- }
- .no-img {
- width: 385rpx;
- height: 285rpx;
- }
- .infobody {
- width: 100%;
- background: white;
- margin-bottom: 30rpx;
- }
- .selectitem {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .notice {
- background-color: #FFFFFF;
- padding: 30rpx;
- font-size: 28rpx;
- font-family: 'PingFang SC, PingFang SC-Regular';
- font-weight: 400;
- color: #808080;
- }
- .notice .num {
- color: #FF0000;
- }
|