123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- /* parents/pages/information/information.wxss */
- @import '../../../templates/loading/loading.wxss';
- .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;
- border-radius:50%;
- background-color:#ebebeb;
- margin:0 auto;
- text-align:center;
- line-height:30rpx;
- }
- .upload-Model{
- width:100%;
- height:100%;
- border-radius: 50%;
- background: rgba(155, 154, 154, 0.5);
- z-index: 1000;
- line-height:200rpx;
- position:relative;
- top:-216rpx;
- }
- .list-items-del{
- height:58rpx;
- text-align: center;
- line-height: 58rpx;
- color: rgba(255,100,100,1);
- font-size: 26rpx;
- margin-top: 30rpx;
- }
- .list-items-del-text{
- display: inline-block;
- }
- .model-list{
- color: #A1A1B3;
- font-size: 28rpx;
- text-align: left;
- padding: 0 34rpx 34rpx 34rpx;
- }
- .model-list-title{
- color: #41414C;
- font-size: 32rpx;
- padding: 37rpx 0;
- text-align: center;
- }
- .model-list-del{
- position: absolute;
- bottom: -120rpx;
- left: 45%;
- }
- .model-list-img{
- width: 60rpx;
- height: 60rpx;
- }
- .model-list-footer{
- display:flex;
- justify-content: space-around;
- font-size: 32rpx;
- padding: 40rpx 0;
- }
- .model-list-footer-cancel{
- width:224rpx;
- height:68rpx;
- background:rgba(255,255,255,1);
- border:2rpx solid rgba(0,183,255,1);
- border-radius:44rpx;
- line-height: 68rpx;
- text-align: center;
- color: #00B7FF;
- }
- .model-list-footer-sure{
- width:224rpx;
- height:68rpx;
- background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
- border:2rpx solid transparent;
- border-radius:44rpx;
- line-height: 68rpx;
- text-align: center;
- color: #FFFFFF;
- }
- .model-show{
- z-index: 1001;
- position: fixed;
- top: 30%;
- margin: 0 12.5%;
- width: 75%;
- background: #fff;
- border-radius:30rpx;
- text-align: center;
- }
- .li-input,
- .li-picker,
- .li-text {
- width: 400rpx;
- font-size: 30rpx;
- color: #999;
- text-align: right;
- }
|