123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- /* parents/pages/information/information.wxss */
- @import '../../../templates/loading/loading.wxss';
- page{
- background: #fff;
- }
- .list {
- padding: 0rpx;
- }
- .li {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx;
- background: #fff;
- border-radius: 0;
- border-bottom: solid 1rpx #e6e6e6;
- margin: 0;
- }
- .li-label {
- font-size: 32rpx;
- color: #666;
- margin: 0;
- }
- .li-image {
- width: 60rpx;
- height: 60rpx;
- margin-top:80rpx;
- }
- .li-imageTip{
- width: 100%;
- height: 100%;
- /* border-radius:50%; */
- }
- .upload-text{
- font-size:12px;
- color:#999999;
- }
- .upload-refrehtext{
- font-size:12px;
- color:#ffff;
- }
- .uploadImg{
- width:200rpx;
- height:220rpx;
- background-color:#ebebeb;
- margin:0 auto;
- text-align:center;
- line-height:30rpx;
- box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
- border-radius:10rpx;
- }
- .upload-Model{
- width:100%;
- height:100%;
- background: rgba(0, 0, 0, 0.5);
- z-index: 1000;
- line-height:220rpx;
- position:relative;
- top:-218rpx;
- }
- .li-input,
- .li-picker,
- .li-text {
- width: 400rpx;
- font-size: 30rpx;
- color: #999;
- text-align: right;
- }
- .li-input-text{
- width: 400rpx;
- max-height: 1.4rem;
- font-size: 30rpx;
- color: #999;
- text-align: right;
- }
- .li-label-right{
- width: 12rpx;
- height: 22rpx;
- margin: auto 0;
- margin-left: 20rpx;
- }
- /* 图书录入 */
- .list-logo{
- margin: 40% 0 35% 0;
- text-align: center;
- }
- .list-logo-img{
- width: 395rpx;
- height: 181rpx;
- }
- .list-btn{
- width:518rpx;
- height:98rpx;
- background:rgba(255,128,168,1);
- border-radius:49rpx;
- margin: 0 auto;
- line-height: 98rpx;
- color: #FFFFFF;
- font-size: 32rpx;
- text-align: center;
- font-weight:bold;
- }
- .list-btns{
- margin: 0
- }
- .list-btns-yellow{
- width:518rpx;
- height:98rpx;
- background:#FFD76C;
- border-radius:49rpx;
- margin: 0 auto;
- line-height: 98rpx;
- color: #41414C;
- font-size: 32rpx;
- text-align: center;
- font-weight:bold;
- margin-bottom: 30rpx;
- }
- .list-btns-blue{
- width:518rpx;
- height:98rpx;
- background:#82DCFF;
- border-radius:49rpx;
- margin: 0 auto;
- line-height: 98rpx;
- color: #41414C;
- font-size: 32rpx;
- text-align: center;
- font-weight:bold;
- }
- .list-book-img{
- width:210rpx;
- height:220rpx;
- background:rgba(103,103,103,1);
- box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
- border-radius:10rpx;
- }
- .list-logo-text{
- color: #41414C;
- font-size: 32rpx;
- font-weight: bold;
- margin: 30rpx 28%;
- }
- .list-info{
- margin: 58rpx 0 74rpx 0;
- text-align: center;
- }
- .scan-btn {
- margin: 150rpx auto;
- width: 320rpx;
- height: 320rpx;
- background: linear-gradient(152deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
- box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(0,175,243,0.5);
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 400rpx;
- z-index: 3;
- cursor: pointer;
- }
- .scan-btn::before {
- content: "";
- position: absolute;
- top: -23rpx;
- left: -23rpx;
- width: 366rpx;
- height: 366rpx;
- border-radius: 500rpx;
- background: rgba(0,183,255,1);
- opacity: 0.06;
- z-index: 2;
- }
- .scan-btn::after {
- content: "";
- position: absolute;
- top: -56rpx;
- left: -56rpx;
- width: 432rpx;
- height: 432rpx;
- background: rgba(0,183,255,1);
- opacity: 0.04;
- z-index: 1;
- border-radius: 500rpx;
- }
- .scan-btn-icon {
- width: 128rpx;
- height: 120rpx;
- }
- .scan-btn-text {
- margin-top: 40rpx;
- color: #fff;
- font-size: 32rpx;
- }
- .scan-row {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 80rpx;
- }
- .scan-row-icon {
- width: 30rpx;
- height: 30rpx;
- margin-right: 14rpx;
- }
- .scan-row-text {
- font-size: 30rpx;
- color: #999;
- }
- .scan-row-btn {
- display: flex;
- justify-content: center;
- align-items: center;
- background: rgba(255,215,108,1);
- border-radius: 100rpx;
- padding: 18rpx 68rpx;
- }
- .scan-row-btn-icon {
- width: 16rpx;
- height: 24rpx;
- margin-left: 14rpx;
- }
- .scan-row-btn-text {
- font-size: 30rpx;
- color: rgba(102, 102, 102, 1);
- }
- .picker{
- box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
- width: 100%;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index:999,
- }
- .li-label-picker{
- width: 100%;
- height: 400rpx;
- text-align: center
- }
- .picker-btn{
- text-align: right;
- padding: 30rpx 0;
- color: #00B7FF;
- font-weight: 500;
- border-bottom: 1rpx solid #E6E6EC;
- padding-right: 35rpx;
- }
- .picker-item{
- line-height: 80rpx;
- }
- .list-book-header{
- width:210rpx;
- height:220rpx;
- border-radius:10rpx;
- box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
- }
|