/* parents/pages/me/me.wxss */ @import '../../../templates/footer/footer.wxss'; @import '../../../templates/loading/loading.wxss'; .header { padding: 40rpx 30rpx; background: #fff; display: flex; justify-content: space-between; align-items: center; } .header-row { display: flex; justify-content: flex-start; align-items: center; margin-top: 18rpx; } .header-row:nth-of-type(1) { margin-top: 0; } .header-col { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .header-flex { flex: 1; display: flex; justify-content: flex-start; align-items: center; } .header-images { width: 148rpx; height: 148rpx; border-radius: 200rpx; border: 10rpx solid #00B7FF; } .head-month-img{ width: 25rpx; height: 15rpx; margin: 5rpx 0rpx 0rpx 15rpx; } .members-information{ margin: 20rpx; background:rgba(255,255,255,1); border-radius: 18rpx; height: 200rpx; } .information-flex{ display:inline-block; padding: 50rpx; } .section-text-members{ font-size: 30rpx; color: #333; } .section-text-card{ font-size: 30rpx; color: #00B7FF; } .section-text-data{ font-size: 30rpx; color: #6C6C80; position:relative; top:19rpx; right:-125rpx; } .section-text-title{ display:inline-block; width:124rpx; height:40rpx; background:rgba(226,243,251,1); border-radius:20rpx; font-size:24rpx; font-family:PingFang SC; font-weight:400; text-align:center; color:rgba(32,163,224,1); line-height:40rpx; margin:0 10rpx; } .header-image { width: 148rpx; height: 148rpx; border-radius: 200rpx; border: 10rpx solid #00B7FF; } .header-icon { position: absolute; right: 0; bottom: 0; width: 40rpx; height: 40rpx; } .header-nologin-icon{ width: 148rpx; height: 148rpx; border-radius: 50%; } .header-text-black { font-size: 38rpx; display:inline-block; color: #333; } .section-text-login{ width:154rpx; height:46rpx; border:2rpx solid rgba(0,183,255,1); border-radius:23rpx; font-size: 28rpx; text-align:center; line-height:46rpx; color: #00B7FF; margin-bottom: 30rpx } .modal-text-addchild{ padding:5rpx; width:30%; margin:20rpx auto; height: 40rpx; font-size: 30rpx; text-align:center; line-height:40rpx; border-radius: 20rpx; color: #00B7FF; border: 3rpx solid #00B7FF; } .header-images-btn{ border: none; color: #333; font-size: 38rpx; text-align: center; background: transparent; } .header-button { border-radius: 100rpx; border: 1rpx solid rgba(0,183,255,1); font-size: 30rpx; color: #00B7FF; padding: 8rpx 20rpx; margin-left: 20rpx; } .header-icon-two { width: 30rpx; height: 34rpx; margin-right: 14rpx; } .header-text { font-size: 28rpx; color: #999; } .header-arrow { width: 14rpx; height: 24rpx; } .section-list { margin: 20rpx; background:rgba(255,255,255,1); border-radius: 18rpx; } .section-li { display: flex; justify-content: space-between; align-items: center; padding: 30rpx; border-bottom: solid 1rpx #e6e6e6; cursor: pointer; } .section-li:nth-last-of-type(1) { border-bottom: solid 1rpx transparent; } .section-arrow { width: 14rpx; height: 24rpx; display:inline-block; float:right; } .section-icon { width: 30rpx; height: 30rpx; margin-right: 10rpx; } .section-text { font-size: 30rpx; color: #666; } .section-text-black{ font-size: 44rpx; color: rgb(2, 2, 2); display:inline-block; } .modal-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 999; } .section-queem_icon{ width: 120rpx; height: 100rpx; position:relative; right:-229rpx; bottom:-11rpx; } .modal-wrapper { position: absolute; top: 240rpx; left: 50%; width: 710rpx; transform: translateX(-50%); background: rgba(255,255,255,1); border-radius: 18rpx; } .modal-wrapper::after { content: ""; position: absolute; left: 60rpx; top: -20rpx; border-left: solid 20rpx transparent; border-right: solid 20rpx transparent; border-bottom: solid 25rpx #fff; } .modal-li { border-bottom: solid 1rpx #E6E6E6; display: flex; justify-content: space-between; align-items: center; padding: 40rpx; } .modal-li:nth-last-of-type(1) { border-bottom: none; } .modal-row { display: flex; justify-content: flex-start; align-items: center; } .modal-image { width: 98rpx; height: 98rpx; border-radius: 200rpx; margin-right: 30rpx; } .modal-text { font-size: 32rpx; color: #999; } .modal-icon { width: 30rpx; height: 24rpx; margin-left: 30rpx; } picker{ width:100%; } .li-picker{ display:inline-block; width:60%; text-align:center; font-size: 28rpx; color: #999; }