/* pages/share/share.wxss */ .share-view { position: fixed; left: 0; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; } .share-layer { flex: 1; background-color: rgba(0,0,0,0.5); position: relative; } .share-content { position: absolute; border-radius: 4px; left: 80rpx; right: 80rpx; top: 80rpx; bottom: 80rpx; background-color: #fff; padding: 40rpx; display: flex; flex-direction: column; justify-content: space-between; } .share-layer .cover { width: 100%; height: 510rpx; } .share-info { flex: 0 0 auto; display: flex; align-items: center; } .share-info view { flex: 1; } .share-info .text { line-height: 42rpx; font-size: 26rpx; color: #909090; } .share-info .text.b { font-size: 30rpx; color: #131D34; font-weight: bold; } .share-info .oper-btn { flex: 0 0 auto; background-color: #0075DC; color: #fff; padding: 0 16rpx; } .share-sty { flex: 0 0 auto; display: flex; align-items: center; } .share-sty image { flex: 0 0 auto; width: 120rpx; height: 120rpx; margin-right: 30rpx; } .share-sty .sty-info { flex: 1; } .share-sty .text { font-size: 24rpx; line-height: 40rpx; } .share-sty .text.b { color: #131D34; font-weight: bold; } .share-sty .text:not(.b) { margin-top: 10rpx; } .share-ctrl { flex: 0 0 auto; height: 340rpx; padding: 24rpx; box-sizing: border-box; display: flex; flex-direction: column; background-color: #fff; } .share-ctrl .title{ flex: 0 0 auto; text-align: center; font-size: 30rpx; color: #000000; font-weight: bold; } .ctrl-layer { flex: 1; display: flex; align-items: center; justify-content: space-around; } .ctrl-item { color: #131D34; font-size: 26rpx; line-height: 36rpx; text-align: center; } .ctrl-item .image { display: block; margin: 0 auto; width: 94rpx; height: 94rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16rpx; } .ctrl-item:nth-child(1) .image { background-color: #4ED77B; } .ctrl-item:nth-child(2) .image { background-color: #909090; } .ctrl-item:nth-child(3) .image { background-color: #FFCD3C; } .ctrl-item .image image { width: 48rpx; height: 48rpx; } .input-recommend { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.5); } .recoment-layer { position: absolute; left: 110rpx; right: 110rpx; top: 50%; transform: translateY(-50%); background-color: #fff; border-radius:4px; } .recoment-layer .title { color: #131D34; font-size: 30rpx; font-weight:bold; padding: 34rpx 40rpx; border-bottom: 1px solid rgba(0,0,0,0.1); } .recoment-layer .textarea { margin: 40rpx; height: 156rpx; position: relative; } .recoment-layer .textarea textarea { display: block; width: 100%; height: 100%; font-size: 30rpx; padding: 16rpx 22rpx; background-color: #F2F2F2; border-radius: 4px; box-sizing: border-box; } .recoment-layer .textarea view { position: absolute; right: 20rpx; bottom: 10rpx; color: #909090; font-size: 30rpx; padding: 0; z-index: 9999; } .btns { border-top: 1px solid rgba(0,0,0,0.1); display: flex; position: relative; } .btns view:not(.split) { flex: 1; display: block; height: 90rpx; text-align: center; line-height: 90rpx; font-size: 30rpx; font-weight: bold; border-radius: 0; box-sizing: border-box; background-color: #fff; margin: 0; } .btns .split { width: 1px; position: absolute; left: 50%; top: 0; bottom: 0; background: rgba(0,0,0,0.1); z-index: 999999; } .btns view.cancel { color: #131D34; } .btns view.enter { color: #0075DC; }